summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document that a forced dismount of an NFSv3 mount when thermacklem2015-06-171-1/+4
* new dependssjg2015-06-163-1/+2
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Add META_MODE support.sjg2015-06-13112-0/+2333
|\
| * Revert unneeded changesjg2015-06-101-1/+1
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-08108-216/+0
| * Merge sync of headsjg2015-05-27160-1891/+2120
| |\
| * | Updated/new dependenciessjg2014-11-192-1/+1
| * | Merge from head@274682sjg2014-11-1985-2088/+7091
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1999-241/+1903
| |\ \ \
| * | | | Updated dependenciessjg2014-05-16105-102/+6
| * | | | Updated dependenciessjg2014-05-10101-0/+203
| * | | | Merge from headsjg2014-05-0823-312/+182
| |\ \ \ \
| * | | | | New/updated dependenciessjg2014-05-051-1/+0
| * | | | | Merge headsjg2014-04-28111-1077/+3973
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-1324-118/+119
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-10-137-2/+8
| * | | | | | | Merge headsjg2013-09-118-93/+676
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-0590-1553/+4729
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headsjg2013-04-1291-3375/+2767
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciessjg2013-03-11107-0/+127
| * | | | | | | | | | Updated dependenciessjg2013-02-16109-218/+0
| * | | | | | | | | | Sync with HEAD.obrien2013-02-0837-532/+1205
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Qualifying targets with ${.OBJDIR}/ confuses make for little reason.sjg2012-11-081-4/+4
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-0819-0/+92
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-04132-3007/+20539
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-22116-0/+2432
* | | | | | | | | | | | | | | | | Add a missing word, should have been in r284290.brueffer2015-06-121-1/+1
* | | | | | | | | | | | | | | | | Improve grammar.brueffer2015-06-111-9/+9
* | | | | | | | | | | | | | | | | Consistently use trailing whitespace in passphrase prompts.brueffer2015-06-111-1/+1
* | | | | | | | | | | | | | | | | Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-095-2/+684
* | | | | | | | | | | | | | | | | Remove useless WARNSbapt2015-06-061-1/+0
* | | | | | | | | | | | | | | | | Remove unused variables reported by clang.araujo2015-06-022-5/+2
* | | | | | | | | | | | | | | | | Add CAP_FCNTL to the lease file capsicum rights, and limit topkelsey2015-05-281-2/+6
* | | | | | | | | | | | | | | | | Print leading zeroes of UFS2 fs_id like we do for UFS1.ae2015-05-261-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Bring back support for checking tables via "ipfw -n".melifaro2015-05-191-18/+80
* | | | | | | | | | | | | | | | Fix error in gmountver(8) man pageallanjude2015-05-182-7/+10
* | | | | | | | | | | | | | | | * Update SFF-8024 Identifier constants.melifaro2015-05-161-4/+67
* | | | | | | | | | | | | | | | Simplify i2c reader: we don't need per-NIC handler anymore.melifaro2015-05-151-65/+57
* | | | | | | | | | | | | | | | Add an ability accept encapsulated packets from different sources by oneae2015-05-152-2/+12
* | | | | | | | | | | | | | | | Document RCTL events in devd.conf(5).trasz2015-05-131-1/+23
* | | | | | | | | | | | | | | | Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedae2015-05-122-8/+36
* | | | | | | | | | | | | | | | - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practicehrs2015-05-122-12/+1
* | | | | | | | | | | | | | | | Use MIN from sys/param.h instead of handrolling the macrongie2015-05-111-3/+1
* | | | | | | | | | | | | | | | Correctly print valtype for empty bitmask.melifaro2015-05-061-0/+1
* | | | | | | | | | | | | | | | Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.ae2015-05-051-1/+5
* | | | | | | | | | | | | | | | Remove "capability mode sandbox enabled" messages.brooks2015-05-041-3/+0
* | | | | | | | | | | | | | | | MFV r225523, r282431:gjb2015-05-041-1/+1
* | | | | | | | | | | | | | | | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-022-3/+3
OpenPOWER on IntegriCloud