summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Recover sin6_scope_id of gateway addresses in riprecv() by using the if_indexhrs2014-08-201-0/+2
* Remove useless - and buggy, it resulted in spurious warnings in logs - code.trasz2014-08-201-12/+0
* Avoid showing stale errors when nmount(2) fails.bdrewery2014-08-191-0/+2
* Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"ngie2014-08-191-0/+1
* Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match upngie2014-08-191-2/+2
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-1937-74/+0
* Add LIBCRYPTO and LIBSSL to DPADDngie2014-08-181-1/+1
* Remove LOG_ODELAY because it does nothing.neel2014-08-171-1/+1
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-1715-0/+3753
* Try to clarify how file systems are exported for NFSv4.rmacklem2014-08-141-5/+6
* Add support for NEWCONS to kbdmap and vidfont.se2014-08-142-6/+34
* Minor cleanup:neel2014-08-131-9/+6
* Document the use of the vfs.nfsd sysctls that control the size ofrmacklem2014-08-101-1/+19
* Support PCI extended config space in bhyve.neel2014-08-085-82/+209
* Give a brief message as to what error was encountered to help the user along.thompsa2014-08-072-27/+35
* Rework privatelib/internallibbapt2014-08-065-5/+5
* Check gethostname(2) return code - but even if it succeeds it may notpeter2014-08-051-2/+5
* Added support for extra ifconfig args to jail ip4.addr & ip6.addr paramssmh2014-08-043-17/+80
* Add required `exec' before Xdialog(1) invocation for the case where wedteske2014-08-031-1/+11
* Update command and add check for edge-case.dteske2014-07-311-1/+5
* Fix a syntax error when running under bash(1) for portability.dteske2014-07-311-4/+8
* Define a setvar() function for platforms using a shell unlike FreeBSD'sdteske2014-07-311-0/+26
* Commands which encounter a fatal error shouldn't be marked as completed.tychon2014-07-301-6/+8
* mdoc: kill EOL whitespace.joel2014-07-293-6/+6
* Fix r269183 build woth GCC.mav2014-07-281-5/+10
* Add netmasks support to initiator-portal option.mav2014-07-284-17/+92
* The previous commit (r269119) introduced a regression: It removed these2014-07-261-2/+2
* Fix obvious off by one error: prefix[1] should be set to the path of these2014-07-261-1/+1
* Simplify the meaning of return values from the inout handlers. After thisneel2014-07-256-56/+42
* Strip the patch level from the release name before trying to fetch thedes2014-07-241-0/+1
* Reduce the proliferation of VMEXIT_RESTART in task_switch.c.neel2014-07-241-76/+94
* Fix fault injection in bhyve.neel2014-07-243-9/+27
* Fix a bug where include file `networking/services.subr' was not beingdteske2014-07-232-35/+31
* Emulate instructions emitted by OpenBSD/i386 version 5.5:neel2014-07-235-26/+20
* Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-2213-133/+147
* Correct spelling errors in ctld.8. While here, correct similar errorswblock2014-07-202-10/+10
* Handle nested exceptions in bhyve.neel2014-07-193-5/+53
* r243637 changed the default number of nfsd threads created,rmacklem2014-07-191-2/+2
* Oops, forgot to bump manual date/copyright in r268860.dteske2014-07-181-2/+2
* Minor enhancements, bug fixes, and man-page adjustments.dteske2014-07-182-28/+40
* Use a combination of unblock-lan-zones (r268839) and domain-insecuredes2014-07-181-1/+51
* Fix "ndp -d hostname".peter2014-07-181-1/+1
* Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-179-18/+18
* Fix ctld crash on startup if target alias is not set.mav2014-07-171-2/+5
* chown: Fix chown test numbereadler2014-07-171-1/+1
* Add emulation for legacy x86 task switching mechanism.neel2014-07-164-7/+926
* Revert previous revision (r268461) for reasons documented in PR.dteske2014-07-161-1/+1
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.mav2014-07-161-0/+8
* When we fail to extract the pkg binaries (for example, / is read-only),gavin2014-07-161-1/+2
* Fix an issue with service(8) where utilities such as screen(1) and tmux(1)dteske2014-07-151-1/+1
OpenPOWER on IntegriCloud