Go to file
lukem 29f550aa8c - Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.
Defaults to "ftp.netbsd.org"
- Replace make(1) and -D FTP_DIR with SYSINST_FTP_DIR.
  Defaults to "pub/NetBSD/NetBSD-" + VER + "/" + MACH.
  (FTP_DIR used to override "pub/NetBSD/NetBSD-", which meant the
  path name had to contain the release version in it)
- Add make(1) and -D SYSINST_CDROM_DIR.
  Defaults to "/" + mach.
- only append ftp_prefix to ftp_dir and cdrom_dir once, just after
  the options are parsed.  Do this in newly added set_defaults().
2002-06-06 09:53:22 +00:00
bin Fix a comment: POSIX doesn't specify -h. 2002-05-31 18:54:01 +00:00
crypto check sshd uid/chroot dir on UsePrivilegeSeparation mode, and die if they 2002-05-29 23:54:29 +00:00
dist correct thirdparty RCS tag 2002-06-02 15:50:40 +00:00
distrib - Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST. 2002-06-06 09:53:22 +00:00
etc typo in last 2002-06-06 00:50:10 +00:00
games de-register 2002-06-02 22:17:37 +00:00
gnu Provide a switch to turn off envelope recipient canonicalization. 2002-06-01 22:55:04 +00:00
include forward declaration for struct utmp. 2002-06-02 00:00:27 +00:00
lib kva -> physaddr translation through pagetable walking; for crash dumps 2002-06-05 22:01:55 +00:00
libexec Make scanf parameters and variable types match. This helps archs 2002-06-06 09:29:31 +00:00
regress Fix off-by one when computing page count in the test file. 2002-06-04 22:17:47 +00:00
sbin if we're unsure about prefixlen, don't say "128". 2002-06-05 22:11:28 +00:00
share Note that cs can attach to mainbus on pmppc. 2002-06-05 06:54:23 +00:00
sys Don't detach the mouse from the mux just because the mouse device is 2002-06-06 09:16:12 +00:00
tools Don't try to build toolchain bits for ns32k. 2002-06-05 02:21:49 +00:00
usr.bin - use setprogname() 2002-06-05 13:51:54 +00:00
usr.sbin Use NLIST_ELF64 for x86-64. 2002-06-05 19:39:15 +00:00
build.sh Remove redundant pattern in case. 2002-06-05 06:27:09 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00