summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add missing define of DPADD. Remove uneccessary define SRCS. Reorderbde1994-11-141-4/+4
| | | | defines.
* Don't follow a null pointer for the reporting error if kvm_openfiles() fails.bde1994-11-141-13/+7
| | | | Don't ever pretend that the program is named "." and has no args.
* Don't build an unused array of kernel names when HAVE_GETBOOTFILE isbde1994-11-141-1/+3
| | | | | | | defined. Don't use the newfangled C features to waste time building the array at runtime when HAVE_GETBOOTFILE is not defined.
* Delete duplicate pppd entry. Also move pppstats in the right spot lexically.lars1994-11-121-2/+2
|
* Obtained from: ppp-2.1.2lars1994-11-121-4/+10
| | | | | More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile() call based upon suggestion from Bruce Evans.
* pppd was missing from the SUBDIRS.lars1994-11-121-3/+3
|
* Use CDIOCALLOW before CDIOCEJECTache1994-11-121-0/+1
|
* cdplay addedache1994-11-121-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r4392,ache1994-11-122-0/+277
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Very simple non-X CD player for testing purposes,ache1994-11-122-0/+277
| | | | better than nothing
* This commit was generated by cvs2svn to compensate for changes in r4381,lars1994-11-123-0/+528
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * pppstats from ppp-2.1.2lars1994-11-123-0/+528
| |
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1994-09-258-0/+2711
| |
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1994-09-231577-406915/+0
| |
* | Add pppd to the Makefile. It seems to work..jkh1994-11-111-1/+1
| |
* | Fix printout bugache1994-11-102-1/+3
| | | | | | | | Submitted by: fredriks@mcs.com
* | Treat formfeeds like any other whitespace.wollman1994-11-071-1/+1
| |
* | Make /usr/bin/crontab install setuid root. (doesn't work otherwise)smace1994-11-061-0/+4
| | | | | | | | | | The distributed makefile in the package installs it setuid root.. Reviewed by: jkh
* | __386BSD__ -> __FreeBSD__jkh1994-11-042-2/+2
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | Don't include map.h - it's been obsoleted.dg1994-11-031-4/+0
| |
* | Fix for 'pstat -t' works on vtysache1994-11-031-5/+17
| | | | | | | | Submitted by: jhay@mikom.csir.co.za
* | Whoops - one two many zeros in the initializer. This should have everybodyjkh1994-11-031-2/+2
| | | | | | | | enabled by default now.
* | Changes to initialize the id_enabled flag to 1.jkh1994-11-031-2/+2
| | | | | | | | | | | | Also initialize some fields that were never initialized before, and simply defaulted to 0. I've never looked at this code before, now I know why. Config needs to die. Horribly.
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-11-021-10/+33
| | | | | | | | Added PCI support code.
* | Restore back -i for adjkerntzache1994-11-021-2/+2
| |
* | make the right link to "zzz"phk1994-11-021-1/+1
| |
* | Remove a relic from the old "equiv" kludgephk1994-11-021-16/+0
| |
* | Fixed a #include to point to machine/apm_bios.hphk1994-11-021-1/+1
| |
* | Remove -i option from adjkerntzache1994-11-021-2/+2
| |
* | Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most common cd9660 and nfs options like God intended them. (It is now possible to say mount -o ro,soft,bg,intr there:/foo/bar /foo/bar again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way. (It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
* | The latest user-land changes from the author. I added a big warning to thephk1994-11-016-58/+169
| | | | | | | | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi
* | Included the fdcontrol subdir.joerg1994-10-311-3/+3
| |
* | Deleted the private clean/cleandir targets in the Makefile. Deleteats1994-10-311-6/+3
| | | | | | | | | | | | a hardcoded reference to the "obj" dir. So this makefile should now work with and without an obj dir and deletes the obj dir with a normal cleandir.
* | This commit was generated by cvs2svn to compensate for changes in r4007,joerg1994-10-303-0/+241
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the fdcontrol command. It has been in 1.1.5, but obviously has been ↵joerg1994-10-303-0/+241
| / | | | | | | | | | | lost on its way to 2.0. This program uses the FD_DEBUG ioctl, which will have to be commited yet.
* | Corrected the xref to the driver man page to be fdc(4) now thatjoerg1994-10-281-2/+2
| | | | | | | | we have one (instead of fd(4)).
* | Remove eeprom from the default list of subdirs. It gets added properlyjkh1994-10-281-1/+1
| | | | | | | | | | in the sparc case anyway. Next step will be to move some of the i386 specific things, like fdformat and fdwrite, into an i386 .if clause.
* | Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.se1994-10-261-2/+2
| |
* | From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-10-261-4/+7
| | | | | | | | | | | | | | | | | | | | Could you please commit this patch to usr.sbin/crunch/examples ? This should make fixit.conf compilable again. VI needs some hacks. [Note: I'm not sure how relevant this example is anymore, but then it's only an example] Submitted by: mr
* | From: John Hay <jhay@mikom.csir.co.za>jkh1994-10-261-1/+1
| | | | | | | | | | | | | | | | Make swapinfo use libc functions for obtaining device information. Note: swapinfo should actually be deprecated, not fixed. pstat -s performs the same function. Submitted by: jhay
* | Applied patch009. Also added appropriate #include <string.h> whichswallace1994-10-251-2/+3
| | | | | | | | | | | | | | would have detected that memset was not being passed a pointer in the first place. Submitted by: Gene Stark (?) - 1.1.5.1 patch009
* | Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 isbde1994-10-251-1/+1
| | | | | | | | a poor value for a magic number, and we need to be compatible.
* | Added lsdev.wollman1994-10-241-1/+1
| |
* | When -v not given, display longer `state' and no `parent'.wollman1994-10-241-11/+32
| |
* | These patches fix some lesser problems:phk1994-10-247-15/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) malloc.h doesn't exits in 2.0. 2) Makefile.inc wasn't picked up so one of the build steps (install?) failed. 3) LIBMD wasn't depended on. 4) "ctm foo" dumped core because "foo" doesn't have a '.' in it. Bruce I updated the mkCTM stuff while I was at it anyway. /phk Reviewed by: phk Submitted by: bde
* | Updated to latest kernel code. Also provided a friendlier output format,wollman1994-10-234-27/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which is enabled by default (use `-c' to get the old format). The new format looks like this (only the values are correct; this was taken on my machine with a slightly old kernel): Device St Parent Description ---------- -- ---------- -------------------------------------------------- isa0 NC - sc0 NC isa0 Parallel printer adapter ed0 NC isa0 SMC8216/SMC8216C sio0 NC isa0 RS-232 serial port sio1 NC isa0 RS-232 serial port fdc0 NC isa0 floppy disk/tape controller fd0 NC fdc0 floppy disk wdc0 NC isa0 ST506/ESDI/IDE disk controller wd0 NC wdc0 ST506/ESDI/IDE disk npx0 NC isa0 Floating-point unit Note that many of these fields could be made more informative; I tried to make my changes as unintrusive as possible. See the `mcd' driver for an example of one which actually does something with the `state' field.
* | Add xten.jkh1994-10-221-1/+1
| |
* | Change to use the correct lock file directory.dfr1994-10-221-2/+2
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r3782,jkh1994-10-224-0/+508
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | X-10 stuff from 1.1.5.1.jkh1994-10-223-0/+286
| | | |
OpenPOWER on IntegriCloud