Go to file
mycroft 5d31d187f3 Partially fix a performance problem in the partial-truncate case. We were
doing synchronous writes unnecessarily in a couple of places.  Now it's 1
write per truncate in my test case rather than 3.  :-P
2004-08-14 02:26:57 +00:00
bin If a files date is any time in the future (not six months or more), 2004-08-09 20:14:54 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto Disable the "may kill you" message, because: 2004-08-06 13:57:05 +00:00
dist revert the last all changes related to iconv(3). 2004-08-02 13:38:21 +00:00
distrib Move libg2c.so* (the g77 Fortran runtime) from comp to base. 2004-08-13 01:02:24 +00:00
doc file-4.10 is out. 2004-08-12 14:05:27 +00:00
etc Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this 2004-08-13 18:08:03 +00:00
games
gnu Remove some unused variables. 2004-08-09 22:39:32 +00:00
include Delete prototypes for gethostent() and freehostent(); 2004-08-11 16:13:00 +00:00
lib Delete-previous-char and delete-next-char without an argument are not supposed 2004-08-13 12:10:38 +00:00
libexec Fixes from (or inspired by) OpenBSD: 2004-08-09 12:56:47 +00:00
regress support for bufferevents; fix signal race; faster timeout insertion; 2004-08-07 21:09:47 +00:00
rescue
sbin Put back one of the sleep()s -- it doesn't affect us in the usual case. 2004-08-13 17:22:39 +00:00
share Descend into man8.hp700. 2004-08-12 15:53:32 +00:00
sys Partially fix a performance problem in the partial-truncate case. We were 2004-08-14 02:26:57 +00:00
tools Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also 2004-07-28 09:17:31 +00:00
usr.bin Save and restore screen underneath prompt boxes 2004-08-13 18:26:52 +00:00
usr.sbin Add -v option to usage message. 2004-08-14 02:16:13 +00:00
x11 Need to prefix relative directories with `${.CURDIR}/' so that 2004-08-05 01:28:47 +00:00
build.sh
BUILDING
Makefile The do-lib-libdes BUILDTARGET is unnecessary now we have the DEPLIBS 2004-07-30 07:05:11 +00:00
Makefile.inc
UPDATING