summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Mention the currently supported vendor/model strings.joerg1996-02-021-1/+11
|
* Don't mask last track number with end word, better be shure that it is 170ache1996-02-021-1/+1
|
* Implement 'inject' commandache1996-02-022-13/+25
|
* Back out my control->addr_type change, need to be fixed in another placeache1996-02-021-1/+1
|
* Understand about the doc distribution.jkh1996-02-024-7/+11
|
* There is no longer a typedef clash with <rpc/auth.h>, so removehsu1996-02-021-5/+3
| | | | | conditional. Also, use the system defined fixed sized types. This removes a 32-bit dependency on non-32-bit architectures.
* man page link swapfile.8 -> vnconfig.8wosch1996-02-021-1/+2
|
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-3/+3
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Fix user input parser, play command even not work in old variantache1996-02-011-7/+6
|
* Wrong field was used to determine audio/data disksache1996-02-011-1/+1
|
* Make routed use real netmasks when installing routes; for unknownfenner1996-02-011-4/+4
| | | | | class B and C networks routed would use the network number as the netmask. This can cause some real interesting behaviour.
* Correct a minor but important error in the rtprio example.joerg1996-02-011-2/+2
|
* Decend the list of ioaddrs and maddrs for eisa devices and print them outgibbs1996-01-311-6/+17
| | | | for lsdev -c.
* Make mixer print out all of the current mixer settings by defualtmpp1996-01-311-0/+16
| | | | | instead of making the user run a separate command for each setting they are interested in. Closes PR#432.
* Found an instance of yp_error() in yp_maplist_create() that had two %swpaul1996-01-311-2/+2
| | | | tokens but only one argument; fixed by putting in missing argument.
* Sync with my sources at home:wpaul1996-01-311-4/+39
| | | | | | | | | | | | | - Don't do longjmp()s from inside a signal handler. Even though I got things to work the way I wanted, it's bad karma. - Remember to clear the sa_mask with sigemptyset() before masking signals when using sigaction() to set up the SIGIO handler. - Break out of the wait loop in yppush_exit() when the five minute timeout expires instead of looping around for another pass. If ypxfr on the other end fails somehow and never sends a response, we don't want to wait around forever.
* ctm(5) has been written, so remove comment about it not existing. :)nate1996-01-311-2/+1
|
* Use libmd's MD5.phk1996-01-307-389/+15
| | | | | inline hdlc checksum calculation. make big tables const.
* Don't replace leadout entry with 255ache1996-01-301-1/+0
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-3027-71/+71
|
* Use starting track 0 for READTOCENTRYS, should be convertedache1996-01-301-1/+1
| | | | | to real starting track in CD driver. Old code assume that starting track is always 1.
* Use 0 as starting track number for READTOCENTRYS,ache1996-01-301-2/+2
| | | | | should be converted to real starting track into CD driver. Old variant assume that starting track is always 1.
* Some patches to ppp which improve stability. I have been running adfr1996-01-3012-72/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ppp based on these patches for about 3 weeks with no downtime. The original submitters comments: Two features iijppp has over kernel ppp that I like are predictor1 compression and demand dialing. Here are a few bug fixes. I expanded the priority queueing scheme and discovered it was broken due to the assignment at ip.c line 300. All packets were being queued at the same priority. Fixing priority queueing broke predictor1 compression. Packets were compressed before being queued and predictor1 worked as long as the packets were popped off the queue in the same order they were pushed onto the queue. There were a few byte order problems in IP header tests also. There is a recursion problem in SendLqrReport(). LcpClose() is called when "Too many echo packets are lost" which winds up in SendLqrReport() again. I believe the original intention was to just stop the LQR timer with the call to StopLqr() but the side effects hurt. Submitted by: John Capo <jc@irbs.com>
* Attempt to figure out the size of the device/file we are about tojoerg1996-01-302-13/+90
| | | | | format. A bit tricky, but i believe this to work for 98 % of the cases.
* Fix a bunch of spelling errors.mpp1996-01-292-4/+4
|
* Add the -u flag to the cpio's used to install the initial files, justjoerg1996-01-292-8/+8
| | | | | to make sure they will be overwritten even in cases where the've bogusly got more recent timestamps.
* Minor tweak to allow the mbone mapper to work again on hosts which arepeter1996-01-291-2/+2
| | | | | | themselves acting as multicast routers. Reviewed by: Bill Fenner (quite some time ago)
* Don't install sendmail setgid kmem since it doesn't reallympp1996-01-291-2/+1
| | | | | | require kmem access. It is currently configured to call getloadavg(3), which uses sysctl(2) to determine the load average, which is the only reason some sendmails require kmem access.
* Whoops! Include paths.h instead of sys/cdefs.h - that results injkh1996-01-291-1/+1
| | | | | | PATH_VARTMP having a somewhat saner value. Submitted by: matthew green <mrg@eterna.com.au> By way of: Eric Allman <eric@sendmail.org>
* A manpage. May be the file nologin.5 should located inwosch1996-01-282-0/+63
| | | | src/share/man/man5.
* Add wormcontrol. Nope, i didn't forget it this time. :)joerg1996-01-271-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r13652,joerg1996-01-273-0/+372
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add a wormcontrol(8) utility. This is needed in order to preparejoerg1996-01-273-0/+372
| | | | | | | | | | | | worm(4) for actual work. See the EXAMPLES section in the man page.
* | Change private version of verr() to __verr() and make it static towpaul1996-01-261-3/+3
| | | | | | | | avoid potential clash with library function of the same name.
* | add a manpagewosch1996-01-242-2/+45
| |
* | add a manpagewosch1996-01-233-8/+48
| | | | | | | | check for argument 'path'
* | Add an additional warning that a "dangerously dedicated" disk cannot havejoerg1996-01-232-4/+8
| | | | | | | | | | | | | | | | a boot selector in sector 0. Closes PR # conf/963: Using the... Submitted by: muir@idiom.com (David Muir Sharnoff)
* | Fix some of the pcvt related man pages to reflect where thempp1996-01-224-16/+16
| | | | | | | | various pcvt support files are really installed. Closes PR# 740.
* | Fix the -t option so that its output matches what the manmpp1996-01-223-8/+10
| | | | | | | | page says it prints. Also silence a few "cc -Wall" warnings.
* | Merge in 4.9.3-P1 changes and bump version number.peter1996-01-224-7/+8
| | | | | | | | (Patch1 only affects named and BSD/OS makefiles that we dont use)
* | This commit was generated by cvs2svn to compensate for changes in r13553,peter1996-01-222-0/+2819
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import named-4.9.3-patch1peter1996-01-224-5/+2825
| | | | | | | | | | | | | | | | | | This is a small fix, as a result of talking to Ultrix Hesiod-enabled named's. Apparently there are some buffer overruns causing data mangling.
* | | Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-205-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* | | Removed config.new from the release. It is unused by any current versionnate1996-01-2017-4944/+3
| | | | | | | | | | | | of FreeBSD, and only serves to generate confusion and increase bloat.
* | | Hostname points to static area which overrides with each gethost*ache1996-01-191-1/+1
| | | | | | | | | | | | call, strdup() it.
* | | Teach tcpdump to print out router advertisement and solicitation messages.fenner1996-01-191-1/+8
| | |
* | | add yppushadam1996-01-171-2/+2
| | |
* | | Fix a few minor bogons in the docs, also make it possible to execute cmdsjkh1996-01-162-44/+115
| | | | | | | | | | | | | | | | | | | | | from args, e.g. cdplay cd0 "play 1 99" if you just want to feed the CD a command and exit the cdplay utility. Note that if you want to use post-play commands like `pause' and `resume', you should still use cdplay interactively.
* | | Submitted by: charnier@lirmm.fr (Philippe Charnier)graichen1996-01-162-82/+51
| | | | | | | | | | | | | | | | | | | | | | | | 1) correct MAX_PID according to system definition. 2) replace fprintf(stderr,...)/perror/exit by 4.4 equivalence. 3) make strings enough larger so they can't overflow: MAXHOSTNAMELEN for host and MAXPATHLEN for filenames. 4) call execl with correct parameters (compress -> gzip).
* | | Fixed to not core dump if not enough arguments are givenmpp1996-01-151-0/+4
| | | | | | | | | | | | with the +rec and -rec options.
OpenPOWER on IntegriCloud