aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge ACPICA 20120420.Jung-uk Kim2012-04-231-2/+3
* | - Use _PATH_TMP instead of hardcoded /tmpBaptiste Daroussin2012-04-162-95/+100
* | - Fix style(9) bugs + inconsistenciesBaptiste Daroussin2012-04-151-32/+29
* | Do not do double initialisationBaptiste Daroussin2012-04-151-2/+2
* | add usr.sbin/pkg which is a bootstrap tool for pkgng.Baptiste Daroussin2012-04-154-0/+472
* | The scandir(3) function expects fourth parameter, compar, be in type of:Xin LI2012-04-131-4/+4
* | Improve error reporting when no cpufreq(4) support is available.Robert Millan2012-04-091-1/+2
* | mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-2/+2
* | Fix typo.Nathan Whitehorn2012-04-041-1/+1
* | - Write the ISO9660 descriptor after the apm partition entries.Andreas Tobler2012-04-021-8/+28
* | Historically arp(8) did a route lookup for the entry it isGleb Smirnoff2012-04-021-4/+0
* | MFhead_mfi r233621Doug Ambrisko2012-03-302-5/+4
|\ \
| * | Now that mfi(4) header files uses the absolute number of entries toDoug Ambrisko2012-03-282-5/+4
* | | Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-2922-62/+62
* | | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-2/+2
* | | Add software PMC support.Fabien Thomas2012-03-281-0/+15
* | | - Support inlined location in calltree output.Fabien Thomas2012-03-282-241/+402
* | | mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-267-19/+19
* | | mdoc: sort prologue macros.Joel Dahl2012-03-261-1/+1
* | | mdoc: terminate quoted strings.Joel Dahl2012-03-267-9/+9
* | | Fix date.Joel Dahl2012-03-261-1/+1
* | | mdoc: document title should be all caps.Joel Dahl2012-03-251-1/+1
* | | Remove superfluous paragraph macro.Joel Dahl2012-03-2514-18/+0
* | | Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is notOleksandr Tymoshenko2012-03-221-2/+2
* | | Fix a sentence in a paragraph that describes time and interval basedGleb Smirnoff2012-03-211-2/+2
* | | Don't run through time checks when entry is definitely oversized. ThisGleb Smirnoff2012-03-211-2/+5
* | | Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+12
* | | Fix the following warning from clang trunk:Dimitry Andric2012-03-191-1/+4
* | | An intel RAID can have any arbitrary name.Josh Paetzel2012-03-191-4/+1
* | | Redirect camcontrol stderr to /dev/null.Josh Paetzel2012-03-181-1/+1
* | | The UMS module is now loaded by rules in /etc/devd/usb.conf whichHans Petter Selasky2012-03-171-10/+1
* | | Create new file header format to simplify the endian and cross platform issues.Hans Petter Selasky2012-03-161-82/+70
* | | Fix cross-platform issue about the file-format in whichHans Petter Selasky2012-03-161-8/+97