Commit Graph

34818 Commits

Author SHA1 Message Date
enami
2b952b2261 Remove an extra comma at the end of SEE ALSO list. 1997-11-18 07:00:48 +00:00
enami
dafe39d6fe Use .Sh RETURN VALUES instead of .Pp, as malloc.3 or free.3 does. 1997-11-18 06:58:46 +00:00
lukem
6236ac0333 use .Tn YP 1997-11-18 06:52:15 +00:00
enami
6940412e60 Fix typo; update `buf' by return value from realloc(3). 1997-11-18 06:44:51 +00:00
mrg
732e64a580 fix PR#4412 (from darren reed). 1997-11-18 06:09:25 +00:00
cjs
3ae5aa45df Forgot a subdir. 1997-11-18 05:16:50 +00:00
sakamoto
760b87dd7c Debugger() is called outside #ifdef DDB - fix.
remove simple monitor.
1997-11-18 03:09:09 +00:00
enami
a722a42f3d Use file mode 0600 when creating special file or fifo.
Suggested by Charles M. Hannum.
1997-11-18 03:08:21 +00:00
enami
076c3b6f00 Restore file attributes after extracting regular file. Fixes PR#4515
from stephen.ma@jtec.com.au:

- call getfile() before altering file attributes.
- open file with mode 0600 instead of 0666 so that file won't remain
  group or world readable/writable even if getfile() terminated.
- also, move skipfile() before altering file attributes in IF{CHR,BLK} and
  IFIFO case for symmetry (suggested by Charles M. Hannum).
1997-11-18 02:56:35 +00:00
phil
7cf15a500f Boot loader changed addresses due to a size increase and a similar change
size in the boot floppy.
1997-11-18 01:19:21 +00:00
phil
1c60498c17 Change sizes in boot3 for larger boot loader. 1997-11-18 01:14:42 +00:00
lukem
e91c20c007 overhaul code, provide saner error messages, etc 1997-11-18 00:44:19 +00:00
lukem
a2a60bf6a6 note that INSECURE=no isn't yet supported for netbsd clients 1997-11-18 00:37:23 +00:00
lukem
48b4356758 rewritten yppush from Chuck Cranor. 1997-11-18 00:32:57 +00:00
thorpej
2af766eb2f General cleanup. 1997-11-17 23:50:46 +00:00
thorpej
7ec7599a61 Change the interface name from "st" to "strip", so as to match the
pseudo-device option listed in the kernel config file, and to avoid
a name clash with the "SCSI tape" driver.
1997-11-17 23:35:28 +00:00
thorpej
9aa3174f1c Document the STRIP-related options. 1997-11-17 23:32:18 +00:00
thorpej
8bbdb3ebcb Cosmetic changes. 1997-11-17 23:15:12 +00:00
thorpej
22284276e8 Remove a gratuitous debugging printf. 1997-11-17 23:01:44 +00:00
simonb
2ddb44e7f3 Backout previous chance with distrib set location. The should be done
in a MI manner when we work exactly what that is...
1997-11-17 21:27:47 +00:00
mrg
ec406750b1 document ppp_peers 1997-11-17 17:45:34 +00:00
mrg
dae7a8ed1d - remove additional `adding interface aliases:' message.
- add `ppp_peers' support, which will run `pppd call <peer>' for each
  peer listed in the ppp_peers file that also has a /etc/ppp/peers/<peer>
  configuration file.
1997-11-17 17:45:28 +00:00
carrel
10a8b8d395 machine/mtpr.h does not exist here. Nuke it. 1997-11-17 17:42:48 +00:00
agc
ef7b4af515 Don't set username to man on the */cat? directories, as that username
might not exist on NetBSD.
1997-11-17 16:49:07 +00:00
veego
bc97256555 Sync with the reality of the trunk. 1997-11-17 16:25:43 +00:00
ws
4e4c231c15 PR4393: additional fixes of format strings for unsigned parameters
PR4394: be more consistent with other MSDOSFS_DEBUG messages
PR4395: fix generation numbers as in the PR, and fix short name for e.g. x.aaaa
PR4396: easier fix then given in the PR
All PRs by Rick Byers.  Thanks Rick for pointing these out
1997-11-17 15:36:17 +00:00
mrg
8ad67291ce document -F s (from darren reed). 1997-11-17 14:57:47 +00:00
mrg
fc911d1529 fix checksum problems (from marc boucher via darren reed). 1997-11-17 14:33:46 +00:00
agc
5c0d2a645d Implement default -Ia arg to pkg_info a bit differently. 1997-11-17 12:08:59 +00:00
jonathan
1c7a3c901e Apply version of cursor for bt431 cursor chip on mfb:
Fix cursor sprite for X11 startup/exit:
 * add cursor on/off functions.
 * Default cursor state is off (for framebuffer console).
 * Turn off cursor in each driver's xxxCursorInit() entrypoint.
 * Turn on cursor at the end of each driver's xxxLoadCursor() entrypoint.
works with X11R5 servers shipped with NetBSD 1.3.
1997-11-17 11:44:50 +00:00
lukem
fb3d390582 * major rewrite from scratch using -mandoc macros (it was a -man.old doc)
* cleaned up a few points, clarifying ambiguous sentences
* documented DDB_HISTORY_SIZE=xxx kernel option, and the appropriate
  editing keys
* added notes on how to drop into ddb on the mac68k (from [kern/4501])
1997-11-17 10:54:16 +00:00
cjs
2429baaaa7 Add support for bootable floppy for installs. 1997-11-17 09:47:07 +00:00
thorpej
c356454eef Cosmetic changes. 1997-11-17 09:08:26 +00:00
thorpej
1413de77e0 KNF. 1997-11-17 09:02:27 +00:00
thorpej
fc216e9a85 Cosmetic changes. 1997-11-17 08:56:08 +00:00
thorpej
5bf3550518 KNF. 1997-11-17 08:52:38 +00:00
thorpej
3a748eae8f KNF. 1997-11-17 08:38:04 +00:00
thorpej
942f131579 Fix RCS ID. 1997-11-17 08:28:09 +00:00
thorpej
7602fbd930 Cosmetic changes. 1997-11-17 08:25:56 +00:00
agc
d7aabd3e25 Add NetBSD RCS Id. 1997-11-17 08:20:08 +00:00
agc
ab7ea0b72f Initial import of FreeBSD's X11 mtree file. 1997-11-17 08:17:44 +00:00
thorpej
7e8aa22eaa Sigh, now that we've fixed a bug in PCI space management (the bug caused
i/o-mapped space to always be used), we discover that at least one
ThunderLAN interface can't read the EEPROM properly if memory-mapped
access is used.  Kludge around this for now by "prefering" i/o space.
1997-11-17 08:14:53 +00:00
mjacob
fee73b1391 Roll to 1.7 F/W level. 1997-11-17 05:07:02 +00:00
thorpej
f56e6f631f Add an i/o address for iy0 (from GENERIC) 1997-11-17 03:42:52 +00:00
thorpej
9246032610 Put lc0 at i/o 0x320. 1997-11-17 03:39:42 +00:00
thorpej
639dc38fd4 Rewrite lc_isa_probe() to not scan i/o space for LEMAC cards, but rather
to look specifically at the address it was provided *only*, since the
scan isn't safe (it can stomp on cards that will be probed later, like
NE2000 clones).
1997-11-17 03:34:24 +00:00
cjs
6a623f7271 Add <strings.h> where necessary, and remove support for tags. 1997-11-17 03:07:52 +00:00
cjs
f74fa34ebe Don't need real regexps on search. 1997-11-17 03:00:16 +00:00
cjs
963d5659fb Import of berkeley more(1) for use on install disks, because it's
considerably smaller than less(1), our replacement for it.
1997-11-17 02:37:15 +00:00
lukem
e8cb388f65 * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file
* fix up use of 'options<SPACE><TAB>'
1997-11-17 01:58:31 +00:00