Go to file
agc 2f3f04acfd Enhancements from Hubert Feyrer:
+ copy all files and directories in <skeldir> to new user's home
directory, not just if they begin with a '.'
+ use pax to copy files from <skeldir>, as this will allow <skeldir>
to contain directory trees as well as regular files
+ use -h arg to chown(1) in case any symlinks have been created in the
new user's home directory
+ getpwnam(3) does not set errno, so use errx(3) and warnx(3)
+ use nologin(8) in preference to false(1) when deleting users but
preserving information
+ in usage messages, specify [-r lowuid..highuid] rather than a simple
[-r range]
1999-12-31 21:58:14 +00:00
bin make example cut&paste-ready 1999-12-29 04:11:30 +00:00
dist update ipfilter code to 3.3.6 1999-12-28 07:40:12 +00:00
distrib i'm not sure why, but without ignoring mtree error (error code 2) 1999-12-31 18:34:04 +00:00
etc We need to put /usr in critical_filesystems_beforenet since rc.subr 1999-12-31 04:42:02 +00:00
games Don't use <err.h>. Use ANSI prototypes (no dependance on the __P() 1999-12-30 01:40:08 +00:00
gnu gas.new for NetBSD/sh3 1999-12-26 20:03:56 +00:00
include C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
lib Workaround for gcc 2.96 bugs. 1999-12-30 15:34:47 +00:00
libexec Accept all kind of whitespaces when searching for the end of a nroff 1999-12-31 14:50:16 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin avoid use of kvm, mostly for boot floppy's convenience. 1999-12-31 19:40:19 +00:00
share Add architecture name to architecture-specific manpages. 1999-12-30 22:31:18 +00:00
sys Fix MCS3 address. 1999-12-31 16:07:29 +00:00
usr.bin Increase default size of magic entries array to 4096 because NetBSD's 1999-12-31 13:09:20 +00:00
usr.sbin Enhancements from Hubert Feyrer: 1999-12-31 21:58:14 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00