summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-081-0/+3
* Use build_iovec() to make it less cryptic. This also fixes warnings.jkim2013-03-062-32/+13
* GC unused mount_* directories. mount_reiserfs was disconnected from buildjkim2013-03-059-772/+0
* Update the manual page to reflect reality. With r138509 and r152355,jkim2013-03-051-3/+3
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-058-25/+21
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* devd: Correct typo in comment.eadler2013-03-041-1/+1
* devd: Use simpler dst += *x instead of str.append(x, 1).eadler2013-03-041-6/+6
* devd: Use string::empty() instea of string::length() == 0.eadler2013-03-041-1/+1
* devd: Remove unnecessary empty default constructors.eadler2013-03-041-2/+0
* devd: Remove empty virtual destructor from class, which has noch subclasses.eadler2013-03-041-1/+0
* devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
* devd: Use the standard constructor of std::string instead of string("").eadler2013-03-041-1/+1
* devd: Simplify while (1) { if (x) break; } to while (!x) {}.eadler2013-03-041-3/+1
* devd: Remove call to _exit() from signal handler, which also sets a stop flag.eadler2013-03-041-1/+0
* devd: Use volatile sig_atomic_t for the flag set by a signal handler.eadler2013-03-041-2/+2
* Constify where possible.eadler2013-03-042-2/+2
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-033-62/+125
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-023-473/+0
* Garbage collect HPFS bits which are now already completely disconnectedattilio2013-03-023-358/+0
* The .journal file needs to reside on the ROOTINO which must not extendpho2013-02-271-1/+1
* Fix typo in EFI GPT GUID.benno2013-02-271-1/+1
* Clarify that overriding the -h/-D flags through flags in device.hintsn_hibma2013-02-261-4/+3
* Fix casting.trociny2013-02-261-5/+5
* Add i/o error counters to hastd(8) and make hastctl(8) displaytrociny2013-02-255-1/+71
* Fix ARM build by assigning the computed time here tokientzle2013-02-251-2/+2
* Catch up with internal API changes for initbarea() and getdatablk()pluknet2013-02-241-2/+2
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-247-37/+206
* Reflect CARP media-type departure.pluknet2013-02-211-3/+2
* Separate items in the list of System values with .Pp to ease readability.pluknet2013-02-211-0/+4
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-178-43/+334
* Remove write only assignments and thus fix the build after struct bufareapluknet2013-02-151-1/+0
* Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-152-31/+31
* Fix minor memory leak.pjd2013-02-101-0/+1
* Assert that if we are not dealing with keyfile we are dealing with passfile.pjd2013-02-101-0/+2
* Use arc4random_buf(3) instead of reimplementing it.pjd2013-02-101-21/+5
* Mark a mesh path to a mesh gate with a 'G'.monthadar2013-02-071-1/+3
* Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
* Use stripesize as smallest block size if it's available.delphij2013-02-041-0/+5
* Retire struct sockaddr_inarp.glebius2013-01-311-4/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
* Expand description of how gptboot and gptzfsboot choose a partition forwblock2013-01-251-11/+28
* newfs_msdos: cosmetical cleanupspfg2013-01-191-4/+4
* For Promise/AMD metadata add support for disks with capacity above 2TiBmav2013-01-171-2/+1
* Correct prefix for "locally installed things"eadler2013-01-161-1/+1
* Allow to insert new component to geom_raid3 without specifying number.mav2013-01-152-3/+5
* Use the right format string for line buffer.delphij2013-01-131-1/+1
* Add no_prefer_iface option.ume2013-01-093-2/+11
OpenPOWER on IntegriCloud