summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Correct a bunch of man page cross references and generallympp1996-02-1114-32/+35
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
|
* Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>wosch1996-02-101-2/+8
| | | | bugfix: chown home directory if don't copy dotfiles
* Remove netns and netiso, whatever it did here in the first place...phk1996-02-102-22/+2
|
* Another round of various man page cleanups.mpp1996-02-093-5/+5
|
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-094-15/+20
| | | | file locations and some minor formatting/style problems.
* Remove pkg_manage from Makefilejkh1996-02-091-2/+2
|
* Nuke pkg_manage. No fault of the author, but it sort of died when wejkh1996-02-0916-1659/+0
| | | | | | | | went to the multi-directory package scheme since it wasn't designed with that kind of layout in mind when first written, and the attempts to adapt it haven't really resulted in an interface that's easy to use. I will make a stand-alone version of the pkg installer in sysinstall at some point and drop it into the existing pkg_install directory.
* Fix to catch a stupid oversight on my part which allowed this thingjkh1996-02-091-2/+2
| | | | | to remove the current directory under certain circumstances. Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
* LBA addition to new commandsache1996-02-091-31/+77
|
* Integrate vak fixes, mostly command parsing & cosmeticache1996-02-092-193/+459
| | | | Submitted by: vak@cronyx.ru
* Clean up warnings.phk1996-02-082-35/+178
| | | | | | fix return/exit codes in some cases. Add -S which will delete any old entry first. Add "auto" in proxy case, so it finds the right interface automatically.
* Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the socketswollman1996-02-072-36/+69
| | | | | | | we create. (Nothing being called from inetd should use it anyway, but you can never be too careful.) Translate the man page back into -mdoc.
* Fixed pkg_create to eliminate the limits on the size of the PLIST.jdp1996-02-061-31/+41
| | | | | | | Formerly, there were limits on both the number of files (hard-coded into the program) and the number of characters (because of the ARG_MAX limit in exec(2)). In this new version, the filenames are passed to tar through a pipe, using tar's "-T" option, rather than on the command line.
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-066-6/+36
| | | | | in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
* Oops, accidently committed makefile change, back it outpst1996-02-061-2/+2
|
* make setproctitle display smallerpst1996-02-062-4/+6
|
* Setproctitle some useful informationpst1996-02-061-0/+5
|
* Add support for local modifications to the tree, by using FOO.ctm insteadphk1996-02-058-50/+144
| | | | | | of FOO if present. Various other tweaks. Submitted by: Christian Haury <Christian.Haury@sagem.fr>
* Typo.joerg1996-02-051-1/+1
| | | | Submitted by: somebody in Usenet whose name i forgot
* Remove cdplay, cdcontrol is superset of itache1996-02-054-464/+3
|
* Add qcamcontrolpst1996-02-041-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r13899,pst1996-02-042-0/+190
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import very basic demo/control program for qcam driver.pst1996-02-042-0/+190
| | | | Manual to follow real-soon-now(tm).
* Makefile.yp:wpaul1996-02-042-11/+34
| | | | | | | | - Improve support for multiple domains. (In preparation for new rpc.yppasswdd.) yp_dblookup.c: - Improve error reporting: be more selective as to what error code we return when a (dbp->get) fails.
* Print out media catalog number, if existsache1996-02-031-2/+6
|
* Request/print out media catalog validation info in status commandache1996-02-032-4/+19
|
* Implement several new commandsache1996-02-032-35/+102
|
* 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.
OpenPOWER on IntegriCloud