Commit Graph

10241 Commits

Author SHA1 Message Date
mycroft
47597918a1 Correct typo; IFMT -> S_IFMT. 1994-09-17 23:59:03 +00:00
deraadt
1be17e489e sbus/* --> dev/*
deal with multiple bus types (start of vme/obio support)
1994-09-17 23:57:27 +00:00
deraadt
152b1d19d4 obio bus driver, for dealing with devices on the sun4 motherboard. 1994-09-17 23:49:58 +00:00
deraadt
1340faab13 Replacement esp (NCR 53C9X + LSI DMA) scsi driver from Peter Galbavy. 1994-09-17 23:48:32 +00:00
deraadt
ca83f065d9 "struct confargs" is used for all device match/attach functions. It
tells you what bus (sbus, vme, ...) you are on.
1994-09-17 23:46:32 +00:00
deraadt
1587c23246 sunos disklabels are translated into netbsd disklabels. 1994-09-17 23:45:39 +00:00
deraadt
51150e13d3 new scsi 1994-09-17 23:43:56 +00:00
deraadt
6e2b05d646 new scsi code
sparc/sbus/* --> sparc/dev/*
1994-09-17 23:43:23 +00:00
deraadt
2b2fa40d16 hacked into shape by Peter Galbavy. 1994-09-17 23:28:55 +00:00
mycroft
dfe4aeb79f Clean up deleted files. 1994-09-17 23:25:13 +00:00
cgd
9700c11e98 install notes build goop 1994-09-17 19:02:58 +00:00
mycroft
76af9b5da0 Clean up deleted files. 1994-09-17 18:38:46 +00:00
mycroft
fd2946c6f4 Get the root filehandle using the same transport as the mount itself. From
Ken Hornstein.
1994-09-17 05:27:11 +00:00
mycroft
bccad89957 Swap the definition of {lrand,nrand} with {mrand,jrand} to reflect reality. 1994-09-17 01:01:53 +00:00
mycroft
27ff0a97a2 Remove comments about the `trail' keyword. 1994-09-17 00:54:42 +00:00
mycroft
8e14ac7b00 Fix null pointer dereference. 1994-09-17 00:51:10 +00:00
mycroft
fd536b8545 vmunix --> netbsd 1994-09-17 00:24:06 +00:00
mycroft
24a739f276 vmunix --> kernel (for variable names), and make the core file naming
convention match that of other executables.
1994-09-17 00:23:00 +00:00
mycroft
97a272bc2e vmunix --> netbsd 1994-09-17 00:17:12 +00:00
mycroft
196ca74efe Align link address under `Address' header. 1994-09-17 00:14:20 +00:00
mycroft
b0ed579ed2 Merge with 4.4-Lite version. 1994-09-17 00:10:08 +00:00
mycroft
08f161b7f9 Don't remove /etc/nologin if `-k' was used. 1994-09-17 00:02:23 +00:00
deraadt
42ea7aa818 sparc is not special anymore 1994-09-16 23:57:22 +00:00
mycroft
b7cc64e049 Check the SB Pro IRQ and DRQ correctly. From Jason Thorpe. 1994-09-16 23:48:22 +00:00
mycroft
97388e6c43 Create an empty mountdtab after removing it, to avoid getting a warning
from mountd on startup.  Change $name_server to $named_flags.
1994-09-16 23:38:01 +00:00
mycroft
6ea46cb5e4 Remove hard-coded path. 1994-09-16 23:17:34 +00:00
mycroft
3027969298 Fix bugs. 1994-09-16 23:08:38 +00:00
mycroft
07cdfa9cd1 Integrate `-c' option, from Arne Juul. 1994-09-16 22:23:29 +00:00
mycroft
6386e4b6a5 Document the % escapes I added, and clean up the description of %h a bit. 1994-09-16 22:02:34 +00:00
mycroft
5d52fc9b25 Add man4.amiga. 1994-09-16 21:21:24 +00:00
mycroft
b073160a6c Fix typo. 1994-09-16 21:17:21 +00:00
mycroft
c3e6d1057b Add tun. 1994-09-16 21:14:58 +00:00
mycroft
49a3925379 Correct bpf and tun major numbers. 1994-09-16 21:12:24 +00:00
mycroft
97aa17a3be Correct file names in FILES section. 1994-09-16 21:05:14 +00:00
mycroft
9c2fbdc245 Deal with large file systems, and clean up a bit. 1994-09-16 20:59:27 +00:00
mycroft
f41d9ebe51 Use an explicit references to UIO_MAXIOV, rather than a number. ref: PR 433 1994-09-16 03:08:46 +00:00
mycroft
c7003d37d3 Only reset FIFO if changing baud rate. From John Kohl (slightly edited). 1994-09-16 02:50:39 +00:00
jtc
23ece5babc asm -> __asm (PR #463). 1994-09-16 02:39:36 +00:00
jtc
e43e9b828a Protect against multiple inclusion (PR #473). 1994-09-16 02:16:42 +00:00
mycroft
ab9caa0e9a Fix the munmapfd() prototype, too. 1994-09-16 02:01:49 +00:00
mycroft
d5fdf729f2 All of the users of munmapfd() expect to pass it
two args.  Make it work correctly.
1994-09-16 01:57:57 +00:00
deraadt
2b10ae150f compile -O3 1994-09-16 01:27:58 +00:00
pk
9c216a1fb2 Cache pagesize. 1994-09-15 10:49:53 +00:00
pk
07dce62879 Use getpagesize() in stead of CLBYTES. 1994-09-15 10:48:51 +00:00
mycroft
76e0a7d0f4 Fix typo. 1994-09-15 03:47:19 +00:00
mycroft
cab4d25c24 stat the file system at mount time, for `df -n', et al. 1994-09-15 03:42:37 +00:00
deraadt
2736881bfb Kill the YP code. 1994-09-15 02:11:17 +00:00
deraadt
b175f116e1 handle `from user' without croaking 1994-09-15 02:02:00 +00:00
deraadt
5e6898c083 NBPG -> getpagesize() 1994-09-15 02:00:34 +00:00
deraadt
9d977e669b gcc automatically calls memset in certain situations. 1994-09-15 01:46:37 +00:00