summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in revision 1.9 which causes chkgrp to coredump oncperciva2005-08-251-5/+9
* Test last minute changes, as gcc isn't too smart.pjd2005-08-241-1/+1
* Use pidfile(3) in watchdogd(8).pjd2005-08-242-9/+18
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockpjd2005-08-242-17/+16
* Use pidfile(3) in inetd(8).pjd2005-08-241-8/+16
* Use pidfile(3) in cron(8).pjd2005-08-244-63/+29
* Add '-P' option which allows to specify pidfile.pjd2005-08-243-7/+36
* Use pidfile(3) in moused(8).pjd2005-08-242-6/+16
* Use pidfile(3) in syslogd(8).pjd2005-08-241-9/+16
* Teach daemon(8) how to use pidfile(3).pjd2005-08-243-11/+24
* Change the default adaptive algorithm for phk's one. Thanks to phkbruno2005-08-241-11/+13
* - Remove NTP servers which do not resolve in DNS.rodrigc2005-08-242-174/+138
* Spell powersavesleep correctly.brian2005-08-222-2/+2
* Sync code with the error report: calloc(number, 1) is equivalent topjd2005-08-191-1/+1
* Use larger buffers to read lines from the vendor list.des2005-08-181-3/+16
* Whitespace cleanup.des2005-08-181-13/+13
* Make links for hoststat(8) and purgestat(8) man pages.gshapiro2005-08-171-0/+2
* Change the default partition sizing code in order tocperciva2005-08-162-18/+56
* Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEMpjd2005-08-151-11/+17
* Spell "cmp > /dev/null" as "cmp -s".cperciva2005-08-141-1/+1
* Correctly exit from extract_run() and update_run() if files needed arecperciva2005-08-131-4/+9
* Misc mdoc(7) fixes:simon2005-08-131-7/+10
* Allow multiple commands to be specified on a single command line, e.g.,cperciva2005-08-132-7/+11
* Fix the progress statistics code by printing the right variable. Icperciva2005-08-131-1/+1
* save+restore wpa, privacy, and roaming settingssam2005-08-131-9/+57
* When using cmp(1) to determine if the ports tree is already up to date,cperciva2005-08-121-1/+2
* If we fail in chown(2), try to just change the group and continue on tobrian2005-08-111-10/+28
* Put rev. 1.65 into usage().obrien2005-08-111-1/+1
* If the ports tree is already up to date when we run `portsnap update`,cperciva2005-08-111-0/+5
* fix typo.ume2005-08-101-3/+3
* Remove unused variable.cperciva2005-08-101-2/+1
* Add an option to tell what version of config(8) this is.obrien2005-08-102-2/+10
* Check that malloc() succeeds in makelist.cperciva2005-08-091-0/+2
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)cperciva2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /cperciva2005-08-091-1/+5
* Add a missing EOL when printing "Latest snapshot on server is oldercperciva2005-08-091-5/+7
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-0810-0/+2233
* Add some more info about jail startup and shutdown.brueffer2005-08-071-7/+17
* Respect the YES_HESIOD build variablephk2005-08-063-1/+32
* The /stand directory now disappears out from under sysinstall whilekensmith2005-08-052-2/+4
* Declare iftraceinit() at file scope.stefanf2005-08-051-2/+1
* The check for invalid characters introduced in 1.9 incorrectlyroberto2005-08-041-1/+2
* Correctly print system-wide PMC counts for short-lived command lines.jkoshy2005-08-041-0/+3
* Add NO_PCVTphk2005-08-031-0/+2
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).seanc2005-08-021-0/+1
* Mention the default value of PATH and that it may be overridden.brueffer2005-07-311-2/+7
* Change /home symbolic link, so it will point to usr/home instead of /usr/home.pjd2005-07-311-1/+5
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-3110-21/+21
* Correct problems with handling interfaces that go away (e.g. whensam2005-07-291-10/+26
* clear eloop registration when deinit'd the l2 packet supportsam2005-07-291-2/+11
OpenPOWER on IntegriCloud