summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Preserve /etc/sysctl.conf when doing a binary update. This prevents, forphilip2005-12-011-0/+1
* Fix logic error which causes <null> to be printed instead of thesobomax2005-12-011-1/+1
* Check for altq presence during module init, and allow module to work even ifphilip2005-11-301-2/+47
* Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.ru2005-11-301-4/+3
* The DEFAULTS changes caused the user specified config file to be openedpeter2005-11-291-0/+5
* Correct xref to systat(1) which was mispelled as ststat(1) in 1.5.jhb2005-11-291-1/+1
* 600004 is a better new version than 700000 based on some future commits toimp2005-11-281-1/+1
* Follow the rules for the .Dd macro use: use unabbreviated month names.jkoshy2005-11-281-1/+1
* Use a separate synopsis line for -u as devinfo will ignore otherjkoshy2005-11-281-3/+7
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-271-2/+3
* Make config(8) understand ORed dependecies in "files*" andru2005-11-272-13/+23
* Clean some code that became obfuscated over the years:ru2005-11-253-59/+19
* - Stop talking about non-FreeBSD stuff (mostly because it's hardru2005-11-241-126/+133
* Fix prototypes.ru2005-11-241-8/+8
* Improve the documentation of "proxyall" knob, somewhat: we do notru2005-11-241-2/+3
* s/5.5/6.0/ in HISTORY section.joel2005-11-241-1/+1
* Document PKG_PATH enviroment variable.krion2005-11-231-1/+4
* An empty file does not have a positive number of lines.cperciva2005-11-201-0/+7
* -mdoc sweep.ru2005-11-187-27/+21
* Print (total - used) as the amount of available swap for a swap devicerwatson2005-11-171-1/+1
* When a user is in more than 16 groups the call to authunix_create() willharti2005-11-171-1/+6
* Correctly handle a TCP connection being shutdown by the server whilecperciva2005-11-171-1/+2
* fixed a typo in commentsuz2005-11-171-1/+1
* Convert mount_smbfs to use nmount().rodrigc2005-11-161-0/+1
* Add -P flag, it does the same as the -p option, except that thekrion2005-11-124-11/+52
* Some fixes for last commit.glebius2005-11-111-8/+7
* Skip .symbols files.ru2005-11-111-1/+4
* - Document last change to ARP behavior.glebius2005-11-101-11/+28
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersharti2005-11-105-38/+10
* Use the canonical include name for snmpmod.h. The build infrastructure takesharti2005-11-101-1/+1
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-084-7/+61
* Minor comment tweak to prevent gcc from being upset about the substringrwatson2005-11-071-1/+1
* Add some rationale about when to bump and not bump the config version.peter2005-11-071-3/+37
* Be more consistent with the rest of the manual page.pjd2005-11-061-2/+2
* since nocpu isn't used in the kernel config base, we don't need toimp2005-11-041-1/+1
* Use the eq() macro for comparing strings (style), and remove a "break"ru2005-11-031-5/+4
* By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".ru2005-11-031-0/+1
* Implement the "nocpu" directive.ru2005-11-033-1/+14
* The default fill byte is 0xf6, not 0xf5.ru2005-11-031-1/+1
* List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.thompsa2005-11-031-1/+6
* Catch up with ACPI-CA 20051021 importjkim2005-11-014-63/+108
* s/insure/ensure/ in previous commit. My dictionary and m-w.com say theybrooks2005-10-281-1/+1
* Bump config(8) version for the DEFAULTS change.jhb2005-10-271-1/+1
* Look for packages in packages-6.0-release or packages-6-stable, asmurray2005-10-271-1/+2
* Optionally include a DEFAULTS config file if it is present in the currentjhb2005-10-273-3/+27
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,peter2005-10-261-1/+1
* Make fdcontrol work again. It has been broken for a while. It triespeter2005-10-261-1/+0
* Note that the jail setup example is meant to be fed to sh(1), not csh(1).keramida2005-10-261-3/+4
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-261-2/+2
* Create the devd thread after we have called daemon(). Otherwise, it wouldnjl2005-10-241-3/+3
OpenPOWER on IntegriCloud