| Commit message (Expand) | Author | Age | Files | Lines |
* | Various changes to the messages so that they are now appropriate for both | nik | 2001-06-27 | 10 | -41/+41 |
* | Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite to | joerg | 2001-06-26 | 2 | -2/+9 |
* | Implement the -I option that uses the FD_READID ioctl in order to read | joerg | 2001-06-26 | 2 | -3/+107 |
* | Add appropriate includes and prototypes; staticize; set WARNS=2. Also | dd | 2001-06-26 | 2 | -6/+11 |
* | Back out previous commit; this can't compile with WARNS=2 because | dd | 2001-06-26 | 1 | -1/+0 |
* | Actually implement -a as documented since import (set access point density). | brooks | 2001-06-26 | 2 | -9/+8 |
* | Output the current TX rate when showing status. | brooks | 2001-06-26 | 1 | -0/+11 |
* | ANSIize, staticize, and unsignedize; set WARNS=2. | dd | 2001-06-25 | 2 | -14/+11 |
* | Constify and set WARNS=2. | dd | 2001-06-25 | 2 | -2/+3 |
* | Add an acceleration option to moused | greid | 2001-06-25 | 2 | -8/+31 |
* | Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allows | gad | 2001-06-25 | 6 | -47/+351 |
* | Add two new options for lpd: -c will log all connection-errors to syslog, | gad | 2001-06-25 | 2 | -32/+168 |
* | Xref to extattr(2) and extattr(3). | dd | 2001-06-24 | 2 | -2/+4 |
* | Nuke unused variables. | dd | 2001-06-24 | 10 | -19/+2 |
* | Xref extattr_set_file(2). | dd | 2001-06-24 | 1 | -0/+1 |
* | Xref extattr_get_file(2). | dd | 2001-06-24 | 1 | -0/+1 |
* | Add a namespace argument to one of the examples. | dd | 2001-06-24 | 1 | -1/+1 |
* | Add missing includes and sort includes. | dd | 2001-06-24 | 1 | -4/+8 |
* | Include missing header files. | dd | 2001-06-24 | 1 | -0/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 8 | -0/+15 |
* | Include stdlib.h for exit(3). | dd | 2001-06-24 | 1 | -0/+1 |
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -1/+2 |
* | Constify, add a prototype, and set WARNS=2. | dd | 2001-06-24 | 2 | -3/+3 |
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -4/+5 |
* | Clean up the addrmerge() function, which was over-complicated and | iedowse | 2001-06-24 | 1 | -136/+120 |
* | Constify, staticize and add a missing include; add WARNS?=2. | des | 2001-06-24 | 2 | -4/+7 |
* | Don't add -Wall, as it's a compiler specific flag. | dwmalone | 2001-06-24 | 1 | -1/+1 |
* | Fix most of the warnings given by WARNS=2. | dwmalone | 2001-06-24 | 3 | -105/+114 |
* | Remove duplicate words. | dd | 2001-06-24 | 2 | -2/+2 |
* | Fix some return-value brain-damage in forward_register(). This | iedowse | 2001-06-23 | 1 | -16/+21 |
* | remove -g -O0, that was only for debugging... | ben | 2001-06-23 | 1 | -1/+1 |
* | Don't dereference a pointer after freeing that pointer. | ben | 2001-06-23 | 1 | -2/+3 |
* | Increase the buffer sizes for the build deps, run deps, and the line | dd | 2001-06-22 | 1 | -3/+3 |
* | Explicitly add a default route in ppp's install profile | brian | 2001-06-21 | 1 | -0/+1 |
* | Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefile | joe | 2001-06-20 | 1 | -1/+1 |
* | Avoid using too many args for ``set m[tr]u'' | brian | 2001-06-20 | 2 | -4/+16 |
* | o Add a -a flag for changing/getting the ALTPIN setting for a digi port. | brian | 2001-06-20 | 2 | -19/+99 |
* | Work around the problem in RELENG_4 where the file doesn't actually | dougb | 2001-06-20 | 1 | -7/+13 |
* | Print "-" instead of "" in the grace field if there is no grace | dd | 2001-06-19 | 1 | -2/+2 |
* | CND has been unused for two years, and RND has been unused for five | dd | 2001-06-19 | 1 | -1/+1 |
* | Call va_start/va_end for each call to vfprintf | brian | 2001-06-18 | 1 | -2/+4 |
* | Pick up the correct headers from sys/contrib/ipfilter/netinet. | ru | 2001-06-18 | 4 | -21/+14 |
* | Add support for stateful MPPE (microsoft encryption) providing | brian | 2001-06-18 | 11 | -188/+669 |
* | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | brian | 2001-06-18 | 21 | -80/+246 |
* | Add a -d command-line option; when used in conjunction with -f, rarpd | roam | 2001-06-18 | 3 | -49/+129 |
* | Supported to select a keymap for PC-98x1. | nyan | 2001-06-17 | 4 | -0/+44 |
* | Don't call printf without a format string (harmless in this case). | dd | 2001-06-17 | 1 | -2/+2 |
* | Correct a typo in an error message. | dd | 2001-06-16 | 1 | -1/+1 |
* | Comply with POSIX rules: | jlemon | 2001-06-16 | 1 | -2/+2 |
* | Give inetd the ability to manage unix domain sockets. Details of | dwmalone | 2001-06-16 | 3 | -12/+169 |