| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct #ifdef for __FreeBSD__ < 3 | brian | 1998-03-13 | 1 | -2/+3 |
* | Add missing include | brian | 1998-03-13 | 1 | -1/+2 |
* | Add extraneous braces to stiffle warnings from gcc-2.8 | brian | 1998-03-13 | 9 | -34/+45 |
* | MFMP: Don't send LQRs when the peer has LCP REJ'd them. Send | brian | 1998-03-13 | 1 | -2/+2 |
* | - Describe the -I option in the man page. | yokota | 1998-03-12 | 2 | -3/+14 |
* | Style police. | eivind | 1998-03-12 | 1 | -5/+5 |
* | o Fix a few comment typos. | brian | 1998-03-12 | 5 | -49/+71 |
* | Update man page to note that idleprio can't be used by normal | jkh | 1998-03-12 | 1 | -3/+2 |
* | Correct misfeature with quoting, better error reporting. | jkh | 1998-03-10 | 6 | -32/+50 |
* | MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty. | jkh | 1998-03-10 | 7 | -39/+49 |
* | Update to XFree86 3.3.2 - I had to remove the entries for the VFB and | jkh | 1998-03-10 | 4 | -84/+100 |
* | Remove deprecated XIG support - that project never | jkh | 1998-03-09 | 10 | -275/+7 |
* | Fix RFC number 1544 -> 1644 | ache | 1998-03-09 | 2 | -4/+4 |
* | Make a /var/run directory before starting ppp so that it doesn't | jkh | 1998-03-09 | 1 | -1/+2 |
* | Allow -R and -h to be combined as long as no symlink-following flags | jkh | 1998-03-09 | 1 | -2/+2 |
* | MF22: nuke compat slice for root. | jkh | 1998-03-09 | 2 | -20/+4 |
* | Reviewed by: mike@smith.net.au | hosokawa | 1998-03-09 | 5 | -61/+54 |
* | Explicitly call `caused' an `int'. | brian | 1998-03-08 | 1 | -2/+2 |
* | Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change. | bde | 1998-03-08 | 1 | -0/+9 |
* | Set the input and output buffer sizes and the input buffer watermarks | bde | 1998-03-07 | 2 | -7/+11 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 5 | -35/+24 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 12 | -65/+43 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 9 | -79/+33 |
* | Add -I flag. | jkh | 1998-03-07 | 1 | -2/+13 |
* | Add a mouse configuration menu. | jkh | 1998-03-07 | 9 | -102/+302 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 6 | -47/+28 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -1/+3 |
* | Fixed `make -jN' for large N, as usual. Too usual for yp programs. | bde | 1998-03-06 | 1 | -2/+2 |
* | Fixed `make -jN' for large N. version.h was missing from SRCS, | bde | 1998-03-06 | 1 | -1/+2 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -2/+2 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 2 | -4/+4 |
* | MF22: various doc bogons noticed. | jkh | 1998-03-06 | 3 | -5/+12 |
* | Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies | bde | 1998-03-06 | 4 | -14/+5 |
* | Add 4th button support for the "MouseMan" protocol. The latest | yokota | 1998-03-06 | 1 | -4/+5 |
* | Use the correct device name in -direct mode. | brian | 1998-03-06 | 1 | -16/+12 |
* | bit_nset was not correctly used. | guido | 1998-03-02 | 1 | -2/+2 |
* | Fix use of bit_nclear. Amazing that we didn't get more complaints | guido | 1998-03-02 | 1 | -2/+3 |
* | Don't assume sigset_t and int are equivalent. Also, get | jraynard | 1998-02-28 | 1 | -6/+8 |
* | Removed a confusing "#if 0 ... #endif". | hosokawa | 1998-02-27 | 1 | -27/+1 |
* | Removed "#define EXTERN" because this file doesn't have main(). | hosokawa | 1998-02-27 | 1 | -2/+1 |
* | Moved main() to a new file (pccardd.c). | hosokawa | 1998-02-27 | 4 | -77/+115 |
* | Removed unused #include and unneccesary comments. | hosokawa | 1998-02-27 | 1 | -7/+0 |
* | "pccardc dumpcis" does not need write permission of /dev/card?. | hosokawa | 1998-02-27 | 1 | -1/+1 |
* | - <pccard/card.h> doesn't exist in -current, so use the include file | nate | 1998-02-27 | 1 | -1/+1 |
* | added "rdattr" (read attribute memory) function. | hosokawa | 1998-02-26 | 3 | -3/+100 |
* | Make maxchild and max child-per-minute default values configurable from | pst | 1998-02-24 | 2 | -20/+62 |
* | Add DESTDIR to afterinstall | ache | 1998-02-24 | 1 | -1/+1 |
* | Oops, back out DESTDIR addition, handled automatically by bsd.prog.mk | ache | 1998-02-24 | 1 | -1/+1 |
* | Don't #include implementation header <machine/types.h> directly. | bde | 1998-02-24 | 1 | -5/+2 |
* | Add missing DESTDIR | ache | 1998-02-23 | 1 | -1/+1 |