| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo, s/transmitts/transmits/ | Johan Karlsson | 2004-02-04 | 1 | -1/+1 |
* | Removed unnecessary dependencies on librpcsvc. | Ruslan Ermilov | 2004-02-04 | 2 | -4/+4 |
* | Put libdevstat before libkvm, because the former depends on the latter. | Ruslan Ermilov | 2004-02-04 | 1 | -2/+2 |
* | Drop unused dependencies. | Ruslan Ermilov | 2004-02-04 | 1 | -3/+0 |
* | Move the checks for whether or not to build pppctl to | Daniel Eischen | 2004-01-31 | 1 | -8/+15 |
* | Use strtol to parse the <%d> tags in printline() and printsys(). | Ian Dowse | 2004-01-31 | 1 | -18/+18 |
* | Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable | Marcel Moolenaar | 2004-01-31 | 1 | -1/+1 |
* | Add some logic so that pppctl isn't built if the correct threading library | Daniel Eischen | 2004-01-31 | 1 | -1/+5 |
* | s/-lc_r/-lpthread/ | Daniel Eischen | 2004-01-30 | 1 | -1/+1 |
* | In checkLabels(), deal with the fact that on ia64 we do not have a | Marcel Moolenaar | 2004-01-30 | 2 | -0/+24 |
* | Add NO_BLUETOOTH knob to the build process | Maksim Yevmenkin | 2004-01-28 | 1 | -0/+2 |
* | Get rid of all (but one in write.c) static size buffers. | Ruslan Ermilov | 2004-01-27 | 6 | -37/+56 |
* | Some Windows .INF files are deliberately sabotaged to prevent them from | Bill Paul | 2004-01-27 | 1 | -1/+22 |
* | Make a message less scary (based on user feedback) | Eivind Eklund | 2004-01-26 | 1 | -1/+1 |
* | Make this WARNS=3 clean. | Ruslan Ermilov | 2004-01-26 | 13 | -19/+28 |
* | Use malloc() instead of alloca() to allocate a (potentially) large buffer | Stephen McKay | 2004-01-26 | 1 | -1/+2 |
* | The log file is more useful when line buffered. | Stephen McKay | 2004-01-26 | 1 | -0/+1 |
* | Be much more strict about parsing tagged log messages from /dev/klog; | Ian Dowse | 2004-01-26 | 1 | -10/+20 |
* | Cleanup CFLAGS in libsdp(3) Makefile | Maksim Yevmenkin | 2004-01-25 | 2 | -1/+15 |
* | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 3 | -4/+4 |
* | Rename the makefile variable MIBS to BMIBS so that it does not | Hartmut Brandt | 2004-01-24 | 1 | -3/+3 |
* | Rename the MIBS makefile variable to BMIBS so that it does not conflict | Hartmut Brandt | 2004-01-24 | 2 | -4/+4 |
* | Instead of bogusly complaining about odd file names, handle them properly | Dag-Erling Smørgrav | 2004-01-24 | 1 | -11/+27 |
* | Try to apply consistent indentation. | Dag-Erling Smørgrav | 2004-01-24 | 1 | -20/+19 |
* | Deal with keys with descriptions that have empty fields in some of | Bill Paul | 2004-01-23 | 1 | -4/+12 |
* | Create the OID and tree files while building the modules and the daemon | Hartmut Brandt | 2004-01-23 | 8 | -187/+32 |
* | Update generated files. | Hartmut Brandt | 2004-01-23 | 3 | -3/+21 |
* | Catch up with import of version 1.5a of bsnmp. | Hartmut Brandt | 2004-01-23 | 1 | -1/+2 |
* | Catch up with the import of version 1.5a of bsnmp. | Hartmut Brandt | 2004-01-23 | 1 | -2/+4 |
* | Style: remove an empty line. | Hartmut Brandt | 2004-01-23 | 1 | -1/+0 |
* | Userland signed char fixes for PPC build. Problems were using a char | Peter Grehan | 2004-01-22 | 8 | -15/+14 |
* | Use the length of the interface name, not the length of its address when | Brooks Davis | 2004-01-21 | 1 | -1/+1 |
* | Disable constant merging in isdnd and isdnmonitor. This is a "make my | Colin Percival | 2004-01-21 | 2 | -0/+8 |
* | This is Sparc64-only. | Ruslan Ermilov | 2004-01-21 | 2 | -1/+2 |
* | This is i386-only. | Ruslan Ermilov | 2004-01-21 | 2 | -1/+2 |
* | Mark APM manpages as i386-only. | Ruslan Ermilov | 2004-01-21 | 4 | -2/+4 |
* | Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. | Maksim Yevmenkin | 2004-01-20 | 26 | -0/+4284 |
* | Also sort ignoring case -- makes finding things by browsing easier. | Ruslan Ermilov | 2004-01-20 | 1 | -2/+2 |
* | Clean up makefiles. | Ruslan Ermilov | 2004-01-19 | 3 | -15/+11 |
* | add missing setusershell() calls. | Philippe Charnier | 2004-01-18 | 1 | -0/+1 |
* | Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. | Ruslan Ermilov | 2004-01-18 | 1 | -0/+1 |
* | Do not install SYMLINKS if both NO_MAILWRAPPER and | Johan Karlsson | 2004-01-17 | 1 | -0/+2 |
* | - Properly build both crypto and non-crypto versions of the | Ruslan Ermilov | 2004-01-17 | 8 | -28/+10 |
* | Replaced black magic with white magic. | Ruslan Ermilov | 2004-01-17 | 1 | -5/+2 |
* | Fixed the fatal bug: CFLAGS should be added to, not overridden. | Ruslan Ermilov | 2004-01-17 | 1 | -1/+1 |
* | - Build things in pure dictionary order (see sort(1)). | Ruslan Ermilov | 2004-01-16 | 1 | -91/+144 |
* | o Document -s flag. | Maxim Konovalov | 2004-01-15 | 1 | -0/+7 |
* | -DSMALL will remove the need of dump.c (for rtsol) | Hajimu UMEMOTO | 2004-01-14 | 1 | -0/+14 |
* | add -F flag, which configures sysctl(8) setting by rtsold | Hajimu UMEMOTO | 2004-01-14 | 4 | -15/+53 |
* | ansify. | Hajimu UMEMOTO | 2004-01-14 | 6 | -31/+20 |