aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that stopped ypset's -h option from working with aIan Dowse2004-02-091-1/+1
* The "bin" distribution was renamed to "base" in CURRENT.Jimmy Olgeni2004-02-072-2/+2
* Correct typo.Lukas Ertl2004-02-061-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-053-5/+5
* Fix typo, s/transmitts/transmits/Johan Karlsson2004-02-041-1/+1
* Removed unnecessary dependencies on librpcsvc.Ruslan Ermilov2004-02-042-4/+4
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Drop unused dependencies.Ruslan Ermilov2004-02-041-3/+0
* Move the checks for whether or not to build pppctl toDaniel Eischen2004-01-311-8/+15
* Use strtol to parse the <%d> tags in printline() and printsys().Ian Dowse2004-01-311-18/+18
* Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variableMarcel Moolenaar2004-01-311-1/+1
* Add some logic so that pppctl isn't built if the correct threading libraryDaniel Eischen2004-01-311-1/+5
* s/-lc_r/-lpthread/Daniel Eischen2004-01-301-1/+1
* In checkLabels(), deal with the fact that on ia64 we do not have aMarcel Moolenaar2004-01-302-0/+24
* Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin2004-01-281-0/+2
* Get rid of all (but one in write.c) static size buffers.Ruslan Ermilov2004-01-276-37/+56
* Some Windows .INF files are deliberately sabotaged to prevent them fromBill Paul2004-01-271-1/+22
* Make a message less scary (based on user feedback)Eivind Eklund2004-01-261-1/+1
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-2613-19/+28
* Use malloc() instead of alloca() to allocate a (potentially) large bufferStephen McKay2004-01-261-1/+2
* The log file is more useful when line buffered.Stephen McKay2004-01-261-0/+1
* Be much more strict about parsing tagged log messages from /dev/klog;Ian Dowse2004-01-261-10/+20
* Cleanup CFLAGS in libsdp(3) MakefileMaksim Yevmenkin2004-01-252-1/+15
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-253-4/+4
* Rename the makefile variable MIBS to BMIBS so that it does notHartmut Brandt2004-01-241-3/+3
* Rename the MIBS makefile variable to BMIBS so that it does not conflictHartmut Brandt2004-01-242-4/+4
* Instead of bogusly complaining about odd file names, handle them properlyDag-Erling Smørgrav2004-01-241-11/+27
* Try to apply consistent indentation.Dag-Erling Smørgrav2004-01-241-20/+19
* Deal with keys with descriptions that have empty fields in some ofBill Paul2004-01-231-4/+12
* Create the OID and tree files while building the modules and the daemonHartmut Brandt2004-01-238-187/+32
* Update generated files.Hartmut Brandt2004-01-233-3/+21
* Catch up with import of version 1.5a of bsnmp.Hartmut Brandt2004-01-231-1/+2
* Catch up with the import of version 1.5a of bsnmp.Hartmut Brandt2004-01-231-2/+4
* Style: remove an empty line.Hartmut Brandt2004-01-231-1/+0
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-228-15/+14
* Use the length of the interface name, not the length of its address whenBrooks Davis2004-01-211-1/+1
* Disable constant merging in isdnd and isdnmonitor. This is a "make myColin Percival2004-01-212-0/+8
* This is Sparc64-only.Ruslan Ermilov2004-01-212-1/+2
* This is i386-only.Ruslan Ermilov2004-01-212-1/+2
* Mark APM manpages as i386-only.Ruslan Ermilov2004-01-214-2/+4
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.Maksim Yevmenkin2004-01-2026-0/+4284
* Also sort ignoring case -- makes finding things by browsing easier.Ruslan Ermilov2004-01-201-2/+2
* Clean up makefiles.Ruslan Ermilov2004-01-193-15/+11
* add missing setusershell() calls.Philippe Charnier2004-01-181-0/+1
* Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.Ruslan Ermilov2004-01-181-0/+1
* Do not install SYMLINKS if both NO_MAILWRAPPER andJohan Karlsson2004-01-171-0/+2
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-178-28/+10
* Replaced black magic with white magic.Ruslan Ermilov2004-01-171-5/+2
* Fixed the fatal bug: CFLAGS should be added to, not overridden.Ruslan Ermilov2004-01-171-1/+1
* - Build things in pure dictionary order (see sort(1)).Ruslan Ermilov2004-01-161-91/+144