| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mdoc(7) police: lint. | ru | 2002-05-30 | 1 | -8/+9 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -5/+5 |
* | mdoc(7) police: use .Fl to denote stdin. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: typo in .Dd. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: untangle SYNOPSIS's markup. | ru | 2002-05-30 | 1 | -16/+4 |
* | mdoc(7) police: lint. | ru | 2002-05-30 | 1 | -10/+8 |
* | mdoc(7) police: removed unnecessary .Ns. | ru | 2002-05-30 | 2 | -2/+2 |
* | mdoc(7) police: removed unnecessary .Ns's. | ru | 2002-05-30 | 1 | -3/+3 |
* | Move exit status info into Diagnostics section. | tjr | 2002-05-30 | 1 | -4/+2 |
* | Accept an input file name of "-" to mean standard input, as required by | tjr | 2002-05-30 | 2 | -16/+20 |
* | Fields should be separated by <blank>s, not <space>s according to P1003.2. | tjr | 2002-05-29 | 1 | -1/+1 |
* | Don't bother trying to handle "-" arguments ourselves, getopt(3) already | tjr | 2002-05-29 | 1 | -5/+2 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -51/+70 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: use .Fl to represent stdin. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -2/+3 |
* | A space between switch and open-paren. Don't explicitly cast the value | jmallett | 2002-05-29 | 1 | -1/+1 |
* | ANSI, __FBSDID() | jmallett | 2002-05-29 | 1 | -6/+5 |
* | Use mkstemp(3) to avoid /tmp race. | tjr | 2002-05-29 | 1 | -4/+4 |
* | Document standards conformance. | tjr | 2002-05-29 | 1 | -0/+5 |
* | style(9): Sort sections correctly, exit status info into DIAGNOSTICS section. | tjr | 2002-05-29 | 1 | -6/+6 |
* | Sync synopsis with reality: file arguments are optional. | tjr | 2002-05-29 | 2 | -2/+2 |
* | Use getopt() to reject any options and skip "--" arguments. | tjr | 2002-05-29 | 1 | -10/+15 |
* | Make our child the leader of its own process group to avoid receiving | des | 2002-05-29 | 1 | -0/+2 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -52/+3 |
* | Add a History section. comm(1) appeared in V4. | tjr | 2002-05-28 | 1 | -0/+5 |
* | No need to handle '-' explicitly in getopt() loop. | tjr | 2002-05-28 | 1 | -5/+2 |
* | Drive-by whitespace cleanup & add NAI copyright | des | 2002-05-28 | 1 | -2/+9 |
* | Drive-by whitespace cleanup. | des | 2002-05-28 | 1 | -13/+13 |
* | Write "FROM" heading above the hostname column, like NetBSD and GNU do. | tjr | 2002-05-28 | 1 | -0/+1 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 4 | -0/+191 |
* | Hook newgrp(1) up to the build. | tjr | 2002-05-28 | 1 | -0/+1 |
* | Add the newgrp(1) utility, which changes groups. This is required by | tjr | 2002-05-28 | 3 | -0/+411 |
* | The XCU issue 5 requirement of accepting the file operand intermingled | tjr | 2002-05-27 | 2 | -12/+1 |
* | style(9): use errx() where appropriate instead of fprintf() + exit(). | tjr | 2002-05-27 | 1 | -39/+24 |
* | style(9): use err() instead of perror() + exit(). | tjr | 2002-05-27 | 1 | -20/+11 |
* | Claim conformance to IEEE Std 1003.1-2001. | tjr | 2002-05-27 | 1 | -0/+6 |
* | Allow "-" to be specified as an operand as well as an option. | tjr | 2002-05-27 | 2 | -2/+10 |
* | Avoid overflowing `fname' if the file name prefix given on the command | tjr | 2002-05-27 | 1 | -1/+2 |
* | Exit non-zero if the tags file cannot be opened. | tjr | 2002-05-27 | 1 | -1/+1 |
* | From NetBSD: | tjr | 2002-05-27 | 1 | -3/+1 |
* | Initialise the `positions' array correctly before use. | tjr | 2002-05-27 | 1 | -0/+3 |
* | Add Standards, Diagnostics and History sections. | tjr | 2002-05-26 | 1 | -0/+17 |
* | If a file operand cannot be processed, go on to process any remaining files | tjr | 2002-05-26 | 1 | -3/+8 |
* | Make it work for a different endianness binary. | ru | 2002-05-25 | 2 | -47/+31 |
* | Move elf2aout to usr.sbin/. | ru | 2002-05-25 | 1 | -1/+0 |
* | Sync usage message with manual page synopsis. | tjr | 2002-05-25 | 1 | -2/+2 |