aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* - Change the exit message from "make cleandepend; make depend" toFlorent Thoumie2006-01-141-1/+1
* Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.David E. O'Brien2006-01-131-1/+5
* Use posix_memalign() rather than assuming that malloc() provides adequateJason Evans2006-01-121-5/+7
* Fix build without -DNDEBUG.Hartmut Brandt2006-01-123-7/+7
* assert(3) is not used here.David E. O'Brien2006-01-121-1/+0
* Update usage to reflect the fact that the -d -a now accepts -i <interface>.Brooks Davis2006-01-101-1/+1
* - Fix: documentation for -m option was inserted halfway thru the text of -lPav Lucistnik2006-01-101-3/+3
* /etc/crontab is similar enough to parse as correct if you runBrooks Davis2006-01-101-0/+4
* Allow the -i <interface> option with -d -a to allow all arp entries forBrooks Davis2006-01-102-1/+2
* Fix -r causing SIGSEGV due to parse_args() being called before font_current i...Florent Thoumie2006-01-091-3/+3
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-0910-18/+71
* Connect the HOSTRES MIB to the build.Hartmut Brandt2006-01-091-0/+1
* msgHartmut Brandt2006-01-0918-0/+7005
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-076-9/+42
* Make "portsnap extract" automatically create ${PORTSDIR} if necessaryColin Percival2006-01-061-2/+6
* Don't use threads when there's no real reason to.Dag-Erling Smørgrav2006-01-032-158/+142
* - Fix possible memory leak due to repetetive strdup(3) without matchingAriff Abdullah2006-01-011-14/+21
* On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB.Ceri Davies2005-12-302-2/+2
* - Avoid adding devices multiple times to the device list.Ruslan Ermilov2005-12-302-33/+66
* Clean up most of the "XXX"-tagged items:Ruslan Ermilov2005-12-304-17/+39
* inetd(8) requires that /etc/netconfig be present, and contain entriesCeri Davies2005-12-301-0/+29
* Reveal sacred spells necessary for putting kbdmux(4) to real use.Maxim Sobolev2005-12-291-0/+15
* An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout toCeri Davies2005-12-292-4/+4
* Add an example for WEP.Wilko Bulte2005-12-251-0/+14
* When generating profiles (-g) warn about shared objects that wereJoseph Koshy2005-12-251-4/+12
* - Don't print an errno string when reporting dropped samples.Joseph Koshy2005-12-241-3/+4
* Bump .Dd before I get told off.Ceri Davies2005-12-231-1/+1
* Commands like gmirror, graid3, ... and others which use dlopen() to loadCeri Davies2005-12-232-4/+95
* Copy the description for the -r option from the traceroute(8) manDima Dorfman2005-12-221-0/+10
* Previous revision was broken on SPARC, fix it by using more appropriate type.Xin LI2005-12-211-1/+1
* Change the default for deleting stale files from yes (which violatesDoug Barton2005-12-211-5/+5
* Use size_t for length.Xin LI2005-12-211-1/+2
* Add a knob to suppress logging of attempts to modifyGleb Smirnoff2005-12-181-1/+8
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-188-13/+13
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-181-1/+1
* Remove usbd(8) and all references to it. It is no longer necessaryIan Dowse2005-12-1514-1533/+2
* [mdoc] add missing space before a punctuation type argument.Ruslan Ermilov2005-12-131-1/+1
* Fix typo in rfcomm_pppd(8) man page.Maksim Yevmenkin2005-12-121-1/+1
* 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