aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* o move programs to separate directories and use stock Makefiles;Sam Leffler2005-12-112-0/+244
* config.5 was repocopied from share/man/man5/ to usr.sbin/config/.Ruslan Ermilov2005-12-091-1/+1
* MACHINE is changed to "pc98" on FreeBSD/pc98.Yoshihiro Takahashi2005-12-081-6/+0
* Teach sdpd(8) to check peer's credentials before accepting request toMaksim Yevmenkin2005-12-066-9/+55
* Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1Philip Paeps2005-12-042-6/+38
* Document "makeoption", "nocpu", and "nomakeoptions" directives.Ruslan Ermilov2005-12-031-2/+29
* Add "makeoption" as an alias to "makeoptions", for symmetry.Ruslan Ermilov2005-12-031-0/+1
* Add [-J jid_file] option to write out a JidFile, similar to a PidFile,Philip Paeps2005-12-032-6/+30
* Make "missing dependency" errors more useful by indicating which portColin Percival2005-12-011-10/+10
* Preserve /etc/sysctl.conf when doing a binary update. This prevents, forPhilip Paeps2005-12-011-0/+1
* Fix logic error which causes <null> to be printed instead of theMaxim Sobolev2005-12-011-1/+1
* Check for altq presence during module init, and allow module to work even ifPhilip Paeps2005-11-301-2/+47
* Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.Ruslan Ermilov2005-11-301-4/+3
* The DEFAULTS changes caused the user specified config file to be openedPeter Wemm2005-11-291-0/+5
* Correct xref to systat(1) which was mispelled as ststat(1) in 1.5.John Baldwin2005-11-291-1/+1
* 600004 is a better new version than 700000 based on some future commits toWarner Losh2005-11-281-1/+1
* Follow the rules for the .Dd macro use: use unabbreviated month names.Joseph Koshy2005-11-281-1/+1
* Use a separate synopsis line for -u as devinfo will ignore otherJoseph Koshy2005-11-281-3/+7
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-271-2/+3
* Make config(8) understand ORed dependecies in "files*" andRuslan Ermilov2005-11-272-13/+23
* Clean some code that became obfuscated over the years:Ruslan Ermilov2005-11-253-59/+19
* - Stop talking about non-FreeBSD stuff (mostly because it's hardRuslan Ermilov2005-11-241-126/+133
* Fix prototypes.Ruslan Ermilov2005-11-241-8/+8
* Improve the documentation of "proxyall" knob, somewhat: we do notRuslan Ermilov2005-11-241-2/+3
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-241-1/+1
* Document PKG_PATH enviroment variable.Kirill Ponomarev2005-11-231-1/+4
* An empty file does not have a positive number of lines.Colin Percival2005-11-201-0/+7
* -mdoc sweep.Ruslan Ermilov2005-11-187-27/+21
* Print (total - used) as the amount of available swap for a swap deviceRobert Watson2005-11-171-1/+1
* When a user is in more than 16 groups the call to authunix_create() willHartmut Brandt2005-11-171-1/+6
* Correctly handle a TCP connection being shutdown by the server whileColin Percival2005-11-171-1/+2
* fixed a typo in commentSUZUKI Shinsuke2005-11-171-1/+1
* Convert mount_smbfs to use nmount().Craig Rodrigues2005-11-161-0/+1
* Add -P flag, it does the same as the -p option, except that theKirill Ponomarev2005-11-124-11/+52
* Some fixes for last commit.Gleb Smirnoff2005-11-111-8/+7
* Skip .symbols files.Ruslan Ermilov2005-11-111-1/+4
* - Document last change to ARP behavior.Gleb Smirnoff2005-11-101-11/+28
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersHartmut Brandt2005-11-105-38/+10
* Use the canonical include name for snmpmod.h. The build infrastructure takesHartmut Brandt2005-11-101-1/+1
* Introduce 3 new options for pkg_create(1), -x for using basicKirill Ponomarev2005-11-084-7/+61
* Minor comment tweak to prevent gcc from being upset about the substringRobert Watson2005-11-071-1/+1
* Add some rationale about when to bump and not bump the config version.Peter Wemm2005-11-071-3/+37
* Be more consistent with the rest of the manual page.Pawel Jakub Dawidek2005-11-061-2/+2
* since nocpu isn't used in the kernel config base, we don't need toWarner Losh2005-11-041-1/+1
* Use the eq() macro for comparing strings (style), and remove a "break"Ruslan Ermilov2005-11-031-5/+4
* By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".Ruslan Ermilov2005-11-031-0/+1
* Implement the "nocpu" directive.Ruslan Ermilov2005-11-033-1/+14
* The default fill byte is 0xf6, not 0xf5.Ruslan Ermilov2005-11-031-1/+1
* List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.Andrew Thompson2005-11-031-1/+6
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-014-63/+108