aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* zic(8) should exit the loop when the end of the string is reached dueKevin Lo2007-12-031-1/+4
* When printing the contents of a HWPMC log in human readable form:Joseph Koshy2007-12-031-3/+8
* s/effect/affect/Remko Lodder2007-11-271-2/+2
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-204-0/+4
* Use an explicit pointer cast since NULL isn't guaranteed to be definedJohn Birrell2007-11-181-1/+1
* Use a NULL instead of a zero to avoid a compiler warning about a missing sent...John Birrell2007-11-181-1/+1
* Reduce the WARNS levels in a couple of places so that we can enableJohn Birrell2007-11-181-1/+1
* Fix a compiler warning by using a printf format matching the variableJohn Birrell2007-11-171-1/+1
* Use uintptr_t to cast a pointer to an integer to avoid compiler warningsJohn Birrell2007-11-172-2/+2
* Use printf formats which match the variable types without casts so weJohn Birrell2007-11-171-4/+4
* Add change missing from previous commit: Remove temporary file.Colin Percival2007-11-161-1/+1
* Fix "freebsd-update rollback" applied to minor-version upgrades: OldColin Percival2007-11-161-2/+16
* Include agpreg.h from it's new location.John Birrell2007-11-131-1/+1
* Add support for "freebsd-update -r newrelease upgrade" -- binaryColin Percival2007-11-122-64/+850
* Fix segfault while running with -a option and deinstalling brokenKirill Ponomarev2007-11-101-1/+1
* install hostapd.conf and related files for folks that don't have sourceSam Leffler2007-11-101-0/+5
* fix building w/ WITHOUT_WPA_SUPPLICANT_EAPOLSam Leffler2007-11-101-8/+19
* install sample wpa_supplicant.conf; not everyone has source to referenceSam Leffler2007-11-101-1/+5
* Some code cleanups, including removing of stale getopt argument andKirill Ponomarev2007-11-105-32/+26
* Add -i option for package installation without fetching andKirill Ponomarev2007-11-104-4/+16
* xorg-printserver still exists in the ports tree but it's marked asKen Smith2007-11-103-4/+0
* Teach source installation shell script and sysinstall(8) aboutRuslan Ermilov2007-11-093-1/+5
* Update X11 dists for xorg-7.3 layout.Ken Smith2007-11-083-12/+4
* Two minor improvements uncovered by work on upgrading between releases:Colin Percival2007-11-081-2/+14
* devinfo(8) manual page refers to pciconfr(8). Add back reference forDmitry Morozovsky2007-11-071-1/+2
* Add missing <stdlib.h> for exit()Kevin Lo2007-11-072-0/+2
* Cleanup of userland __P useKevin Lo2007-11-07102-1132/+1139
* Check the correct variables for malloc failures.Matteo Riondato2007-11-072-2/+2
* Change wpa_supplicant to down the interface at the start of the init routine.Andrew Thompson2007-11-051-3/+12
* Allow search for any UUID entered by user.Maksim Yevmenkin2007-11-041-3/+0
* Add __unused to parameters when neededPhilippe Charnier2007-11-032-9/+11
* Introduce pkg_updating(1) which scans for installed ports and showsKirill Ponomarev2007-11-025-1/+385
* Momoize the results of isinstalledpkg()Kirill Ponomarev2007-11-021-10/+56
* mtree should use getcwd() instead of getwd(). getcwd() is safer,Giorgos Keramidas2007-11-021-1/+1
* Add the -h <bindip> option to rpc.lockd, similar to the one inMatteo Riondato2007-11-022-111/+348
* Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8)Matteo Riondato2007-11-012-91/+335
* Update copyright attribution.John Baldwin2007-10-312-2/+4
* Normalize usage output.Ruslan Ermilov2007-10-311-2/+4
* Remove dublicate .Pp, sort SEE ALSO.Christian Brueffer2007-10-311-4/+3
* Whitespace-only change: trim EOL spaces.Giorgos Keramidas2007-10-301-3/+3
* mdoc warning fix: delete spurious empty line.Giorgos Keramidas2007-10-301-2/+1
* mdoc fix: Add missing .El requestGiorgos Keramidas2007-10-301-1/+2
* Selecting amd and a few other things in the Networking config sectionKen Smith2007-10-302-5/+14
* Include <stdlib.h> for the right prototype for exit(3).Yaroslav Tykhiy2007-10-271-0/+1
* Set the program name if the crunched program is selected throughYaroslav Tykhiy2007-10-271-0/+5
* Missed in the previous commit to this file:John Baldwin2007-10-271-0/+3
* Bump up the limit for when to print the resources for a given resourceJohn Baldwin2007-10-271-1/+1
* Use the correct variable to check for a malloc failing. This fixes aSimon L. B. Nielsen2007-10-271-1/+1
* Document the '-P pidfile' command line argument.Simon L. B. Nielsen2007-10-261-1/+5
* If the INDEX file cannot be opened, print the actual filename / pathSimon L. B. Nielsen2007-10-261-7/+8