summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.dteske2012-09-225-11/+7
* Spelling and whitespace corrections.dteske2012-09-224-8/+8
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-2122-62/+62
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-2122-62/+62
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-2039-188/+441
* The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express".gavin2012-09-201-1/+1
* Recognise NVM Express devices and pretty-print their name.gavin2012-09-191-0/+1
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-1885-381/+455
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-188-30/+67
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-182-34/+34
* In snmp_hostres, device_map table is used for consistent device tabletrociny2012-09-171-0/+6
* Warn about filesystem-based attacks.des2012-09-161-1/+9
* Remove a reference to CVS and to freefall from a user-facing man page.issyl02012-09-151-4/+3
* Correct double "the the"eadler2012-09-142-3/+3
* Bump date missed in r202756eadler2012-09-142-2/+2
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-142-4/+0
* Do not change owner, group, or mode when package database directory andjkim2012-09-145-6/+7
* - Denote PCI-e endpoints that support FLR.jhb2012-09-132-4/+72
* Add documentation for IPv6 supporteadler2012-09-121-1/+9
* Add support for ipv6 addresses as destinationbapt2012-09-121-1/+12
* Add missing braceskevlo2012-09-121-1/+2
* Do not count kernel threads as processes for hrSystemProcesses OID.glebius2012-09-111-1/+1
* Spelling.glebius2012-09-111-1/+1
* Remove unused valueskevlo2012-09-111-1/+1
* Remove dead return codekevlo2012-09-111-2/+0
* mdoc fixes.joel2012-09-081-41/+21
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-083-6/+3
* Add TRIM support, enabled by default.jpaetzel2012-09-066-21/+88
* - If the PCIe "SLOT" flag is set, include this in the capability outputgavin2012-09-051-1/+3
* Provide a sysctl switch that allows to install ARP entriesglebius2012-09-031-0/+11
* Explicitly document all variables in the net.link.ether.inet MIB.glebius2012-09-031-5/+38
* Rework all non-contributed files that use `struct timezone'.ed2012-09-019-52/+43
* Rework time handling.ed2012-09-011-8/+7
* Remove unneeded struct timezone.ed2012-09-011-2/+1
* Also relicense the ac(8) man page.ed2012-08-311-5/+0
* Relicense ac(8).ed2012-08-311-12/+25
* Remove trailing whitespace.joel2012-08-311-1/+1
* Use better variable naming.ed2012-08-311-12/+7
* Massively refactor ac(8).ed2012-08-302-316/+189
* - It's also need to lock current memory.zont2012-08-301-1/+1
* Fix whitespace.ed2012-08-291-2/+1
* - Don't allow watchdogd(8) to be swapped out.zont2012-08-281-0/+2
* Show error messages if nmount() failed.delphij2012-08-271-4/+4
* Dont cast from char* to struct chrp_header* which has a bigger alignmentrdivacky2012-08-271-4/+8
* Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts.brooks2012-08-254-0/+212
* Fix confirmation logic when detecting a ttybapt2012-08-241-3/+3
* - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8)bapt2012-08-241-3/+5
* Partially roll back r239601 - keep parameter strings both length-delimitedjamie2012-08-231-4/+5
* Pre-separate IP addresses passed on the command line, so they can bejamie2012-08-231-2/+26
* Remember that I'm using length-defined strings in parameters:jamie2012-08-231-5/+3
OpenPOWER on IntegriCloud