Go to file
drochner cc068f7930 fix and cleanup for tvtohz():
-assume (KASSERT) that the timeval given is normalized, and remove
 some partial fixup which I don't see what it is good for
 (I'm ready to back that out if someone tells a reason)
-catch overflows due to conversion of time_t (from tv_sec) to
 integer -- this function doesn't do 64-bit arithmetics (which makes
 sense because relative times which don't fit into 32 bits can be
 considered nonsense here), and before a huge tv_sec could lead to
 a zero hz result, violating the caller's assumptions (in particular
 trigger a diagnostic panic in abstimeout2timo())
2011-01-26 19:15:13 +00:00
bin Use Fx. 2011-01-24 07:22:57 +00:00
common Use END(sym) 2011-01-25 04:45:28 +00:00
compat Change to use MAKEOBJDIR instead of MAKEOBJDIRPREFIX 2011-01-20 18:43:52 +00:00
crypto Fix typo in Nd. From Ryo HAYASAKA in PR 44462. 2011-01-26 09:56:51 +00:00
dist Fix typo reported in PR 44429 by Ryo HAYASAKA. 2011-01-21 09:15:20 +00:00
distrib Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller, 2011-01-26 18:48:11 +00:00
doc Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
etc add sandpoint dirs for man chapter 4, they seem to be required now 2011-01-26 15:00:56 +00:00
external Define HAVE_PCI_DEVICE_IS_BOOT_VGA. 2011-01-22 15:21:37 +00:00
extsrc
games Fix spelling: it's *Jef* Raskin, not Jeff Raskin. 2011-01-24 15:30:54 +00:00
gnu mips64 gcc now defaults to soft-float 2011-01-23 06:31:39 +00:00
include provide a way to override the weak name. 2011-01-26 18:08:00 +00:00
lib make the code more re-usable 2011-01-26 18:48:57 +00:00
libexec Unbreak gdb by ensuring _rtld_debug_state is in the dynamic symbol table. 2011-01-25 12:25:43 +00:00
regress The getqaddrinfo test has been atf-ified 2011-01-11 16:34:27 +00:00
rescue Adjust for the new chown location. 2011-01-14 00:59:14 +00:00
sbin When requesting to disable metadata partitions, also disable low formatting. 2011-01-21 22:32:13 +00:00
share Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller, 2011-01-26 18:48:11 +00:00
sys fix and cleanup for tvtohz(): 2011-01-26 19:15:13 +00:00
tests test for rumpclient reconnect feature 2011-01-24 17:51:29 +00:00
tools Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
usr.bin Check sys_reboot() return value now that it's possible. 2011-01-22 13:43:07 +00:00
usr.sbin Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
BUILDING
Makefile Remove the do-external-lib and do-gnu-lib targets, along with 2010-12-03 21:38:46 +00:00
Makefile.inc
UPDATING fix typo in "-traditional-cpp" 2011-01-23 23:40:37 +00:00