Go to file
lukem 247856f4d7 Fixes from Bill Fenner <fenner@research.att.com> for problems he found
in FreeBSD's port of this nsswitch code:

- Don't ignore unknown characters.  The old lexer would treat
	hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
  exactly the same as
	hosts: files dns

- Recover from errors by looking for the end of a line.  This means
  that having a syntax error near the top of the file doesn't prevent
  a service at the bottom of the file with no syntax error from being
  looked up.

Thanks Bill!
2002-03-19 00:04:09 +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 Turn on DEFAULT_SHORT_ENUMS, since this will be required by the ARM EABI-2001, 2002-03-18 20:36:51 +00:00
include refine i18n stuffs. 2002-03-17 22:14:05 +00:00
lib Fixes from Bill Fenner <fenner@research.att.com> for problems he found 2002-03-19 00:04:09 +00:00
libexec ANSIfy. 2002-03-18 23:59:57 +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 Wakeup sleeping processes when the ISDN connection gets established 2002-03-18 23:28:03 +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 Fix typo in the local sockets permission mask. 2002-03-18 22:49:57 +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