Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix syntax error (label with no statement). | wollman | 2002-05-30 | 1 | -0/+1 |
| | |||||
* | Avoid construction which results in label at end of block. | wollman | 2002-05-30 | 1 | -2/+6 |
| | |||||
* | Fix syntax errors (labels with no statement). | wollman | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | Add used include of <string.h>. | wollman | 2002-05-30 | 1 | -1/+1 |
| | | | | Delete unused include of <strings.h>. | ||||
* | Add used include of <stdlib.h>, copying style bugs from adjacent lines. | wollman | 2002-05-30 | 1 | -0/+1 |
| | |||||
* | Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN, | wollman | 2002-05-30 | 2 | -10/+15 |
| | | | | and likewise LOGOUT for consistency. Fix a few nearby style bugs. | ||||
* | Fix preprocessor directive syntax (text after #else). | wollman | 2002-05-30 | 1 | -3/+5 |
| | | | | This program is not likely to compile if DEBUG is ever defined. | ||||
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 6 | -53/+61 |
| | | | | The style of this program is still atrocious (not fixed). | ||||
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Fix syntax errors (labels with no statement following). | wollman | 2002-05-30 | 1 | -0/+2 |
| | |||||
* | Use correct printf format specifier to print unsigned longs. | wollman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 2 | -2/+2 |
| | |||||
* | Add missing newline at end of file. | wollman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Missed one in previous commit. | des | 2002-05-30 | 1 | -2/+4 |
| | | | | Pointed out by: nectar | ||||
* | Do not use man entities for items that have been removed, because they | schweikh | 2002-05-30 | 2 | -36/+36 |
| | | | | | | | | | create a link to man.cgi with a manpath for 5-current. Following this link gives a "Sorry, no data found for `labpc(4)'". Instead, simply write labpc(4) without any markup (for which pkg_update(1) is prior art) Remove some whitespace at EOL while I'm here. Discussed with an okayed by: bmah | ||||
* | Add used includes of <stdlib.h>. | wollman | 2002-05-30 | 2 | -0/+3 |
| | |||||
* | Ignore a c++ that is version other than 3.1 if it does not also match | peter | 2002-05-30 | 1 | -1/+4 |
| | | | | | | | cc's version. libgcc.a will have been clobbered and will no longer have the old c++ support. Submitted by: jhb | ||||
* | Add used include of <string.h>. | wollman | 2002-05-30 | 1 | -0/+1 |
| | |||||
* | Restructure sanity checks so that -I and -J just override eachother, rather | jmallett | 2002-05-30 | 1 | -5/+6 |
| | | | | | | | than triggering a usage(). Allow -R and -I to be specified in any order, and thus change how -R checks for -I not being given and triggering a usage(). Partially requested by: gad | ||||
* | Allow the input line to be NULL, and teach strnsubst() that NULL means to use | jmallett | 2002-05-30 | 2 | -3/+8 |
| | | | | a nil-string. | ||||
* | Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as | obrien | 2002-05-30 | 2 | -4/+110 |
| | | | | | | libusbhid in RELENG_4. Requested by: joe | ||||
* | Forget to change lookup function for oldcard side. | takawata | 2002-05-30 | 1 | -3/+5 |
| | |||||
* | Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as | obrien | 2002-05-30 | 2 | -3/+111 |
| | | | | | | libusbhid in RELENG_4. Requested by: joe | ||||
* | East Timor's alpha-2 code changed. | wollman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Note changes to country codes in ISO 3166-1 newsletters V-4 and V-5. | wollman | 2002-05-30 | 1 | -4/+15 |
| | | | | Update URL for ISO 3166/MA. | ||||
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 11 | -12/+103 |
| | |||||
* | The revision 1.31 tweak was to _not_ write .o's in src/contrib/gcc. | obrien | 2002-05-30 | 0 | -0/+0 |
| | | | | Not the other way around as the log message stated. | ||||
* | indent tdfx line similarly to rest of the file | billf | 2002-05-30 | 1 | -1/+2 |
| | | | | | note that freebsd-ipfw@freebsd.org should be sent patches before making changes to ipfw. | ||||
* | Mistyped and lost a '&' in previous commit. | phk | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | New release note: emulators/linux_base libraries update. | bmah | 2002-05-30 | 2 | -2/+12 |
| | | | | Also tweak a filename reference to reflect linux_base changes. | ||||
* | mdoc(7) police: kill whitespace at EOL. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: polish markup. | ru | 2002-05-30 | 1 | -34/+68 |
| | |||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -6/+15 |
| | |||||
* | mdoc(7) police: Make this look like an average manpage. | ru | 2002-05-30 | 1 | -20/+17 |
| | |||||
* | mdoc(7) police: kill hard sentence breaks. | ru | 2002-05-30 | 2 | -6/+10 |
| | |||||
* | mdoc(7) police: pedantry. | ru | 2002-05-30 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -12/+9 |
| | |||||
* | mdoc(7) police: one minor change that was not probably worth a commit. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: fixed typo, minor markup nits. | ru | 2002-05-30 | 1 | -5/+4 |
| | |||||
* | mdoc(7) police: markup polishing. | ru | 2002-05-30 | 1 | -16/+22 |
| | |||||
* | mdoc(7) police: tidy up. | ru | 2002-05-30 | 1 | -12/+12 |
| | |||||
* | mdoc(7) police: minor markup nits. | ru | 2002-05-30 | 3 | -27/+42 |
| | |||||
* | Keep people from introducing local changes I do not know about to m4 for the | jmallett | 2002-05-30 | 1 | -0/+1 |
| | | | | | time being, until OpenBSD's -s support is finished being fixed, so I have a chance in hell of getting one last clean merge against OpenBSD. | ||||
* | mdoc(7) police: added missing markup bits. | ru | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: mark up better. | ru | 2002-05-30 | 1 | -41/+43 |
| | |||||
* | mdoc(7) police: minor markup fixes. | ru | 2002-05-30 | 5 | -29/+51 |
| | |||||
* | mdoc(7) police: fixed markup. | ru | 2002-05-30 | 1 | -23/+34 |
| | | | | This manpage is still too NetBSD-centric. | ||||
* | mdoc(7) police: minor markup nits. | ru | 2002-05-30 | 1 | -5/+7 |
| | | | | The SYNOPSIS should be fixed to fit the FreeBSD needs. | ||||
* | Added the missing ``and''. | ru | 2002-05-30 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -5/+7 |
| |