aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* make it easier for users used to a VCS that allows up to be a shortcutEitan Adler2012-05-091-0/+3
* Add -a and -A option to the usage.Hajimu UMEMOTO2012-05-081-2/+3
* Add bootcamp bootloader stampJosh Paetzel2012-05-041-0/+4
* Add powerpc / powerpc64 support to pc-sysinstall. This patch willJosh Paetzel2012-05-042-3/+76
* Use a unique zpool name during install, in the case of having anotherJosh Paetzel2012-05-041-3/+14
* Fix some issues creating zpool mirror / raidz1(2)(3) devices.Josh Paetzel2012-05-032-53/+60
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-034-10/+11
* Add the ability to configure multiple interfaces.Josh Paetzel2012-05-031-17/+39
* Fix parsing values which contain multiple "=" signs.Josh Paetzel2012-05-031-6/+6
* Add YY_NO_INPUT so clang doesn't complain about "input" not being used.Jamie Gritton2012-05-021-0/+1
* - close the open file after fetchingBaptiste Daroussin2012-05-011-3/+27
* Print out a warning message if a `lpc setstatus' is done whenGarance A Drosehn2012-04-301-0/+18
* Catch the user-error when no queue name was specified on anGarance A Drosehn2012-04-301-0/+8
* Fix WITHOUT_EXAMPLES build:Bernhard Schmidt2012-04-292-2/+4
* As cron(8) is started with '-s' by default, timezones that observeGlen Barber2012-04-281-4/+15
* Move crypto stuff into a common Makefile. While here fix theBernhard Schmidt2012-04-283-93/+148
* not only the file names have changed from eap_xxx.c to eap_server_xxx.c,Bernhard Schmidt2012-04-281-5/+5
* enable EAP_GTC and EAP_OTP to match upstream's default configurationBernhard Schmidt2012-04-281-9/+5
* Follow up r234711 and do same for the supplicant, one file/option perBernhard Schmidt2012-04-282-48/+92
* Fix the dates and history as of the move to HEAD.Jamie Gritton2012-04-271-3/+3
* Add a note to hostapd.conf about an unhelpful error message in the hope thatDavid Chisnall2012-04-271-1/+2
* A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-2610-635/+4377
|\
| * Use the defvs_ruleset paramater when mounting a jail's /dev,Jamie Gritton2012-02-274-22/+17
| * From r224286:Jamie Gritton2012-02-271-3/+57
| * Improvements in error messages:Jamie Gritton2012-02-084-18/+44
| * Allow relative pathnames for jails generated on the command lineJamie Gritton2012-02-071-1/+1
| * Better communicate the purpose of "-r *".Jamie Gritton2012-01-311-2/+4
| * Don't report errors for the exit status of processes that are killedJamie Gritton2011-07-061-6/+10
| * Advance to the next command before running anything, so errors found inJamie Gritton2011-06-222-48/+40
| * Fix a couple of NULL dereferences.Jamie Gritton2011-06-211-4/+4
| * Following r222465:Jamie Gritton2011-06-205-64/+119
| * Linty stuff.Jamie Gritton2011-06-202-3/+3
| * Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-183-44/+40
| * Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-179-16/+16
| * Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-174-303/+266
| * Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-176-53/+52
| * run_command (mostly) cleanup:Jamie Gritton2010-12-104-160/+194
| * Check unmounts for a mount point of the right FS type.Jamie Gritton2010-11-041-26/+56
| * Check paths for security:Jamie Gritton2010-11-042-3/+74
| * Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-044-17/+50
| * Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-013-69/+54
| * Use a little more "ifdef INET6".Jamie Gritton2010-10-271-6/+16
| * Don't assume either jid or name is set - they may not be from theJamie Gritton2010-10-271-4/+5
| * Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-273-160/+151
| * Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-2010-608/+4169
| * A new jail(8) with a configuration file, to replace the work currently doneJamie Gritton2010-10-191744-466922/+0
* | fix EAP server support after the 0.7.3 import:Bernhard Schmidt2012-04-262-54/+107
* | Add missing and probably also mandatory -h option.Hans Petter Selasky2012-04-242-1/+5
* | Improve support for USB packet filtering also when reading dumps, andHans Petter Selasky2012-04-242-27/+89