summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3).charnier1997-10-133-45/+63
|
* Hide sccsid[]. Typo in man page.charnier1997-10-132-4/+8
|
* Use err(3). Add prototypes.charnier1997-10-132-21/+33
|
* Mdoc'ify man page.charnier1997-10-132-65/+75
|
* Use err(3). Add prototypes. Cosmetic in usage string.charnier1997-10-132-29/+41
|
* Style police: keep a variable list in alphabetical order, and addjoerg1997-10-131-5/+5
| | | | | | pointless paren's to return statements. Nitpicked by: bde :)
* Synchronize with sys/i386/isa/wd.c revision 1.141.kato1997-10-131-4/+4
|
* Synchronize with sys/i386/isa/sio.c revision 1.184.kato1997-10-132-4/+4
|
* Synchronize with sys/i386/i386/userconfig.c revision 1.269.kato1997-10-131-3/+3
|
* Synchronize with sys/i386/i386/machdep.c revision 1.269.kato1997-10-132-2/+4
|
* 1) Remove comment about tip(1) not accepting comments in /etc/phoneshoek1997-10-132-10/+9
| | | | | | | | 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).
* Disable the TEST_CIL code till I can commit the complete solution.fsmp1997-10-131-1/+5
| | | | Noticed by: Peter Wemm <peter@netplex.com.au>
* if we free all the links to a node, then by definitionjulian1997-10-121-2/+1
| | | | | | | we freed the name we used to find it.. SO DON'T free it again later! pointy hat over here please..
* Un-spam ip_sum (arrgh - I don't know how this madebrian1997-10-121-4/+3
| | | | it into my patches :()
* Make mountd use -r by default. Hopefully this will cut down the numberimp1997-10-121-2/+2
| | | | | | of complaints that FreeBSD's mountd doesn't allow mounting of swap files for OSes like SunOS, NetBSD and OpenBSD. Submitted by: Joerg Wunsch
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-12122-289/+469
| | | | | | | | 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
* Delete ctm_scan program. There is no manpage for ctm_scanwosch1997-10-123-208/+2
| | | | | | and nobody use it. Reviewed by: phk & Richard Wackerbarth
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-123-6/+6
| | | | work sympathetically with the function keys.
* Support output format html.wosch1997-10-121-19/+46
| | | | Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
* Fix bug when using DEVFS, drives on second controller sisn't appearsos1997-10-121-4/+4
| | | | | | in the device filesystem. Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
* Update to reflect current affairs.jkh1997-10-123-16/+18
|
* Separate the siamese twins that were the partition and label editor.jkh1997-10-1217-310/+621
| | | | | | 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.
* Try and fix some style problemspeter1997-10-127-105/+126
|
* Attempt to support IPX.peter1997-10-122-2/+44
| | | | | Suggested patch by: Vasily V. Grechishnikov <bazilio@ied-vorstu.ac.ru> (plus cut/paste, whitespace and typo fixes)
* Do not account the tape change time for ETA estimations.joerg1997-10-121-0/+6
| | | | | PR: bin/4369 Submitted by: blank@fox.uni-trier.de (Sascha Blank)
* Make df(1) exit with non-success status if something went wrong.joerg1997-10-121-11/+18
| | | | PR: bin/4415
* The unit for the B option is 1 KB, not `dump records'.joerg1997-10-121-2/+2
| | | | PR: docs/4223
* Fix a serious bug in the recursion processor. When descending a tree,peter1997-10-121-0/+9
| | | | | | | | | | | | | | | | | | 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.
* Now that nested menus work properly, stop using the kludged-upjkh1997-10-122-10/+10
| | | | DITEM_RECREATE flag.
* Fix improperly re-entrant code which caused the menu spammage we'vejkh1997-10-122-37/+25
| | | | | been seeing since 2.2.1. Pointed-in-the-right-direction by: phk
* Synchronize with sys/i386/isa/isa.c revision 1.106.kato1997-10-121-4/+4
|
* Synchronize with sys/i386/i386/userconfig.c revision 1.94.kato1997-10-121-2/+4
|
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.kato1997-10-122-4/+4
|
* Synchronize with sys/i386/conf/options.i386 revision 1.61.kato1997-10-122-4/+4
|
* Synchronize with sys/i386/i386/machdep.c revision 1.268.kato1997-10-122-2/+6
|
* Synchronize with sys/i386/i386/trap.c revision 1.113.kato1997-10-121-1/+7
|
* Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.kato1997-10-121-8/+10
|
* Typo fix.max1997-10-121-2/+2
|
* Submitted by: Joachim Kuebart, thanks.helbig1997-10-122-11/+23
| | | | Add -u option to force unbuffered output
* Remove the call to scsi_start_unit() from sd_open(). It was causingjoerg1997-10-122-8/+9
| | | | | | | | | | | | | | 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.
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-122-8/+8
| | | | | on bootverbose so that those who _really wanna know_ still can. Compromise suggested by: joerg
* Update de.4 to list new media options. Hopefully this is reasonablypeter1997-10-122-12/+98
| | | | correct.
* Cosmetic: Mention that ppp is suspending beforebrian1997-10-121-2/+7
| | | | executing a "shell" command.
* reference rc.conf(5) instead of a bogus rc.conf(8)jkh1997-10-121-2/+2
| | | | Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
* Store temporary files in /var/tmp instead /tmp. This should avoidwosch1997-10-112-4/+4
| | | | | a possible disk overflow for enormous large mails. Submitted by: grog
* Teach dd(1) about an option to write sparse files. Can be useful forjoerg1997-10-114-7/+45
| | | | | | | things like diskless clients' swap files etc. Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many stylistic changes by me)
* Mention the improved sppp(4).joerg1997-10-111-0/+8
|
* sppp(4) is now also a consumer of the kernel MD5 code.joerg1997-10-111-0/+1
|
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-1142-89/+135
| | | | Substantial input from: bde
* Do not use an intermediate file. The intermediate filename will gowosch1997-10-111-3/+2
| | | | into the info output which may breaks other programs (e.g. info2html).
OpenPOWER on IntegriCloud