1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sys
John Baldwin 0499f1d8a7 Use the Alpha PCC as a cpu ticker for process runtime accounting. This is
slightly more tricky than on x86 as although the PCC is 64-bits, it is not
a simple 64-bit counter like the TSC.  Instead, the upper 32-bits have
PAL-defined behavior and the lower 32-bits run as a free-running 32-bit
counter.  To handle this, we detect overflows by maintaining a small amount
of per-cpu state and use this to simulate the upper 32-bits of the counter
providing a full 64-bit counter to the consumers of cpu_ticks().
2006-03-07 22:12:09 +00:00
..
alpha Use the Alpha PCC as a cpu ticker for process runtime accounting. This is 2006-03-07 22:12:09 +00:00
amd64 MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linux 2006-03-06 15:29:28 +00:00
arm Use BUS_DMA_COHERENT. 2006-03-02 14:06:38 +00:00
boot
bsm Update src/sys/bsm for OpenBSM 1.0 alpha 5 changes: 2006-03-04 16:54:21 +00:00
cam
coda CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. 2006-02-27 12:04:13 +00:00
compat use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure 2006-03-04 00:09:09 +00:00
conf Retire NETSMBCRYPTO as a kernel option and make its functionality 2006-03-05 22:52:17 +00:00
contrib Do not use the TSC where its known to be broken, this will cause the queue 2006-03-02 00:51:39 +00:00
crypto
ddb
dev Disable 802.11e support for now. Did some cleanup while I'm here. 2006-03-07 20:48:23 +00:00
doc
fs Correct the vnode locking in fdescfs. 2006-02-28 00:05:44 +00:00
gdb
geom We need to check if file system size is equal to provider's size, because 2006-03-04 19:41:54 +00:00
gnu
i4b
i386 Improve the advantech watchdog. 2006-03-06 07:43:28 +00:00
ia64 Close some races between procfs/ptrace and exit(2): 2006-02-22 18:57:50 +00:00
isa Committed the xbox syscons(8)-able console driver. 2006-03-03 14:52:57 +00:00
isofs/cd9660
kern For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determine 2006-03-07 21:31:20 +00:00
libkern
modules Retire NETSMBCRYPTO as a kernel option and make its functionality 2006-03-05 22:52:17 +00:00
net If we miss the LINK_UP event from the network interface then the bridge port 2006-03-06 02:28:41 +00:00
net80211 use m_dup instead of m_copypacket when doing internal bridging 2006-03-07 03:55:05 +00:00
netatalk
netatm
netgraph Clear csum_flags after reading data from socket buffer. Otherwise, 2006-02-21 13:04:39 +00:00
netinet Further refine the bridge hack in the arp code. Only do the special arp 2006-03-07 21:40:44 +00:00
netinet6 fixed a bug that an MLD report is not advertised when group-specific MLD query is received. 2006-03-04 09:17:11 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb Retire NETSMBCRYPTO as a kernel option and make its functionality 2006-03-05 22:52:17 +00:00
nfs
nfs4client
nfsclient
nfsserver Correct a remote kernel panic when processing zero-length RPC records 2006-03-01 14:17:32 +00:00
opencrypto crypto.ko depends on zlib. 2006-03-04 15:50:46 +00:00
pc98 MFi386: revision 1.1220. 2006-03-04 07:31:58 +00:00
pccard
pci Remove de driver from old location. 2006-02-26 17:52:51 +00:00
posix4
powerpc Simplify system time accounting for profiling. 2006-02-08 08:09:17 +00:00
rpc
security Create a mac_bsdextended_check_vp function that takes a cred, a 2006-03-04 20:47:19 +00:00
sparc64 Fix a c/p error. 2006-02-28 21:25:00 +00:00
sys Add USB modes. 2006-03-05 21:32:38 +00:00
tools
ufs Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must 2006-03-02 22:13:28 +00:00
vm Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must 2006-03-02 22:13:28 +00:00
Makefile