freebsd_amp_hwpstate/sys
Bruce Evans ae406484f0 Fix a bug introduced between 1.1 and 1.1.5. Loading the time was moved
outside the critical region.

Make it work with 2.0.  It wasn't designed to be called at splclock().

Make it work with prescaling.  The overflow threshold was bogus.

Make it work for any HZ.  Side effect of fixing prescaling.

Speed it up.  Allocate registers better.  Reduce multiplication and
division to multiplication and a shift.  Speed is now 5-6 usec on a
486DX/33, was about 3 usec more.

Optimize for the non-pentium case.  The pentium code got moved around
a bit and hasn't been tested.

Change #include's to 2.0 style.
1994-11-05 23:53:46 +00:00
..
alpha/include Added more SCO compat ioctl's. 1994-10-17 22:12:06 +00:00
amd64 Declare all functions exported by the npx driver. 1994-11-05 22:59:09 +00:00
compile
conf Eliminate USERCONFIG. This option is now standard. 1994-11-03 15:51:38 +00:00
ddb Print "(null)" instead of crashing for null strings. Null names are 1994-10-30 20:55:44 +00:00
dev Fix for 'pstat -t' works on vtys 1994-11-03 11:41:34 +00:00
fs From tim@cs.city.ac.uk (Tim Wilkinson): 1994-11-04 14:41:46 +00:00
gnu POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
i386 Fix a bug introduced between 1.1 and 1.1.5. Loading the time was moved 1994-11-05 23:53:46 +00:00
isa Fix for 'pstat -t' works on vtys 1994-11-03 11:41:34 +00:00
isofs/cd9660 Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
kern From tim@cs.city.ac.uk (Tim Wilkinson): 1994-11-04 14:41:46 +00:00
libkern I'm going to nuke strtol() for now. Now I need strncmp() and rather 1994-10-26 11:14:21 +00:00
miscfs From tim@cs.city.ac.uk (Tim Wilkinson): 1994-11-04 14:41:46 +00:00
modules Again, this is not a filesystem so don't compile it as if it were. 1994-10-27 23:39:19 +00:00
msdosfs Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL. 1994-11-01 21:14:45 +00:00
net Collapse two fields so that we have space for another 32 flags. 1994-11-03 01:04:32 +00:00
netccitt
netinet Fix off-by-one error reported to NetBSD by Karl Fox in 1994-11-03 21:04:21 +00:00
netiso
netns
nfs Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsclient Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsserver Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
powerpc/include
rpc
scsi |Both, the wd and the sd driver do not reject invalid request of odd 1994-11-03 18:20:15 +00:00
sys Backed out mbuf performance improvement. mbufs are allocated with various 1994-11-04 00:28:38 +00:00
tools
ufs From: fredriks@mcs.com (Lars Fredriksen) 1994-10-28 12:42:05 +00:00
vm Improved I/O error reporting. 1994-10-25 07:06:20 +00:00
Makefile