Go to file
dsl 31d8f670de - Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)
- Rename run_prog() to run_program() and remove the 'errmsg' argument (almost
  never used).
- Be consistent about #define<space> in defs.h
- Allow BSDFFS partitions to be FFSv1 or FFSv2 (fixes PR install/23547)
- i386: install correct bootblocks for root filesystem type.
- Do 'fsck -p' before all mounts (but never a full fsck), rename fsck_xxx()
  to mount_xxx() and remove some wrapper functions.
- Allow root to be an APPLEUFS partition - and allow them to be newfsed,
  should fix PR install/23198
- Redo fstab processing for upgrade to avoid large static data items and
  memory leaks.  Change walk() to abort on user defined error.
  (the fstab stuff really needs more work though...)
- i386: 'Warp' cursor to alternate option when selecting console/bootblocks,
  should fix PR port-i386/23546.
- Allow MENU_ok and MENU_yesno to take user defined title.
- Ensure that mountpoint not defined for swap (and similar issues) when
  editing netbsd label.
- Tweaks to error handling in run_program(), allow user to say that errors
  are expected or that the display shouldn't be cleared before returning.
- Remove some old code that has been festering under #if 0
2003-11-30 14:36:43 +00:00
bin Add -C to usage. 2003-11-28 23:32:25 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto avoid memory leak. hint from Andrew Lunn 2003-11-23 08:33:13 +00:00
dist sync w/ bind837 2003-11-26 01:35:31 +00:00
distrib - Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough) 2003-11-30 14:36:43 +00:00
doc BIND to 8.3.7 2003-11-26 01:39:36 +00:00
etc Correct typo in comment (s/x86k/x68k/) 2003-11-24 06:31:44 +00:00
games Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
gnu Revert 2.14 mknative (with expanded local paths!) while we're forced at 2003-11-28 05:16:19 +00:00
include Userland portion of fsync_range(2), written by Bill Studenmund, and 2003-11-18 00:56:56 +00:00
lib The x86_64 assembler seems to get it wrong when assembling 2003-11-28 23:25:54 +00:00
libexec Don't try to preload an empty string. 2003-11-25 14:36:49 +00:00
regress less magic constant. 2003-11-29 19:09:21 +00:00
rescue systrace needs libevent now. 2003-11-29 05:47:51 +00:00
sbin display more capabilities for "identify" command. 2003-11-30 14:07:49 +00:00
share oops, really force 2.13 2003-11-27 13:10:00 +00:00
sys add definitions of new feature bits. 2003-11-30 14:05:47 +00:00
tools move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils. 2003-11-27 10:52:53 +00:00
usr.bin Add '[no] clear' to lex/yacc spec. 2003-11-30 09:22:25 +00:00
usr.sbin Use Xr instead of Ic when suitable; NetBSD -> .Nx; add comma; 2003-11-26 09:02:52 +00:00
x11 use X11FLAGS.OS_DEFINES 2003-11-17 05:18:20 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +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 Add a paragraph about mkdep. 2003-11-20 08:07:52 +00:00