aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-301-2/+2
* - Build jexec (1) and slstat.Antoine Brodin2008-09-271-6/+6
* The previous commit re-introduced sade on platformsMarcel Moolenaar2008-09-261-0/+2
* Add a flag, -T, that tells syslogd to always replace the timestamp onDavid Malone2008-09-252-7/+24
* Remove spurious duplicated defination of sock.Xin LI2008-09-241-2/+0
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-222-0/+3
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-61/+181
* crunchgen doesn't work yet on mips. So sysinstall can't be built there.Warner Losh2008-09-191-1/+1
* Bring the usage message in sync with the manual page.Joseph Koshy2008-09-191-1/+2
* Add an example illustrating the use sleep(1) for performing timedJoseph Koshy2008-09-191-2/+7
* - remove superfluous wordDaniel Gerzo2008-09-151-2/+2
* Don't rely on private RPC data structures when there is a perfectly goodDoug Rabson2008-09-151-22/+4
* Make `quot -a' work when we've got slashes in the device name.Ed Schouten2008-09-141-10/+2
* Make mlxcontrol work with more than one system drive:Stephane E. Potvin2008-09-122-4/+6
* Sweep this man page a bit:Daniel Gerzo2008-09-111-15/+25
* Makefile.inc already defines OPENSSL if crypto is available/wanted.Ollivier Robert2008-09-111-1/+1
* Fix the device name spacing.Adrian Chadd2008-09-111-5/+5
* Beginning of overhaul of fwcontrol:Sean Bruno2008-09-102-125/+384
* - Fix regression with GETMEMKip Macy2008-09-101-7/+4
* Use %d to print numfibsMatteo Riondato2008-09-071-1/+1
* - Make use of the new and g_device_path utility function in libgeom to avoidUlf Lilleengen2008-09-071-33/+23
* Introduce crunchide to the ELF e_machine MIPS values.David E. O'Brien2008-09-031-0/+8
* style nit: indent continuation lines correctly, use style(9) styleWarner Losh2008-09-031-15/+16
* minor style(9) police: sort getopt options alphabetically. TheWarner Losh2008-09-031-9/+9
* Add support for t3c to cxgbtoolKip Macy2008-09-021-0/+3119
* Allow again compilation w/o GNU readline. There are conditionals inOllivier Robert2008-09-021-3/+3
* Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.David E. O'Brien2008-09-011-2/+1
* use bigger local variable to calculate free spaceBernd Walter2008-09-011-1/+1
* Bring cxgbtool up to date with version 1.5Kip Macy2008-09-014-670/+280
* Use the correct systime.c file instead of the "simulation mode" one.Ollivier Robert2008-08-241-1/+1
* Hook back ntp to the build now that I fixed it.Ollivier Robert2008-08-221-1/+1
* Add forgotten libopts subdir.Ollivier Robert2008-08-221-0/+13
* Temporary unhook ntp from the build until the missing net/libopts/MakefileBjoern A. Zeeb2008-08-221-1/+1
* Update the various files to sync with vendor import of 4.2.4p5.Ollivier Robert2008-08-2213-106/+326
* Fix a small typo in the pstat(8) manual page.Ed Schouten2008-08-201-1/+1
* Remove sysinstall's ability to adjust the tape block size. Installs fromKen Smith2008-08-205-21/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-163/+92
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-191-8/+14
* Pass the right pointer to bzero() when clearing cp_time.John Baldwin2008-08-191-1/+1
* Use arc4random_uniform() to avoid "modulo bias"Andrey A. Chernov2008-08-161-55/+2
* Convert the snp(4) driver to use cdevpriv.Ed Schouten2008-08-151-16/+7
* Catch up with the removal of /usr/src/compat.Ken Smith2008-08-143-4/+0
* - Fix error reporting.Stanislav Sedov2008-08-121-5/+5
* Add upgt(4) to the list of supported network interface.Weongyo Jeong2008-08-111-0/+1
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-089-0/+1133
* In `freebsd-update IDS`, strip out file flags before we look forColin Percival2008-08-081-18/+18
* Use humanize_number to report pen-sizes so people don't have to countPoul-Henning Kamp2008-08-072-4/+18
* Add a script to perform simple analysis of a crash dump (either a fullJohn Baldwin2008-08-054-0/+422
* Remove a useless cast.Olivier Houchard2008-08-021-1/+1
* Add "IDS" command to freebsd-update. This was present in the originalColin Percival2008-08-022-2/+264