aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Char is unsigned on arm, so is not suitable to store the return value ofOlivier Houchard2008-08-011-2/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,Dmitry Morozovsky2008-08-011-1/+3
* The original adduser/rmuser scripts in Perl used to modify the PATHJohn Baldwin2008-07-301-2/+3
* Allow kernel config files to include files other than those in the CWD,David E. O'Brien2008-07-282-0/+12
* Change arc4random to arc4random_uniform since modulo is not power of 2,Andrey A. Chernov2008-07-261-1/+1
* Change 2 arc4random modulo operations to arc4random_uniform() asAndrey A. Chernov2008-07-261-2/+2
* Switch to using the setfib syscall instead of a syscall(175,...)Julian Elischer2008-07-241-1/+1
* remove reference for unexisting ndisapi(9)Weongyo Jeong2008-07-231-2/+1
* Remove sade(8) on the following platforms:Marcel Moolenaar2008-07-191-1/+4
* Don't set PACKAGE_BUILDING while installing packages.Florent Thoumie2008-07-171-1/+0
* Before updating the password database, the pw(8) utility first performs aJohn Baldwin2008-07-171-1/+2
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.Ed Schouten2008-07-161-4/+0
* Invoke err() with a format string rather than directly with a passedRobert Watson2008-07-151-1/+1
* - Enhance volume handlingPietro Cerutti2008-07-142-10/+38
* Allow comment to be placed at the end of a configuration line.Maxim Sobolev2008-07-092-0/+25
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-082-1/+5
* Remove the arl(4) driver. It is reported to not work on 6.x or laterJohn Baldwin2008-07-044-608/+0
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-024-174/+101
* - install the example wpa_supplicant.conf file to the share/examples/etcDaniel Gerzo2008-07-012-1/+6
* - more mark-up fixesDaniel Gerzo2008-07-011-8/+6
* Fix a regression: attach process PMCs to the process created whenJoseph Koshy2008-07-011-2/+2
* - add some missing wordsDaniel Gerzo2008-06-301-25/+44
* Add -m option to cron(8), overriding default mail recipient for cron mails,Dmitry Morozovsky2008-06-294-17/+36
* Document messages printed in verbose mode.Joseph Koshy2008-06-291-2/+36
* Revice the way the CTF conversion is done per object. Avoid creating a secondJohn Birrell2008-06-291-1/+1
* Modify the DoParseCommand() to work on (const char *) instead of justMike Makonnen2008-06-281-4/+4
* - markup fixesDaniel Gerzo2008-06-271-15/+68
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-262-45/+92
* Fix 6-year old cut&paste error. The # could be escaped with '\', notMaxim Sobolev2008-06-261-2/+2