| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 65 | -2/+88 |
| * | Add $Id$ to these manpages. | Nik Clayton | 1999-07-12 | 2 | -0/+2 |
| * | Improve Logitech MouseMan+ protocol support. | Kazutaka YOKOTA | 1999-07-12 | 1 | -7/+40 |
| * | Fix ``:''. | Brian Feldman | 1999-07-11 | 1 | -2/+2 |
| * | Fix typo ($Id: ... % --> $Id: ... $). | Mitsuru IWASAKI | 1999-07-10 | 1 | -1/+1 |
| * | Activate apmd. | Mitsuru IWASAKI | 1999-07-10 | 1 | -1/+2 |
| * | The apmd package provides a means of handling various APM events from | Mitsuru IWASAKI | 1999-07-10 | 8 | -0/+1697 |
| * | Oops - add a missing cast. | Brian Somers | 1999-07-10 | 1 | -2/+2 |
| * | Leap through one more hoop to avoid alignment problems. | Brian Somers | 1999-07-10 | 1 | -2/+2 |
| * | Add example of how to create a jail. | Poul-Henning Kamp | 1999-07-09 | 1 | -1/+18 |
| * | Use the proctitle to indicate that we're busy wrapping a request for a | Sheldon Hearn | 1999-07-09 | 1 | -1/+3 |
| * | Allow internal and external wrapping to be enabled independantly of | Sheldon Hearn | 1999-07-09 | 2 | -15/+20 |
| * | This commit adds driver support for the SysKonnect SK-984x series | Bill Paul | 1999-07-09 | 2 | -2/+4 |
| * | Do not list a null string in a dialog box. | Kazutaka YOKOTA | 1999-07-07 | 1 | -2/+4 |
| * | invoke fvwm properly | Jordan K. Hubbard | 1999-07-07 | 2 | -6/+6 |
| * | update fla related entries. | Poul-Henning Kamp | 1999-07-06 | 2 | -6/+6 |
| * | Don't ask about Linux emulation on the alpha (for now). | Jordan K. Hubbard | 1999-07-06 | 4 | -4/+12 |
| * | Use #include <pccard_conf.h> instead of -DPCCARD. | Tatsumi Hosokawa | 1999-07-06 | 5 | -17/+32 |
| * | Add an option for more fully enabling linux compatibility. | Jordan K. Hubbard | 1999-07-06 | 9 | -18/+60 |
| * | Make the source and the man page agree about the flags accepted by | Nik Clayton | 1999-07-05 | 2 | -4/+9 |
| * | Added the EXAMPLE section and try to make the text slightly more informative. | Kazutaka YOKOTA | 1999-07-05 | 2 | -78/+251 |
| * | configure "pccardd_flags" in /etc/rc.conf by sysinstall. | Tatsumi Hosokawa | 1999-07-04 | 1 | -3/+8 |
| * | Modified to configure pccard_mem in /etc/rc.conf by sysinstall. | Tatsumi Hosokawa | 1999-07-04 | 1 | -1/+5 |
| * | Delete special handling for 'device-driver' suffix, it's not used in | Peter Wemm | 1999-07-03 | 2 | -13/+12 |
| * | wcd -> acd | Michael Haro | 1999-07-03 | 2 | -4/+4 |
| * | Eliminate some varargs abuse. | Jordan K. Hubbard | 1999-07-02 | 6 | -44/+30 |
| * | Allow service alias names from /etc/services to be used when specifying | Sheldon Hearn | 1999-07-02 | 2 | -6/+26 |
| * | Clarify that the services name, as specified in inetd.conf, for an | Sheldon Hearn | 1999-07-02 | 1 | -1/+9 |
| * | Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin is | Sheldon Hearn | 1999-07-02 | 2 | -18/+7 |
| * | Fix stupid error where more bits where set than actual distributions | Jordan K. Hubbard | 1999-07-02 | 1 | -2/+2 |
| * | Modify code to be -Wall'able. | Mike Spengler | 1999-07-01 | 23 | -372/+384 |
| * | Don't include trailing whitespace in ID tokens before comments. ie: | Peter Wemm | 1999-07-01 | 1 | -1/+2 |
| * | Detect and remove defunct or unknown options from opt_*.h files. This | Peter Wemm | 1999-07-01 | 1 | -11/+23 |
| * | Ommitted in previous commit message: | Sheldon Hearn | 1999-06-30 | 2 | -2/+2 |
| * | Enable wrapping for dgram services and fix logging so that -l really | Sheldon Hearn | 1999-06-30 | 2 | -33/+51 |
| * | Allow the use of `-' as an argument to the -w option so that standard | Sheldon Hearn | 1999-06-30 | 2 | -7/+18 |
| * | Grammar and spelling fixes | Kris Kennaway | 1999-06-30 | 1 | -5/+5 |
| * | Changed pcicmem and cardirq variables to non-dirty variables. | Tatsumi Hosokawa | 1999-06-30 | 1 | -10/+10 |
| * | pccard_beep parameter is not supported by rc.conf and rc.pccard of -current. | Tatsumi Hosokawa | 1999-06-30 | 1 | -3/+1 |
| * | Added -z and -i option. | Tatsumi Hosokawa | 1999-06-30 | 1 | -1/+8 |
| * | FreeBSD does supports LKM now. | Tatsumi Hosokawa | 1999-06-29 | 1 | -9/+1 |
| * | Move call to umask(0) back into pw_util(), because the latter | Pierre Beyssac | 1999-06-29 | 2 | -4/+5 |
| * | Sync usage() with the manpage. | Sheldon Hearn | 1999-06-28 | 1 | -2/+3 |
| * | Fix broken logic: (!wrap || log) -> (!wrap && log) . | Sheldon Hearn | 1999-06-28 | 1 | -2/+2 |
| * | Syntax for user/group is changed from "user.group" to "user:group" to be | David E. O'Brien | 1999-06-28 | 2 | -5/+13 |
| * | New ports/{java,irc,x11-servers} categories, Step #5 - update misc files. | Bill Fumerola | 1999-06-28 | 1 | -1/+4 |
| * | Fix the SYNOPSIS to reflect that the -w option can be specified twice. | Sheldon Hearn | 1999-06-27 | 1 | -2/+2 |
| * | Add command-line option (-w), specified once to enable wrapping and | Sheldon Hearn | 1999-06-27 | 3 | -37/+45 |
| * | Minor mdoc fix. | Mike Pritchard | 1999-06-26 | 1 | -2/+2 |
| * | Force umask to 077 (instead of 000) during the edit phase, to get | Pierre Beyssac | 1999-06-26 | 2 | -5/+6 |