summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Changes to adapt to 2.0.jkh1994-08-231-2/+2
| | | | Submitted by: jkh
* Bring over dbsym from 1.1.5.1jkh1994-08-231-1/+1
| | | | Submitted by: jkh
* Oops...forgot to list the changes....dg1994-08-184-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | /usr/src/usr.sbin.config: o -DSTATCLOCK gives kludges to support the rtc non-device as well as old kludges to support the clk non-device. /usr/src/usr.sbin/config.8: o Document the trivialness of the new vector.h. /usr/src/usr.sbin/mkglue.c: o Only print DEVICE_NAMES and NR_DEVICES in vector.h. These are only required to support vmstat. The vmstat interface will need to be improved for dynamic loading. /usr/src/usr.sbin/mkioconf.c: o Print device ids to be used as indexes into DEVICE_NAMES. o Print secondary interrupt handler entry points (xxxintr()) instead of primary ones (VdevU()). Primary ones are now XintrI() and XfastintrI() and are independent of the config so they are not handled here. o Minor cleanups. Submitted by: Bruce Evans
* Support for Bruce Evans' new dynamic interrupt support.dg1994-08-184-86/+90
| | | | Submitted by: Bruce Evans
* Added kbdcontrol & vidcontrol utils (from 1.1.5.1+)sos1994-08-171-2/+2
| | | | | Reviewed by: Submitted by:
* Added vidcontrol util from 1.1.5.1+sos1994-08-175-0/+666
| | | | | Reviewed by: Submitted by:
* Added kbdcontrol util from 1.1.5.1+sos1994-08-176-0/+820
| | | | | Reviewed by: Submitted by:
* Don't bother with XNSrouted and trsp, nobody uses either. If anybodywollman1994-08-151-2/+9
| | | | decides they want to, they can change the Makefile.
* Generate vector.h line for statclock. (See next commit for details.)wollman1994-08-151-1/+3
|
* Took out junk to save the old value of BLOCKSIZE as it is unnecessary.dg1994-08-122-11/+1
| | | | Remove CFLAGS=-g from Makefile.
* Implement -k flag.dg1994-08-121-0/+7
|
* swapinfo(1) command from 1.1.5. This version has been modified to workdg1994-08-125-0/+406
| | | | with the new libkvm interfaces.
* Use nulls to pad proctitle rather than spaces...makes ps(1) output moredg1994-08-111-1/+1
| | | | readable.
* Correct and add proper man page extents.jkh1994-08-113-2/+3
| | | | Submitted by: jkh
* Now that the timezone specification is no longer allowed, don't issue adg1994-08-091-2/+0
| | | | warning that it is missing.
* 1. Correct invalid setsid and ioctl return value checks.guido1994-08-081-2/+5
| | | | | | | 2. set some seteuid calls to allow sliplogin to be run by users from the commandline in stead of from login inlo. Submitted by: guido
* Suppress irritating extra newline after kern.boottime.wollman1994-08-081-1/+1
|
* Disallow timezone specification, but still allow it to be presentwollman1994-08-081-2/+2
| | | | if it is zero (so that we can parse old config files).
* Added YP section 8 programs from 1.1.5. (Obligatory notice that thiswollman1994-08-085-1/+271
| | | | | code was originally written by Th. de Raadt, although this particular organization is mine.)
* Copying YP programs over from 1.1.5, with a slightly different directorywollman1994-08-082-0/+680
| | | | structure than before.
* Delete obsolete references to librpc.a.wollman1994-08-083-6/+0
|
* Delete reference to obsolete librpc.a.wollman1994-08-082-3/+1
|
* Get rid of update. Make man page installation work with our schemewollman1994-08-0542-51/+179
| | | | (and rename a few in the process).
* Converted 'vmunix' to 'kernel'.dg1994-08-0519-48/+48
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-054-8/+5
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Reviewed by:ats1994-07-302-1/+23
| | | | | | Submitted by: Added a accton man page. Changed the Makefile to install the man page as accton.8.
* The FreeBSD bootloader loads the kernel at the a_entry address in thecsgr1994-07-221-0/+11
| | | | | | | kernel a.out file, meaning that this is where the kernel starts. (not at KERNBASE) - KERNBASE is 0xf0000000, while the kernel loads at 0xf0100000 Reviewed by:
* Argh! What a boneheaded bug! Finally fix the blank-line-in-packing listjkh1994-07-111-2/+2
| | | | problem! I am pond scum!
* Add proper links so that - and -sh are catered for.jkh1994-06-242-2/+13
|
* Just talked with James - there's another, better way to go about this.jkh1994-06-241-2/+0
| | | | | | Back out my earlier change. Note that this is just for the 1.1.5R floppies; the 1.1.5A ones still have the work-around method (which works fine and doesn't hurt anything, it's just kludge!).
* This is a kludge. Unless I make a link from sh to - (which would leave a filejkh1994-06-241-0/+2
| | | | | | called `-' lying around on the users system forever) login shells will fail. Just special-case the handling of `-' for now until/unless I find a more palatable solution.
* Remove bogus -lcrypt line.jkh1994-06-191-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r1752,rich1994-06-173-0/+439
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * slstat - report serial line IP statistics: bytes in/out, packetsrich1994-06-173-0/+439
| | | | | in/out, errors, compressed, and uncompressed packets in/out.
* John Capo's changes to make the fixit floppy image work; I didn't evenjkh1994-06-161-2/+2
| | | | bother looking at this file before! :)
* Whoops, missed the .cache files - those can be tossed too.jkh1994-06-151-1/+1
|
* Nuke all the intermediate files.jkh1994-06-151-1/+1
|
* 1. Clean the intermediate files when building the default fixit floppyjkh1994-06-153-1/+34
| | | | | (demonstration) target. 2. Add the kcopy and filesystem floppy configuration files from Rod.
* This commit was generated by cvs2svn to compensate for changes in r1722,jkh1994-06-1516-0/+2086
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the new crunch utility for making distribution floppies fromjkh1994-06-1516-0/+2086
| | | | | James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies.
* Add explanation of -e in usage().asami1994-06-011-1/+2
|
* Close /dev/tty that is opened in y_or_n()...this is called many timesasami1994-06-011-1/+2
| | | | so it will run out of ptys if not properly closed.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+288
|
* Repeat after me, I will not edit files on Freefall, but bring patchesrgrimes1994-05-291-1/+1
| | | | | over instead. Moved #ifdef to correct place.
* Comment out missing/broken sources.rgrimes1994-05-281-12/+16
|
* Remove stuff for building manual pages the old way.rgrimes1994-05-281-6/+0
|
* Why cast a constant to (unsigned long) when you can make it this byrgrimes1994-05-281-1/+1
| | | | appending UL.
* Disable PS_STRINGS for now until I get the headers fixed.rgrimes1994-05-281-0/+4
|
* Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.rgrimes1994-05-281-0/+3
| | | | Reviewed by: David Greenman
* My last fix broke things more, thanks to Paul Traina for pointing that out!csgr1994-05-261-1/+3
|
OpenPOWER on IntegriCloud