summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14659-678/+682
* Correct a problem which broke +DISPLAY file handling.jkh1997-01-131-3/+4
* Implement minimal login class support (ie: does a setusercontext()).peter1997-01-132-2/+27
* Add more protection when running as init and don't do stupid things.jkh1997-01-123-5/+19
* Ack. When I moved the getsockopt() calls, I forgot to move the lineswpaul1997-01-121-4/+4
* - Save parent pid and check current pid against it upon entry towpaul1997-01-121-1/+10
* Correct two bugs:wpaul1997-01-111-13/+50
* This is purely a bandaid to lower the risk of running out of slotspeter1997-01-111-1/+1
* Still going.jmacd1997-01-111-1/+3
* The 2.2-Beta version doesn't have the brackets after the if statement.nate1997-01-101-1/+2
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-1013-61/+92
* Add a man page for mixer(8).mpp1997-01-102-2/+103
* Fixed DPADD (don't put -L in it).bde1997-01-105-15/+15
* Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, butbde1997-01-102-4/+4
* Use ${} consistently.bde1997-01-101-2/+2
* Fix a couple of typos in a comment and in the usage output.mpp1997-01-091-3/+3
* Fix some formatting problems. Closed PR# 2377.mpp1997-01-081-2/+2
* yp_server.c:wpaul1997-01-072-17/+56
* Fix typo I introduced in the DEBUG code last night.nate1997-01-061-2/+2
* Add extra tweak for -current compilation and some debugging.jkh1997-01-062-4/+6
* Do a better job of CDROM detection.jkh1997-01-063-35/+47
* - A pass at staticizing things.nate1997-01-065-107/+131
* Alphabetize the sources in the Makefile (this will help us to sync withnate1997-01-061-3/+3
* Updated DPADD to match LDADD.bde1997-01-061-2/+2
* Eek: the 'check for / in map names' test I added a while back detectswpaul1997-01-061-1/+2
* Remove an un-needed static declaration.nate1997-01-061-1/+1
* Re-write the driver to use getopt(), add the new display suspendnate1997-01-062-100/+121
* Adds optional NIS passwd file updating and optionally rebuildingdavidn1997-01-058-22/+202
* Remove duplicated #include.davidn1997-01-051-2/+1
* Fix reference /etc/acct/pw.conf -> /etc/pw.conf.davidn1997-01-051-2/+2
* Fix a couple of typos.mckay1997-01-041-5/+5
* Clean up device handling WRT slip and ppp devices. An incomplete transitionjkh1997-01-044-34/+66
* Add a few strategic screen clears in network setup.jkh1997-01-041-1/+3
* Update to match changes in <net/if.h>.wollman1997-01-038-22/+18
* Unlink LogName before attempting to open it. Since we now have a lovelyjkh1997-01-031-1/+2
* Adjust the maximum displayed length.jkh1997-01-031-2/+2
* Do something I've wanted to do for quite some time - collapse all thejkh1997-01-0323-722/+492
* Implemented /home -> /usr/home symlink kludge.davidn1997-01-031-11/+28
* 1. Correct bogon in cdromInit when running multi-user which took cdrom offlinejkh1997-01-016-221/+230
* Remove dmalloc here too.peter1997-01-011-3/+3
* Include ns_udp.c here too.jkh1997-01-011-2/+2
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-015-13/+11
* Added the package catagories astro, chinese, mbone, and vietnamese;obrien1996-12-311-1/+5
* Add two missing links (hoststat/purgestat)peter1996-12-311-1/+3
* Cosmetic fix for pppd; login() updates both utmp and wtmp, so don'tmsmith1996-12-311-3/+2
* Make the select() call work like the others in the system.. ie: don'tpeter1996-12-301-3/+5
* Fix harmless bug found by new pointer-to-function prototypes.peter1996-12-301-4/+4
* Fix problem caused by new prototypes. Cast object to (caddr_t) aspeter1996-12-301-2/+2
* 1) Base home directory is created if it does not already exist ifdavidn1996-12-301-35/+65
* Remove breakage of 1.8.2.2, choose slightly better character for quit.jkh1996-12-302-4/+4
OpenPOWER on IntegriCloud