Go to file
dsl fe89b1db32 Add memcmp, memcpy and memset
Fix strncmp(x, y, 0)
Use unsigned compares for strcmp and memcmp (and bcmp).
Compiles but untested
AFAICT http://h71000.www7.hp.com/doc/72final/4515/4515pro_025.html#4515ch9_146
cmpc3/5 set %r4 and %r5 to zero, It doesn't look as though the procedure
call is set to preserve these, and I doubt that gcc is treating them as
scratch registers - does our vax pcs actually have %r2 and %r3 as scratch regs?
2003-09-04 10:40:44 +00:00
bin Sort options (AaBb...). 2003-09-02 08:36:20 +00:00
crypto bzero() 2nd arg mistake. found by openbsd guys. from kame 2003-09-04 00:12:56 +00:00
dist Use bounded string op (snprintf instead of sprintf) for an automatic 2003-08-28 11:32:33 +00:00
distrib revamp inpcb/in6pcb so that they are more aligned with each other. 2003-09-04 09:16:57 +00:00
doc Add a couple of entries I have interests in. 2003-09-02 12:01:14 +00:00
etc Now that we have nuked /sys, change the cdpath to contain /usr/src/sys 2003-09-02 18:39:27 +00:00
games Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:36:50 +00:00
gnu make "sh64--netbsdelf" use 32 bit by default. per advice from thorpej. 2003-09-04 08:04:18 +00:00
include introduce an additional switch to enable building GCC3 instead of GCC2: 2003-08-27 16:03:17 +00:00
lib %F is a date conversion, not a time converstion. 2003-09-03 16:10:56 +00:00
libexec dlsym() should not leave an error set. It confuses programs that check 2003-08-31 21:52:01 +00:00
regress add a "using namespace std" to make it compile with gcc3, and remove 2003-09-03 20:53:16 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin fsirand is no longer needed. 2003-09-03 19:38:04 +00:00
share In `openfiles' attribute, clarify that it's the number of open file 2003-09-04 09:19:36 +00:00
sys Add memcmp, memcpy and memset 2003-09-04 10:40:44 +00:00
tools If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD), 2003-08-27 18:33:26 +00:00
usr.bin synchronize w/ inpcb/in6pcb change 2003-09-04 09:23:35 +00:00
usr.sbin Clarify that the user's full name (not username) goes into the GECOS field. 2003-09-04 08:37:59 +00:00
build.sh in getkernelconf(), remove check for non-empty $makeobjdir, as it's not 2003-08-16 11:46:44 +00:00
BUILDING Backout the previous commit 2003-08-19 12:53:30 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING It is openssl, not openssh, and fix another typo. 2003-08-05 18:39:56 +00:00