summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-268-43/+58
* Remove duplicate cvs tag.eric2001-07-262-4/+0
* Update sysinstall menu texts to reflect the new key behavior.eric2001-07-262-18/+28
* Use a safer method of creating the temporary password file.jedgar2001-07-251-8/+8
* Change permissions from [4]554 to [4]551brian2001-07-251-2/+2
* fix misspelling introduced in rev 1.14 (sames as -> same as)billf2001-07-251-1/+1
* Replace strncpy -> strlcpykris2001-07-241-6/+3
* Install this mode 4550 owned by group dialer; there is unsafe codekris2001-07-241-1/+3
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2
* Fix removal of at jobs.ghelmer2001-07-231-24/+66
* Back out WARNS commenting - local faultache2001-07-231-1/+1
* s/adress/address/kris2001-07-232-4/+6
* Unbreak world - comment out WARNS=2 - deadly warning on tgetstrache2001-07-231-1/+1
* Fix typoskris2001-07-231-3/+3
* sprintf -> snprintfkris2001-07-231-4/+4
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Fix a few more minor compile-time warnings, mainly by using size_t wheregad2001-07-231-10/+15
* Get rid of some compile-time warnings by defining (or casting) variablesgad2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.gad2001-07-231-2/+2
* Use the correct ioctl command to set a VESA mode.yokota2001-07-221-1/+3
* Fix some bugs and general brain damage in mounttab:iedowse2001-07-223-68/+66
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-223-37/+25
* Fix a selection of bugs, and improve code layout:iedowse2001-07-221-95/+74
* Rename the -w option to be -W. The recently-added -w option is differentgad2001-07-222-7/+30
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-222-7/+7
* ACPI CA doesn't recognis S4BIOS as a seperate sleep type anymore, somsmith2001-07-212-17/+0
* Another hangup bugfix from Juha:hm2001-07-211-0/+4
* Fix hangup bug; Juha writes:hm2001-07-211-5/+3
* Unset MAINTAINER.rnordier2001-07-213-6/+0
* After being port- and addressscanned continously from several sources wherehm2001-07-216-10/+41
* Hide in the Attic. This isn't built any more (it wont) and it can betterobrien2001-07-2123-1878/+0
* Fix some nits I missed in my style cleanup.obrien2001-07-201-2/+2
* Removed CSRG ids. CSRG never had anything to do with dpt.bde2001-07-207-28/+0
* Use reallocf(3) to increase size of malloc'ed buffer instead ofsobomax2001-07-201-7/+4
* Fix a possible NULL reference that would be triggereddavidn2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-20238-845/+1078
* Remove GCC'isms in CFLAGS.obrien2001-07-2045-52/+26
* - `-a' option for IPv6 was not working correctly.ume2001-07-191-4/+9
* Added missing dependancy.ru2001-07-191-0/+2
* Note the equivalence of certain time formats.wollman2001-07-191-1/+8
* Generate a bigger salt. This is necessary for blowfish to workdd2001-07-191-1/+1
* Increment `i' in case of -S so that its argument isn't treated asdd2001-07-191-1/+1
* Instead of giving an example of rotating logs at the end of the month,dd2001-07-191-2/+3
* Correct a reversion in r1.39 which introduced a new instance of strcpy()kris2001-07-191-4/+6
* Document the two recent changes to diskcheckd's behaviour and configurationben2001-07-181-8/+15
* Document the fact that syslogd(8) requires logs files to be createdmike2001-07-181-0/+6
* Remove an unused variable, and don't try to print a char[] using %d.dd2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise fordd2001-07-181-4/+4
OpenPOWER on IntegriCloud