freebsd-skq/sys
Bruce Evans a6796db6ce Ensure that the i8254 timecounter doesn't go backards. It sometimes
went backwards when interrupts were masked for more than one i8254
interrupt period.  It sometimes went backwards when the i8254 counter
was reprogrammed.  Neither of these should happen in normal operation.

Update the i8254 timecounter support variables atomically.  Calling
timecounter functions from fast interrupt handlers may actually work
in all cases now.
1998-09-20 03:47:54 +00:00
..
alpha Add splsoftvm(). 1998-09-19 09:29:40 +00:00
amd64 Ensure that the i8254 timecounter doesn't go backards. It sometimes 1998-09-20 03:47:54 +00:00
boot Make libstand movable. 1998-09-19 01:35:53 +00:00
cam Don't leave the device queue in a frozen state if the Synchronize Cache 1998-09-19 04:59:35 +00:00
coda Finish conversion of cfs -> coda 1998-09-13 13:57:59 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile
conf Note that we're in BETA status. 1998-09-19 11:45:37 +00:00
contrib/softupdates
ddb
dev Bump request queue size up to full amount (now that we have 1998-09-18 18:58:07 +00:00
fs Remove the SLICE code. 1998-09-14 19:56:42 +00:00
geom Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
gnu Fixed the usual missing permissions checks in mount(). As for cd9660, 1998-09-09 20:21:18 +00:00
i386 Ensure that the i8254 timecounter doesn't go backards. It sometimes 1998-09-20 03:47:54 +00:00
isa Ensure that the i8254 timecounter doesn't go backards. It sometimes 1998-09-20 03:47:54 +00:00
isofs/cd9660 Remove the SLICE code. 1998-09-14 19:56:42 +00:00
kern Change the devstat generation number from an int to a long. The int-sized 1998-09-20 00:11:23 +00:00
libkern
miscfs various nits that didn't make it through the brucefilter. 1998-09-12 20:21:54 +00:00
modules Add support for glibc consumers using the new ld-linux.so.2 linker. 1998-09-17 22:08:34 +00:00
msdosfs Remove unused variable. 1998-09-13 15:40:31 +00:00
net fix an mbuf leak when using ipfw to filger bridged packets 1998-09-18 20:55:50 +00:00
netatalk
netatm Two patches from the HARP people: 1998-09-17 09:35:02 +00:00
netinet Fix the bind security fix introduced in rev 1.38 to work with multicast: 1998-09-17 18:42:16 +00:00
netipx
netkey
netnatm
netns
nfs Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsclient Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsserver Made unloading of the nfs LKM sort of work. This is mainly to test 1998-09-07 05:42:15 +00:00
pc98 Sync with sys/i386/conf/SMP-GENERIC revision up to 1.15. 1998-09-19 13:36:13 +00:00
pccard Make PCIC_RESUME_RESET an proper option. 1998-09-08 18:09:51 +00:00
pci Set QUIRK_NOMSG for all devices as was the case in the non-CAM version 1998-09-18 22:41:12 +00:00
posix4
powerpc Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
rpc
sys Null-terminate the message for a warning symbol in the __warn_references() 1998-09-20 03:24:55 +00:00
tools
ufs Restore pre-v1.44 behavior: always copy modified in-core inode to disk 1998-09-15 14:45:28 +00:00
vm Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
Makefile Add support for MACHINE=pc98. This leaves a single legacy entry for 1998-09-05 08:27:56 +00:00