aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that caused generated gmon.out profiles to be out ofJoseph Koshy2005-09-131-10/+31
* Include <osreldate.h> at the top of the file.Stefan Farfeleder2005-09-122-6/+7
* Remove this file as it's mostly out of date. Up-to-date info such asBrian Somers2005-09-121-49/+0
* Fix typo: ${PORTDIR} -> ${PORTSDIR}.Colin Percival2005-09-111-1/+1
* Fix typo: Cowarly -> Cowardly.Colin Percival2005-09-071-1/+1
* Teach portsnap how to ignore unwanted parts of the ports tree. A lineColin Percival2005-09-061-6/+66
* Improve an error message.Joseph Koshy2005-09-051-2/+2
* Fix typo in usage.Maksim Yevmenkin2005-09-011-1/+1
* o correct alignment of 802.11 addresses passed to ether_ntoa to fixSam Leffler2005-08-301-5/+11
* Fix unhandled malloc errors.Philip Paeps2005-08-291-9/+54
* Update number and size of Ports Collection.Murray Stokely2005-08-281-2/+2
* Fix a bug introduced in revision 1.9 which causes chkgrp to coredump onColin Percival2005-08-251-5/+9
* Test last minute changes, as gcc isn't too smart.Pawel Jakub Dawidek2005-08-241-1/+1
* Use pidfile(3) in watchdogd(8).Pawel Jakub Dawidek2005-08-242-9/+18
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockPawel Jakub Dawidek2005-08-242-17/+16
* Use pidfile(3) in inetd(8).Pawel Jakub Dawidek2005-08-241-8/+16
* Use pidfile(3) in cron(8).Pawel Jakub Dawidek2005-08-244-63/+29
* Add '-P' option which allows to specify pidfile.Pawel Jakub Dawidek2005-08-243-7/+36
* Use pidfile(3) in moused(8).Pawel Jakub Dawidek2005-08-242-6/+16
* Use pidfile(3) in syslogd(8).Pawel Jakub Dawidek2005-08-241-9/+16
* Teach daemon(8) how to use pidfile(3).Pawel Jakub Dawidek2005-08-243-11/+24
* Change the default adaptive algorithm for phk's one. Thanks to phkBruno Ducrot2005-08-241-11/+13
* - Remove NTP servers which do not resolve in DNS.Craig Rodrigues2005-08-242-174/+138
* Spell powersavesleep correctly.Brian Somers2005-08-222-2/+2
* Sync code with the error report: calloc(number, 1) is equivalent toPawel Jakub Dawidek2005-08-191-1/+1
* Use larger buffers to read lines from the vendor list.Dag-Erling Smørgrav2005-08-181-3/+16
* Whitespace cleanup.Dag-Erling Smørgrav2005-08-181-13/+13
* Make links for hoststat(8) and purgestat(8) man pages.Gregory Neil Shapiro2005-08-171-0/+2
* Change the default partition sizing code in order toColin Percival2005-08-162-18/+56
* Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEMPawel Jakub Dawidek2005-08-151-11/+17
* Spell "cmp > /dev/null" as "cmp -s".Colin Percival2005-08-141-1/+1
* Correctly exit from extract_run() and update_run() if files needed areColin Percival2005-08-131-4/+9
* Misc mdoc(7) fixes:Simon L. B. Nielsen2005-08-131-7/+10
* Allow multiple commands to be specified on a single command line, e.g.,Colin Percival2005-08-132-7/+11
* Fix the progress statistics code by printing the right variable. IColin Percival2005-08-131-1/+1
* save+restore wpa, privacy, and roaming settingsSam Leffler2005-08-131-9/+57
* When using cmp(1) to determine if the ports tree is already up to date,Colin Percival2005-08-121-1/+2
* If we fail in chown(2), try to just change the group and continue on toBrian Somers2005-08-111-10/+28
* Put rev. 1.65 into usage().David E. O'Brien2005-08-111-1/+1
* If the ports tree is already up to date when we run `portsnap update`,Colin Percival2005-08-111-0/+5
* fix typo.Hajimu UMEMOTO2005-08-101-3/+3
* Remove unused variable.Colin Percival2005-08-101-2/+1
* Add an option to tell what version of config(8) this is.David E. O'Brien2005-08-102-2/+10
* Check that malloc() succeeds in makelist.Colin Percival2005-08-091-0/+2
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)Colin Percival2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /Colin Percival2005-08-091-1/+5
* Add a missing EOL when printing "Latest snapshot on server is olderColin Percival2005-08-091-5/+7
* Add portsnap to the base system. This is a secure, easy to use,Colin Percival2005-08-0810-0/+2233
* Add some more info about jail startup and shutdown.Christian Brueffer2005-08-071-7/+17
* Respect the YES_HESIOD build variablePoul-Henning Kamp2005-08-063-1/+32