summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Revive PCIConf.gibbs1998-09-151-14/+44
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Update system to new device statistics code.gibbs1998-09-153-277/+796
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Use a more reasonable default umask in case the root umask is toojkh1998-09-141-1/+5
| | | | | fascist. PR: 4014
* Fix printf warnings and add a few casts.jkh1998-09-143-9/+9
| | | | | PR: 7560 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Teach crunch about an elf/a.out world.jkh1998-09-146-140/+795
| | | | Submitted by: jhay
* Assume ELF-style symbol names now.jkh1998-09-141-1/+1
| | | | Submitted by: jhay
* Add device list entries for the tl and xl PCI ethernet devices.wpaul1998-09-132-4/+8
|
* Enable client entry point support.rnordier1998-09-131-1/+5
|
* Activate btxld.rnordier1998-09-121-2/+3
|
* This commit was generated by cvs2svn to compensate for changes in r39092,rnordier1998-09-126-0/+882
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * btxld is a link editor for BTX (boot extender) clients, supporting ELF,rnordier1998-09-126-0/+882
| | | | | | | | a.out, and binary formats.
* | Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-1117-38/+49
| | | | | | | | | | | | | | about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-1110-110/+181
| | | | | | | | | | stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
* | The fix in the previous commit was not sufficient; the upper 24 bitsyokota1998-09-101-14/+9
| | | | | | | | | | | | of an int argument still contained garbage. Pointed out by: bde PR: bin/7799
* | Don't allow longjmp into a no longer valid stack frame.tegge1998-09-101-0/+1
| |
* | I don't want to be the only one to use ``cut''. Use ``sed'' instead.obrien1998-09-101-2/+2
| |
* | Reflect realitybrian1998-09-091-11/+5
| |
* | Fully use our own generated files for NFSv3.obrien1998-09-092-5/+5
| |
* | Fix typos.danny1998-09-092-12/+12
| |
* | Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian1998-09-091-2/+4
| | | | | | | | | | than DEF_MRU, allowing our interface mtu to be decreased despite negotiation with the peer.
* | Add 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.sos1998-09-082-2/+19
| |
* | Whoops, update the makefile too while I'm at it.jkh1998-09-082-2/+2
| |
* | Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOSjkh1998-09-081-30/+36
| | | | | | | | | | | | | | library. I have to include MSDOSFS on the boot floppy anyway (so I can read DOS floppies in a few other contexts) and since both -stable and -current MSDOSFS handle long filenames, I'm OK on that now. Should save about 10K of space.
* | Make totally sure that we have the latest 1.7 version of booteasyjkh1998-09-082-44/+44
| | | | | | | | | | (it looked like it already to me, but the PR gives me cause to wonder). PR: 2514
* | o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-083-12/+16
| | | | | | | | | | | | | | | | o Fix bogus suffix handling. o Tell user when an FTP url is being xferred rather than being silent. This sort of violates "the unix way" but it stops people from whacking ^C when they think it's hung, too. Sometimes visual indication of success is important. Doesn't spit out anything if not on a TTY.
* | Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
| | | | | | | | | | PR: 3418 Noted by: pst
* | Fail as documented when a dependency cannot be foundjkh1998-09-081-1/+7
| | | | | | | | | | PR: 7318 Submitted by: djv@bedford.net
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-1/+1
| |
* | With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-052-7/+5
| | | | | | | | conf files.
* | Don't cast potentially unaligned addresses to pointers tobrian1998-09-045-53/+134
| | | | | | | | | | non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do.
* | o Enable standby mode in apm utility. You need a newer kernel for thisimp1998-09-042-11/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality to work (however, the kernel changes were committed to current at 1998/07/05 23:29:11 PDT). o Enable setting of a timer for later wakeup. Note, not all APM BIOSes support this for all modes (mine doesn't support waking up on a timer from standby mode). o Print out the APM capabilities, as reported by the BIOS. o Report wake on ring indication. No way to enable/disable this, but it is reported. o update man page with above o The output of this command has changed, so if you have a script that parses its output, then you may need to rewrite it slightly. o The code attempts to deal with older kernels than July 5, 1998, but that part of the code isn't well tested.
* | Fix uninitialized variable.yokota1998-09-041-1/+2
| | | | | | | | | | PR: bin/7799 Submitted by: Sheldon Hearn (axl@iafrica.com)
* | Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-041-14/+14
| | | | | | | | (bde will remove it soon)
* | add missing sys/queue.hache1998-09-041-1/+2
| |
* | Reviewed by: Doug Rabsonnsouch1998-09-034-6/+64
| | | | | | | | | | | | Submitted by: nsouch 'local' token added to support new bus architecture .c files generated by .m files.
* | Install amd.confbrian1998-09-022-2/+9
| |
* | Silence potentially bogus warning.jkh1998-09-011-2/+2
| |
* | Don't set the router_enable variable by default.jkh1998-08-312-4/+2
| |
* | Sort cross references.wosch1998-08-318-41/+41
| |
* | Remove OpenBSD build support - let the Makefile vary perbrian1998-08-312-20/+2
| | | | | | | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
* | Accept gateway value of NOjkh1998-08-311-2/+2
| |
* | The `group{del,mod,show}' take require a '[group|gid]' argument.jkoshy1998-08-311-1/+4
| | | | | | | | PR: docs/7788
* | Add OpenBSD build supportbrian1998-08-301-1/+7
| |
* | Add OpenBSD build supportbrian1998-08-301-2/+8
| | | | | | | | Remove -Wmissing-prototypes
* | Split lines into one subdir per line.gpalmer1998-08-301-19/+122
| |
* | Make pstat machine-independant againgpalmer1998-08-301-3/+3
| |
* | DPDADD -> DPADDgpalmer1998-08-306-12/+12
| |
* | Fix parallel makes falling over on xwheregpalmer1998-08-301-2/+2
| |
* | Install ipmon.8 in man8/ not man1/.jkoshy1998-08-301-1/+1
| | | | | | | | | | PR: 7778 Submitted by: horikawa@jp.freebsd.org
* | Don't use ``-width 20'', it's misleading. Use ``-width XX''brian1998-08-292-20/+20
| | | | | | | | instead.
OpenPOWER on IntegriCloud