Go to file
drochner d36e668737 clean up the serial console / KGDB attachment:
-put all early console / KGDB initialization into 1 exported function
  (com_*_attach()) each, dont use global variables anymore
-use the passed tcflag_t for port settings instead of hardwiring 8N1
-at autoconfiguration attach time, decide if the attaching device is
  already console / KGDB by comparing bus tag and base addr (cgd's wish)
-export a function "com_is_console()" for use by driver frontends for
  this comparision
-delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right
-delete unused comcnprobe() and comcninit()
1997-08-23 14:01:32 +00:00
bin Make sleep handle non-integer values. Document the same, noting that 1997-08-04 01:13:07 +00:00
distrib mount root ramdisk rw in .profile 1997-08-22 18:23:08 +00:00
etc * add enss* to ss* 1997-08-22 15:35:12 +00:00
games PR/3964: Eric Fischer: Remove dependencies to traditional cpp... 1997-08-11 14:06:10 +00:00
gnu Allow to use a line break to interrupt a remote debugging target. 1997-08-15 18:11:14 +00:00
include Define _PASSWORD_CHGNOW as -1. This is a `magic' pw_change value, 1997-08-16 13:47:21 +00:00
lib use -mdoc .Pa macro for filenames 1997-08-20 05:42:57 +00:00
libexec * don't depend upon buffer returned by fgetln() to remain. fix mainly 1997-08-14 02:06:15 +00:00
regress
sbin note that this is a pc532 command... 1997-08-15 18:57:15 +00:00
share Don't assume we're on NetBSD when setting LOCALBASE i.e. 1997-08-20 16:02:48 +00:00
sys clean up the serial console / KGDB attachment: 1997-08-23 14:01:32 +00:00
usr.bin support $TMPDIR 1997-08-23 07:32:50 +00:00
usr.sbin Add -U flag, checking for mismatch. This is the same as the old -u flag, 1997-08-20 15:14:51 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00