Go to file
bjh21 913037a61e When checking that a potentially-unsigned enum is >= 0, assign it to an int
first.  This is necessary to avoid warnings with -fshort-enums.  Casting
to an int really should be enough, but turns out not to be.

This change will be documented in doc/HACKS.
2002-03-18 20:26:50 +00:00
bin In forkshell() don't free the current job. Fixes problem with previous 2002-03-12 03:45:02 +00:00
crypto Actually use the 8003 patch joda applied upstream, rather than the one I sent 2002-03-18 19:16:04 +00:00
dist When checking that a potentially-unsigned enum is >= 0, assign it to an int 2002-03-18 20:26:50 +00:00
distrib Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media. 2002-03-18 15:30:55 +00:00
etc refine i18n stuffs. 2002-03-17 22:14:05 +00:00
games PR/15878: Ed Ravin: fortune all frees junk pointers. Fixed, free structure 2002-03-12 15:20:14 +00:00
gnu Fix an off-by-one error in elfcore_netbsd_get_lwpid() which caused the 2002-03-15 19:01:39 +00:00
include refine i18n stuffs. 2002-03-17 22:14:05 +00:00
lib Add a couple linted comment and enable WARNS=3 2002-03-18 16:20:36 +00:00
libexec remove - the C version diverged enough for this to not be 2002-03-10 20:46:42 +00:00
regress Extend the test to also test data_abort_address() on arm26, which can panic on 2002-03-17 13:46:45 +00:00
sbin Cast 3rd arg to el_parse() to deal with const'ification of 2002-03-18 20:04:49 +00:00
share Sort sections. 2002-03-18 18:59:57 +00:00
sys Uses the recently introduced uvm_swap_stats() instead of 2002-03-18 17:21:24 +00:00
tools fcntl locking works much better when the `struct flock' is actually given 2002-03-07 23:14:02 +00:00
usr.bin Deal with const'ification if el_parse(). 2002-03-18 20:14:03 +00:00
usr.sbin Remove hardcoded driver identifiers. 2002-03-17 20:57:24 +00:00
BUILDING Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
BUILDING.mdoc Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
Makefile Split the _SUBDIR assignment into two assignments so you can do things 2002-03-11 07:49:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING move sshd config files to /etc/ssh 2002-03-11 04:57:55 +00:00
build.sh Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00