Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compare lines with strcmp(), not strcoll(). We are interested only in | tjr | 2002-06-06 | 1 | -18/+2 |
| | | | | equality, not ordering. | ||||
* | Sync usage() with manual page synopsis. | tjr | 2002-06-06 | 1 | -1/+1 |
| | |||||
* | Figures they had to call it NOCRYPT instead of NOCRYPTO. | des | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | During buildworld, "regular" libraries are built before crypto stuff, so | des | 2002-06-05 | 1 | -0/+4 |
| | | | | | libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this. | ||||
* | Use calculated column widths for the routing table display when -W is | kbyanc | 2002-06-05 | 1 | -55/+208 |
| | | | | | | | | | supplied rather than arbitrarily larger widths. This (almost) guarantees that no columns will be truncated (routing table additions between the width calculation and display passes may create a row with column widths larger than those calculated). Sponsored by: NTT Multimedia Communications Labs | ||||
* | Start the (overdue) de-orbit sequence for the -d -C combo, | ru | 2002-06-05 | 1 | -8/+1 |
| | | | | | | as was promised in revision 1.43. MFC after: 1 month | ||||
* | Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on | obrien | 2002-06-05 | 1 | -0/+1 |
| | | | | my system). So install a "perl5" wrapper too. | ||||
* | Don't build perl if NO_PERL is defined. | des | 2002-06-04 | 1 | -1/+4 |
| | |||||
* | Wrap lines correctly for the `l' command. | tjr | 2002-06-04 | 1 | -1/+1 |
| | |||||
* | Document the fact that the `l' command uses the COLUMNS environment | tjr | 2002-06-04 | 1 | -0/+13 |
| | | | | variable (SUSv3) | ||||
* | Ignore COLUMNS environment variable if it is empty (SUSv3) | tjr | 2002-06-04 | 1 | -1/+1 |
| | |||||
* | Respect the setting of the COLUMNS environment variable, use it instead of | tjr | 2002-06-04 | 2 | -6/+29 |
| | | | | the TTY width obtained by ioctl() when set & non-null. (SUSv3) | ||||
* | Sort options in Description section. | tjr | 2002-06-04 | 1 | -5/+5 |
| | |||||
* | Note SUSv2 conformance. | tjr | 2002-06-04 | 1 | -0/+5 |
| | |||||
* | confstr() returns (size_t)-1 on failure. Check for this explicitly instead | tjr | 2002-06-04 | 1 | -1/+1 |
| | | | | of trying to see if an unsigned number is less than zero. | ||||
* | Add support for non-numeric key lookup via the 'cmds' file, by using the key | jmallett | 2002-06-04 | 1 | -6/+18 |
| | | | | base as the key number. | ||||
* | Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed | jmallett | 2002-06-04 | 1 | -1/+3 |
| | | | | chunk. | ||||
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 3 | -10/+9 |
| | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. | ||||
* | Make the manpage consistent with the code on the subject of comments, as to | jmallett | 2002-06-03 | 1 | -1/+4 |
| | | | | | | | | not change the code to always do the "GNU" thing, as it's possible people rely on BSD m4(1) traditionally resetting comment characters in case of no arguments to the changecom function. PR: bin/17480 (I think this satisfies the problem report) | ||||
* | Correct History: cal(1) appeared in V5, not V6. | tjr | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | Correct History: nice(1) appeared in V4. | tjr | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | Correct History: time(1) appeared at least as early as V3. | tjr | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | Sort sections. | tjr | 2002-06-03 | 1 | -12/+12 |
| | |||||
* | Correct HISTORY section - split(1) appeared at least as early as V3. | tjr | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers | iedowse | 2002-06-03 | 1 | -1/+8 |
| | | | | | | | | are down. Avoid trying to send RPCs to the pidXXX@machine names used in the special amd(8) mounts. PR: bin/6183 Submitted by: Petr Lampa <lampa@fee.vutbr.cz> | ||||
* | Skip %pN comes from ncurses | ache | 2002-06-03 | 1 | -0/+5 |
| | | | | PR: 15418 | ||||
* | Connect perl to the build. | des | 2002-06-02 | 1 | -0/+1 |
| | |||||
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 2 | -2/+2 |
| | | | | | Spotted and suggested by: des MFC after: 3 weeks | ||||
* | Support the SysV-style -exec utility args.. {} + function, required by | tjr | 2002-06-02 | 4 | -8/+95 |
| | | | | SUSv3. This is similar to find foo -print0 | xargs -0 utility args. | ||||
* | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | green | 2002-06-01 | 1 | -4/+24 |
| | | | | | | | was initiated at the last character of the line buffer, the Wrong Thing was done and sed barfed by interpreting the following NUL byte as a digit. Instead, pull up the next buffer and record that the "\" was last seen. | ||||
* | We have a version of help(SCCS) in /usr/bin now. | jmallett | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Remove a stray asterisk in a comment. | jmallett | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent) | silby | 2002-05-31 | 1 | -1/+1 |
| | | | | | Submitted by: Andre Oppermann <oppermann@pipeline.ch> MFC after: 5 days | ||||
* | Typo: characer -> character | keramida | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 6 | -53/+61 |
| | | | | The style of this program is still atrocious (not fixed). | ||||
* | 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. | ||||
* | mdoc(7) police: kill hard sentence breaks. | ru | 2002-05-30 | 1 | -3/+5 |
| | |||||
* | 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 | 1 | -11/+23 |
| | |||||
* | Document conformance to IEEE Std 1003.1-2001. | tjr | 2002-05-30 | 1 | -0/+5 |
| | |||||
* | Sort sections according to mdoc(7). | tjr | 2002-05-30 | 1 | -8/+8 |
| | |||||
* | Sort entries by locale collating order when -x is specified. | tjr | 2002-05-30 | 2 | -1/+7 |
| | |||||
* | Character 0 is nul not null. | fanf | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Create tags for typedefs, structs, unions and enums by default (imply the | tjr | 2002-05-30 | 2 | -6/+17 |
| | | | | -t option). Make a new option, -T, to revert to the old behaviour. |