Go to file
dsl 6054206dee Replace with a version that:
1) doesn't do byte compares to find which byte matched
2) doesn't do byte compares if any top bits are set
3) doesn't use a loop when the input is misaligned
4) has less mispredicted branches
Passes regression tests and 'build.sh' doesn't explode (and more than usual).
2009-07-18 11:41:23 +00:00
bin Rename internal getline() function to get_line() so it does 2009-07-13 19:05:39 +00:00
common Replace with a version that: 2009-07-18 11:41:23 +00:00
compat catch up with libssh build dir move 2009-06-12 06:40:51 +00:00
crypto Add missing va_start before varargs processing. 2009-07-14 20:54:25 +00:00
dist Fix behavior of dhcpd in the case where clientid and hardware ethernet 2009-07-16 22:44:27 +00:00
distrib Revert previous per comment from ad@ in PR 41668, which is no longer orphaned. 2009-07-16 10:43:22 +00:00
doc Note ip(4) change: IP_MINTTL. 2009-07-17 22:05:38 +00:00
etc Revert previous per comment from ad@ in PR 41668, which is no longer orphaned. 2009-07-16 10:43:22 +00:00
external .Xr takes exactly two arguments plus separators, so fix the use here. 2009-07-15 09:50:08 +00:00
games Rename internal getline() function to get_line() so it does 2009-07-13 19:05:39 +00:00
gnu Remove incorrect semicolon at the end of an if-statement. 2009-07-13 08:35:24 +00:00
include Add implementations for getdelim(3) and getline(3). 2009-07-13 22:19:24 +00:00
lib Remove references to index.c and rindex.c (strchr.c and strrchr.c 2009-07-18 09:44:30 +00:00
libexec Rename internal getline() function to get_line() so it does 2009-07-13 19:05:39 +00:00
regress Add tests that scan for 0x0 and 0xff. 2009-07-18 09:20:46 +00:00
rescue - rework this a bunch to make it work inside /rescue/ldd. 2009-01-07 00:39:23 +00:00
sbin Callers expect getdiskinfo() to return -1 on error, so do that. 2009-07-16 23:50:32 +00:00
share Make HTML-ready. 2009-07-18 06:31:54 +00:00
sys Don't send the quiet banner to the log, since the usual noise gets dumped 2009-07-17 23:31:51 +00:00
tests Apparently, there's not a clear dependency ordering for the libraries, 2009-06-09 11:18:50 +00:00
tools add fpurge 2009-06-17 23:34:45 +00:00
usr.bin Declare "com" as volatile in execute(), to make it safe to use 2009-07-14 21:15:48 +00:00
usr.sbin Use EXIT_FAILURE/EXIT_SUCCESS instead of numerical values when exiting. 2009-07-18 08:35:19 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh Add a MKARZERO flag, which invokes ar(1) with the new D flag when it 2009-03-13 16:23:31 +00:00
BUILDING regen 2009-07-12 14:17:18 +00:00
Makefile Build modules before rump libs so that something else can be 2009-07-03 22:20:27 +00:00
Makefile.inc
UPDATING Presence of index.o in existing libc.a causes duplicate symbol now that 2009-07-18 09:50:32 +00:00