summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-033-57/+84
| | | | | | | | | | | | | | | | | actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff.
* Eradicate my #1 (ok, maybe #2) peeve by making config now blow awayjkh1994-09-031-1/+19
| | | | | | | and recreate any previous ../../compile/<blah> directory before laying down new files. The depends just aren't smart enough to save us from the grief that config's old behavior has always caused. Submitted by: jkh
* fixed typosadam1994-09-031-2/+2
| | | | | Reviewed by: Submitted by:
* This commit was generated by cvs2svn to compensate for changes in r2470,csgr1994-09-033-0/+165
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in lptcontrol from 1.1.5.1csgr1994-09-033-0/+165
| | | | Submitted by: Geoff
* rtprio(1) utility to modify realtime priority of a process.dg1994-09-014-1/+314
| | | | Submitted by: Henrik Vestergaard Draboel
* Remove xntpd for now until it works.jkh1994-08-301-2/+2
| | | | Submitted by: jkh
* Use LDDESTDIR and DPADD more consistently with what Bruce suggests..jkh1994-08-292-5/+13
| | | | Submitted by: jkh
* Changed output formatting to correctly represent the precision - it'sdg1994-08-291-1/+1
| | | | not cool to truncate trailing zeros..
* Allow creation of absolute package namesadam1994-08-292-9/+15
| | | | | | typo index() --> rindex() in order to split correct suffix Fix @srcdir so it actually works Submitted by: adam
* Make the LDADD stuff work properly with obj dirs. Whoops.jkh1994-08-292-1/+10
| | | | Submitted by: jkh
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-282-0/+2
| | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* Add swapinfo to SUBDIR. It's been working for a long time.bde1994-08-281-2/+2
|
* Latest flex requires yywrap() function to avoid -ll.bde1994-08-281-3/+1
|
* Add @srcdir option for customizing creation of packages.jkh1994-08-284-4/+21
| | | | Submitted by: jkh
* Prevent installation.jkh1994-08-281-0/+3
| | | | Submitted by: jkh
* Set proper destination directory for cron.jkh1994-08-281-0/+2
| | | | Submitted by: jkh
* Add cron.jkh1994-08-281-1/+1
| | | | Submitted by: jkh
* This commit was generated by cvs2svn to compensate for changes in r2311,jkh1994-08-2735-0/+6147
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-2735-0/+6147
| | | | | | well, expect our two seperate directories for cron and crontab to go away shortly. Submitted by: jkh
* Add lex lib to LDADD.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* Remove duplicate declaration of sys_errlist[].jkh1994-08-261-3/+3
| | | | Submitted by: jkh
* xntp and tcpdump targets added.jkh1994-08-261-2/+2
| | | | | Reviewed by: Submitted by:
* Add -ll to link flags to link with the lex library.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* 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.
OpenPOWER on IntegriCloud