freebsd-nq/sys
Bruce Evans 6976af69e8 Obtained from: my old fix for 1.1.5
Improve hzto():

Round up instead of down and then add 1 tick.  This fixes sleep(1)
sometimes sleeping for < 1 second and usleep(10000) sometimes sleeping
for as little as 1 usec + syscall time.

Don't do all the calculations at splhigh().

Don't depend on `tick' being a multiple of 1000.

Don't lose accuracy for `sec' between 0x7fffffff / 1000 - 1000 and
0x7fffffff / hz.

Don't assume that longs are 32 bits or that ints have the same size as
longs.
1994-12-12 11:58:46 +00:00
..
alpha/include
amd64 Removed inappropriate comment. 1994-12-11 03:33:58 +00:00
compile
conf Add old options HZ, VN, ALLOW_CONFLICT_DRQ, ALLOW_CONFLICT_MEMADDR, 1994-12-11 23:52:18 +00:00
ddb
dev Implement disk slices and labels for the vn driver. This is intended mainly 1994-12-12 00:23:11 +00:00
fs Restore mv check, cause panic without it 1994-11-29 23:39:15 +00:00
gnu Merge in latest Linux sequencer code release with my changes. This should 1994-11-29 23:04:23 +00:00
i386 diskslice_machdep.c implements reading and checking of DOS slice tables. 1994-12-12 00:22:30 +00:00
isa Changed the behavior of KDMKTONE to comply with svr4, default to 1994-12-06 19:32:00 +00:00
isofs/cd9660
kern Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
libkern
miscfs
modules install command was missing a ${DESTDIR}. 1994-12-11 21:27:14 +00:00
msdosfs Restore mv check, cause panic without it 1994-11-29 23:39:15 +00:00
net Fix bogus include paths: 1994-12-04 08:52:51 +00:00
netccitt
netinet Advanced route cache management is now an official part of IP support. 1994-12-11 21:36:10 +00:00
netiso Comment out an illegal define (E_CLNL_???). 1994-11-27 20:58:30 +00:00
netns
nfs Would you please correct nfs/nfs_vfsops.c so that the ip address of the 1994-12-08 20:59:33 +00:00
nfsclient Would you please correct nfs/nfs_vfsops.c so that the ip address of the 1994-12-08 20:59:33 +00:00
nfsserver
pci The physical memory allocated for input DMA must be contiguous. The driver 1994-12-11 01:45:41 +00:00
powerpc/include
rpc
scsi added a missing '\n' in both files. 1994-12-03 22:52:57 +00:00
sys disklabel.h: 1994-12-11 23:20:50 +00:00
tools
ufs Submitted by: Kirk McKusick 1994-11-26 19:38:30 +00:00
vm Don't put objects that have no parent on the reverse_shadow_list. Problem 1994-12-11 01:36:53 +00:00
Makefile