Jordan K. Hubbard
1b5a372ee6
Allow access to options editor from media screen (sometimes you need it
...
there!).
1997-10-13 11:45:36 +00:00
Jordan K. Hubbard
7e1ff66d01
Only need to call label editor for all drives.
1997-10-13 11:33:27 +00:00
Philippe Charnier
11588fbd01
Use err(3). Add usage.
...
Use syslog instead of fprintf when being a daemon.
Change sprintf to snprintf obtained from OpenBSD.
Obtained from: OpenBSD
1997-10-13 11:27:55 +00:00
Philippe Charnier
7f1550ed10
Use err(3). Sync usage string and man page.
1997-10-13 11:24:01 +00:00
Philippe Charnier
1e96bb57a6
Use err(3). Remove multiply defined Id string.
1997-10-13 11:22:39 +00:00
Philippe Charnier
fdd839012a
Remove multiply defined Id string. Hide sccsid string.
1997-10-13 11:18:53 +00:00
Philippe Charnier
df82e9ba02
Use err(3). Add usage() and #includes.
1997-10-13 11:13:33 +00:00
Philippe Charnier
5dbfe9a138
Use err(3).
1997-10-13 11:08:47 +00:00
Philippe Charnier
12873ebf56
Hide sccsid[]. Typo in man page.
1997-10-13 11:06:30 +00:00
Philippe Charnier
713fe15b36
Use err(3). Add prototypes.
1997-10-13 11:05:07 +00:00
Philippe Charnier
aa40a0da51
Mdoc'ify man page.
1997-10-13 11:03:36 +00:00
Philippe Charnier
607b525c53
Use err(3). Add prototypes. Cosmetic in usage string.
1997-10-13 11:01:33 +00:00
Joerg Wunsch
80214f046b
Style police: keep a variable list in alphabetical order, and add
...
pointless paren's to return statements.
Nitpicked by: bde :)
1997-10-13 09:36:05 +00:00
KATO Takenori
615effe0e9
Synchronize with sys/i386/isa/wd.c revision 1.141.
1997-10-13 09:24:04 +00:00
KATO Takenori
5ea17fc758
Synchronize with sys/i386/isa/sio.c revision 1.184.
1997-10-13 09:23:14 +00:00
KATO Takenori
a2aca53c35
Synchronize with sys/i386/i386/userconfig.c revision 1.269.
1997-10-13 09:22:03 +00:00
KATO Takenori
f98d041924
Synchronize with sys/i386/i386/machdep.c revision 1.269.
1997-10-13 09:21:16 +00:00
Tim Vanderhoek
1c442c0ad9
1) Remove comment about tip(1) not accepting comments in /etc/phones
...
Forgotten-By: rgrimes, early '94 (see rev 1.3, 1.4).
2) Use 555-#### examples to avoid potentially expensive accidents.
3) Escape @ in example pn capability (see related FAQ.sgml question).
1997-10-13 03:17:09 +00:00
Steve Passe
58e63a06b4
Disable the TEST_CIL code till I can commit the complete solution.
...
Noticed by: Peter Wemm <peter@netplex.com.au>
1997-10-13 00:01:53 +00:00
Julian Elischer
d9c15b1f71
if we free all the links to a node, then by definition
...
we freed the name we used to find it..
SO DON'T free it again later!
pointy hat over here please..
1997-10-12 22:27:11 +00:00
Brian Somers
6f59cd11ea
Un-spam ip_sum (arrgh - I don't know how this made
...
it into my patches :()
1997-10-12 21:43:55 +00:00
Warner Losh
e70858e0c4
Make mountd use -r by default. Hopefully this will cut down the number
...
of complaints that FreeBSD's mountd doesn't allow mounting of swap files
for OSes like SunOS, NetBSD and OpenBSD.
Submitted by: Joerg Wunsch
1997-10-12 20:37:20 +00:00
Poul-Henning Kamp
a1c995b626
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
...
Distribute all but the most fundamental malloc types. This time I also
remembered the trick to making things static: Put "static" in front of
them.
A couple of finer points by: bde
1997-10-12 20:26:33 +00:00
Wolfram Schneider
175dffc0f6
Delete ctm_scan program. There is no manpage for ctm_scan
...
and nobody use it.
Reviewed by: phk & Richard Wackerbarth
1997-10-12 19:58:53 +00:00
Jordan K. Hubbard
43990fb0dc
Back out my LALT -> META change until we figure out a way to make it
...
work sympathetically with the function keys.
1997-10-12 19:57:49 +00:00
Wolfram Schneider
938d2a75bd
Support output format html.
...
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
1997-10-12 18:54:34 +00:00
Søren Schmidt
d6d578d040
Fix bug when using DEVFS, drives on second controller sisn't appear
...
in the device filesystem.
Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
1997-10-12 16:22:01 +00:00
Jordan K. Hubbard
90a93ec643
Update to reflect current affairs.
1997-10-12 16:21:36 +00:00
Jordan K. Hubbard
b09dc169b7
Separate the siamese twins that were the partition and label editor.
...
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.
1997-10-12 16:21:21 +00:00
Peter Wemm
0c111a5c17
Try and fix some style problems
1997-10-12 15:24:39 +00:00
Peter Wemm
4de66141a8
Attempt to support IPX.
...
Suggested patch by: Vasily V. Grechishnikov <bazilio@ied-vorstu.ac.ru>
(plus cut/paste, whitespace and typo fixes)
1997-10-12 14:14:27 +00:00
Joerg Wunsch
d6038ed629
Do not account the tape change time for ETA estimations.
...
PR: bin/4369
Submitted by: blank@fox.uni-trier.de (Sascha Blank)
1997-10-12 14:09:13 +00:00
Joerg Wunsch
b8904f2acb
Make df(1) exit with non-success status if something went wrong.
...
PR: bin/4415
1997-10-12 13:55:43 +00:00
Joerg Wunsch
b394198484
The unit for the B option is 1 KB, not `dump records'.
...
PR: docs/4223
1997-10-12 13:10:26 +00:00
Peter Wemm
13aee6bd41
Fix a serious bug in the recursion processor. When descending a tree,
...
the descend can jump several directories down in one hit, eg: when a user
mentions multiple directories on the command line, eg: "cvs diff
sys/i386/isa/snd sys/sys". The problem is that the chdir()s are
pushed/popped to account for this, but the "full path" merely has
the last component chopped off on the way back up. This busts lots
of things when the recursion is backing up more than one directory (such
as in the example). This causes 'cvs diff' to emit bogus Index: lines,
'cvs update' to do really stupid things, 'cvs commit' to record incorrect
pathnames etc. I'm not sure that what I've done is quite correct, there
seems to be a comment that implies some sort of problem with "." vs. ""
equivalence or not, perhaps this is a problem on some other OS's, but
I've not (yet) found any problems. This bug has been present since
at least cvs-1.8.1.
This should fix problems noted by several people including asami and jmg.
1997-10-12 12:47:05 +00:00
Jordan K. Hubbard
1990badff5
Now that nested menus work properly, stop using the kludged-up
...
DITEM_RECREATE flag.
1997-10-12 12:11:14 +00:00
Jordan K. Hubbard
d1b7206119
Fix improperly re-entrant code which caused the menu spammage we've
...
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
1997-10-12 12:09:46 +00:00
KATO Takenori
7a0e9135d7
Synchronize with sys/i386/isa/isa.c revision 1.106.
1997-10-12 12:02:20 +00:00
KATO Takenori
3e093efa05
Synchronize with sys/i386/i386/userconfig.c revision 1.94.
1997-10-12 12:01:29 +00:00
KATO Takenori
c0cbbae78b
Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.
1997-10-12 12:00:23 +00:00
KATO Takenori
e429a56a35
Synchronize with sys/i386/conf/options.i386 revision 1.61.
1997-10-12 11:59:43 +00:00
KATO Takenori
38a7ce0beb
Synchronize with sys/i386/i386/machdep.c revision 1.268.
1997-10-12 11:58:09 +00:00
KATO Takenori
06f4477330
Synchronize with sys/i386/i386/trap.c revision 1.113.
1997-10-12 11:57:23 +00:00
KATO Takenori
d064cabcab
Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.
1997-10-12 11:56:06 +00:00
Masafumi Max NAKANE
062e5d5a43
Typo fix.
1997-10-12 11:51:25 +00:00
Wolfgang Helbig
69bd8767a9
Submitted by: Joachim Kuebart, thanks.
...
Add -u option to force unbuffered output
1997-10-12 09:52:49 +00:00
Joerg Wunsch
4dec470e39
Remove the call to scsi_start_unit() from sd_open(). It was causing
...
much grieve to owners of IBM drives when used in conjunction with
tagged command queuing, and didn't serve any purpose at all (since
experiments have proven that it simply didn't work).
Instead, call scsi_start_unit() once in sd_attach(), so in case the
drive has been configured to `remote start', it will spin up there.
(If it has spun down later, it must have been because of administrator
action (scsi(8)) anyway.)
While i was at it, bump the timeout for scsi_start_unit() to 30
seconds. 10 seconds were way too few for most drives.
1997-10-12 08:54:47 +00:00
Jordan K. Hubbard
02630e3d73
Allow "foo0: disabled, not probed" message to stay, but make it conditional
...
on bootverbose so that those who _really wanna know_ still can.
Compromise suggested by: joerg
1997-10-12 08:31:41 +00:00
Peter Wemm
cc19d8867b
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
Brian Somers
0ebb52de1d
Cosmetic: Mention that ppp is suspending before
...
executing a "shell" command.
1997-10-12 01:49:37 +00:00