Commit Graph

34230 Commits

Author SHA1 Message Date
lukem
3e8e744696 getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
mycroft
219751628c Nuke trailing comma in SEE ALSO section. 1997-11-01 06:42:53 +00:00
lukem
8ddff36f55 don't print trailing blank on lines that have no val 1997-11-01 06:40:35 +00:00
mycroft
71c121c6af Nuke trailing comma in SEE ALSO section. 1997-11-01 06:37:47 +00:00
jonathan
ba6431afae Incorporate a 4.4BSD-Lite workaround for a bug in cache invalidation.
From   /sys/news3400/news3400/locore.s, with id
	@(#)locore.s	8.3 (Berkeley) 9/23/93

Kazumasa Utashiro notes that the pmax cacheflush routines don't work:
    #ifndef NOTDEF /* I don't know why Ralph's code doesn't work. KU:XXX */

It's because pmax hardware wries the COP0 bit to external branch
logic.  news3400s don't, and so the bc0f loop fails.  It will also
fail on some other models of pmax, but we dont' support them.
Surround the relevant framgents in locore_r200.S with "#ifdef pmax".

Longer-term,  the cacheflush entry in the locore callback may have
to be a  CPU baseboard-specific entry, not just CPU-version specific.
1997-11-01 06:34:07 +00:00
mycroft
f47ecc8f5e Nuke trailing comma in SEE ALSO section. 1997-11-01 06:32:13 +00:00
mycroft
7baf315b3c Nuke trailing comma in SEE ALSO section.
Also fix some other formatting glitches.
1997-11-01 06:25:29 +00:00
lukem
74901efaa3 getopt returns -1 not EOF 1997-11-01 06:23:38 +00:00
mycroft
82b4b8d328 Nuke trailing comma in SEE ALSO section. 1997-11-01 06:21:01 +00:00
lukem
f4347fc9e6 getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
mikel
0297ab5245 remove libossaudio_pic.a 1997-11-01 05:32:54 +00:00
mikel
ff0c290972 remove libossaudio.so.0.0 1997-11-01 05:25:54 +00:00
mikel
486500f857 don't build shared library 1997-11-01 05:04:51 +00:00
mycroft
a2fa91a9c4 Reformat in mandoc. 1997-11-01 04:58:39 +00:00
mycroft
ff7e0ad3ae Kill trailing comma in SEE ALSO section. 1997-11-01 03:39:53 +00:00
mycroft
d58f35482e Kill trailing comma in SEE ALSO section. 1997-11-01 03:28:22 +00:00
ross
ba9c8e00db Eliminate some alignment assumptions in packed IP/UDP frames. (port-alpha issue) 1997-10-31 23:32:24 +00:00
phil
2cb88494a3 Tweeks to editing file system partitions, fix for PR4405, adding a method
to reselect the allocation multiplier while editing a disklabel.
1997-10-31 23:00:32 +00:00
mycroft
ff7fbfe809 Make sure to clear the child's signal mask in all cases. 1997-10-31 22:48:12 +00:00
mycroft
bd73dc49c1 Oops; previous change was incomplete. 1997-10-31 22:21:37 +00:00
jonathan
a8e1a40058 Change MD label-edit code from i386 convention (d=whole disk, c=bsd slice),
to 4.3BSD-style (BSD uses whole disk, 8 partitions, c=RAW_PART, d=/usr).
Initialize variables appropriately.

May be a good starting template for sparc, vax, others?

Use symbolic defines to allow changing the partition used for /usr (to
add a /var partition, or for consistency with i386).
1997-10-31 22:21:19 +00:00
mycroft
4dc2ef91eb Slight simplification of some signal handling goo. 1997-10-31 22:18:05 +00:00
christos
a2e8434f60 revert previous. It was dumb. 1997-10-31 22:15:52 +00:00
pk
97128ca91e Header magic is now done in stand/boot/Makefile. 1997-10-31 22:12:21 +00:00
pk
b5d7e8f444 Install a version of the secondary boot block in /usr/mdec that is
suitable for use on a server for diskless booting.  Done mostly to
simplify the installation notes and avoid questions ...
1997-10-31 22:05:17 +00:00
pk
cb69025d2b Remove unneeded link to `/usr/sbin/installboot' 1997-10-31 21:53:25 +00:00
christos
c8963b13e9 Forgot to commit this somehow [part of the signal mask botch fix] 1997-10-31 21:23:46 +00:00
mhitch
6d3db8915a Initial updates to document install and upgrades using the MI miniroot.
Update revision numbers for 1.3.
1997-10-31 21:15:46 +00:00
gwr
4dcb8c7d34 More movement. 1997-10-31 19:52:09 +00:00
drochner
f41acf4c04 Update for "dev" command.
Add RCS ID.
1997-10-31 18:59:57 +00:00
drochner
bdf1b13477 -Don't try to parse the bootfile path in DOS mode.
-Take "dev" command from "biosboot" for consistency.
1997-10-31 18:50:09 +00:00
bouyer
b3b200d4f8 Fix typo. 1997-10-31 17:58:46 +00:00
mhitch
739aea03d8 Update for version numbering and a few typos. 1997-10-31 17:26:25 +00:00
phil
0b0e2488e2 Add missing parameter to function call msg_display in menu editfsparts. 1997-10-31 17:15:10 +00:00
carrel
6bd1dfb199 add in shared libs 1997-10-31 16:59:49 +00:00
augustss
d2efd43f43 Add guspnp. 1997-10-31 15:07:46 +00:00
augustss
449db89e1b Remove a bug that is no longer there. 1997-10-31 15:02:33 +00:00
mycroft
733f98b6b0 This was never supposed to be here. 1997-10-31 10:23:23 +00:00
mycroft
3cd66a1543 Rewrite catopt(), as in mount(8). 1997-10-31 09:48:04 +00:00
mycroft
04b8837e23 Import modified mangle() from mount(8).
Also rewrite catopt() with a more sane interface.
1997-10-31 09:40:29 +00:00
mycroft
e49dfa57a5 Format police. 1997-10-31 09:11:53 +00:00
bouyer
ce0da80741 Add NOCAPACITY quirk entry for MATSHITA CR-574, rev 1.02. 1997-10-31 09:11:06 +00:00
bouyer
7171f0a1bb Add tl to the list of supported devices. 1997-10-31 08:36:17 +00:00
bouyer
de60757b60 Add tl man page (pointed out by Jonathan Stone). 1997-10-31 08:29:41 +00:00
augustss
74659c8324 Mention guspnp. 1997-10-31 08:24:45 +00:00
mycroft
9870971b35 Format police. 1997-10-31 07:59:52 +00:00
mycroft
af96feb61b Format police. 1997-10-31 07:46:08 +00:00
jonathan
7fb01f01ae Print TC bus speed properly when attaching device, since the SCSI
clock is taken (and computed) from the TC bus clock.  See PR 4380.
1997-10-31 06:29:59 +00:00
mhitch
94d78ed95e Mount needs -u option to make root writable. 1997-10-31 04:41:47 +00:00
gwr
609a55eab0 Add zstty.4 1997-10-31 03:13:01 +00:00