summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove a useless cast.cognet2008-08-021-1/+1
* Add "IDS" command to freebsd-update. This was present in the originalcperciva2008-08-022-2/+264
* Char is unsigned on arm, so is not suitable to store the return value ofcognet2008-08-011-2/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,marck2008-08-011-1/+3
* The original adduser/rmuser scripts in Perl used to modify the PATHjhb2008-07-301-2/+3
* Allow kernel config files to include files other than those in the CWD,obrien2008-07-282-0/+12
* Change arc4random to arc4random_uniform since modulo is not power of 2,ache2008-07-261-1/+1
* Change 2 arc4random modulo operations to arc4random_uniform() asache2008-07-261-2/+2
* Switch to using the setfib syscall instead of a syscall(175,...)julian2008-07-241-1/+1
* remove reference for unexisting ndisapi(9)weongyo2008-07-231-2/+1
* Remove sade(8) on the following platforms:marcel2008-07-191-1/+4
* Don't set PACKAGE_BUILDING while installing packages.flz2008-07-171-1/+0
* Before updating the password database, the pw(8) utility first performs ajhb2008-07-171-1/+2
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-161-4/+0
* Invoke err() with a format string rather than directly with a passedrwatson2008-07-151-1/+1
* - Enhance volume handlinggahr2008-07-142-10/+38
* Allow comment to be placed at the end of a configuration line.sobomax2008-07-092-0/+25
* Enable the -n option of pkg_create(1).keramida2008-07-082-1/+5
* Remove the arl(4) driver. It is reported to not work on 6.x or laterjhb2008-07-044-608/+0
* Drag this code kicking and screaming into the twenty-first century.des2008-07-024-174/+101
* - install the example wpa_supplicant.conf file to the share/examples/etcdanger2008-07-012-1/+6
* - more mark-up fixesdanger2008-07-011-8/+6
* Fix a regression: attach process PMCs to the process created whenjkoshy2008-07-011-2/+2
* - add some missing wordsdanger2008-06-301-25/+44
* Add -m option to cron(8), overriding default mail recipient for cron mails,marck2008-06-294-17/+36
* Document messages printed in verbose mode.jkoshy2008-06-291-2/+36
* Revice the way the CTF conversion is done per object. Avoid creating a secondjb2008-06-291-1/+1
* Modify the DoParseCommand() to work on (const char *) instead of justmtm2008-06-281-4/+4
* - markup fixesdanger2008-06-271-15/+68
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-262-45/+92
* Fix 6-year old cut&paste error. The # could be escaped with '\', notsobomax2008-06-261-2/+2
* Add an abbreviation for adaptive mode, and document all the abreviations.obrien2008-06-222-1/+2
* handle .INF files for PCMCIA correctly that specify multiple entries inweongyo2008-06-181-7/+13
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-165-30/+1
* Style fix (use naked commands).flz2008-06-161-7/+3
* - add: Keep dependent packages too if -K is specified.flz2008-06-123-2/+4
* Document the AUTO_UPGRADE (-U) knob for .mergemasterrcdougb2008-06-111-0/+3
* Remove sicontrol(8)'s "ttystat".ed2008-06-092-67/+1
* Change the CTF conversion makefile code to use a new line to avoidjb2008-06-091-1/+1
* Add more card state dump routines. Decode more bitfields etc.peter2008-06-062-38/+255
* Make ppp use <termios.h>, not <sys/tty.h>.ed2008-06-051-1/+1
* Add a newline after usage.mlaier2008-06-041-1/+1
* - Replace rcsid with __FBSDID.jkim2008-06-032-241/+261
* Exclude .svn directories from generated distfile.flz2008-06-031-1/+2
* Fix a crash when Arctic Ocean is selected.jkim2008-06-021-3/+2
* Add a missing call to init_nsm().dfr2008-06-021-0/+1
* getopt returns an int, not a char. Make sure that we store theimp2008-06-021-1/+1
* Use INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ_INSERT_TAIL whenphilip2008-06-011-1/+1
* Remove one of my dead email addresses from a copyright message.peter2008-05-311-1/+1
* - Add long options to pkg_install.flz2008-05-3013-100/+206
OpenPOWER on IntegriCloud