summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: lint.ru2002-05-301-10/+8
* mdoc(7) police: removed unnecessary .Ns.ru2002-05-302-2/+2
* mdoc(7) police: removed unnecessary .Ns's.ru2002-05-301-3/+3
* Move exit status info into Diagnostics section.tjr2002-05-301-4/+2
* Accept an input file name of "-" to mean standard input, as required bytjr2002-05-302-16/+20
* Fields should be separated by <blank>s, not <space>s according to P1003.2.tjr2002-05-291-1/+1
* Don't bother trying to handle "-" arguments ourselves, getopt(3) alreadytjr2002-05-291-5/+2
* mdoc(7) police: lint.ru2002-05-291-1/+1
* mdoc(7) police: punctuation.ru2002-05-291-1/+1
* mdoc(7) police: tidy up the markup.ru2002-05-291-51/+70
* mdoc(7) police: markup nits.ru2002-05-291-1/+1
* mdoc(7) police: use .Fl to represent stdin.ru2002-05-291-1/+1
* mdoc(7) police: lint.ru2002-05-291-1/+1
* mdoc(7) police: lint.ru2002-05-291-2/+3
* A space between switch and open-paren. Don't explicitly cast the valuejmallett2002-05-291-1/+1
* ANSI, __FBSDID()jmallett2002-05-291-6/+5
* Use mkstemp(3) to avoid /tmp race.tjr2002-05-291-4/+4
* Document standards conformance.tjr2002-05-291-0/+5
* style(9): Sort sections correctly, exit status info into DIAGNOSTICS section.tjr2002-05-291-6/+6
* Sync synopsis with reality: file arguments are optional.tjr2002-05-292-2/+2
* Use getopt() to reject any options and skip "--" arguments.tjr2002-05-291-10/+15
* Make our child the leader of its own process group to avoid receivingdes2002-05-291-0/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-52/+3
* Add a History section. comm(1) appeared in V4.tjr2002-05-281-0/+5
* No need to handle '-' explicitly in getopt() loop.tjr2002-05-281-5/+2
* Drive-by whitespace cleanup & add NAI copyrightdes2002-05-281-2/+9
* Drive-by whitespace cleanup.des2002-05-281-13/+13
* Write "FROM" heading above the hostname column, like NetBSD and GNU do.tjr2002-05-281-0/+1
* Add uuidgen(2) and uuidgen(1).marcel2002-05-284-0/+191
* Hook newgrp(1) up to the build.tjr2002-05-281-0/+1
* Add the newgrp(1) utility, which changes groups. This is required bytjr2002-05-283-0/+411
* The XCU issue 5 requirement of accepting the file operand intermingledtjr2002-05-272-12/+1
* style(9): use errx() where appropriate instead of fprintf() + exit().tjr2002-05-271-39/+24
* style(9): use err() instead of perror() + exit().tjr2002-05-271-20/+11
* Claim conformance to IEEE Std 1003.1-2001.tjr2002-05-271-0/+6
* Allow "-" to be specified as an operand as well as an option.tjr2002-05-272-2/+10
* Avoid overflowing `fname' if the file name prefix given on the commandtjr2002-05-271-1/+2
* Exit non-zero if the tags file cannot be opened.tjr2002-05-271-1/+1
* From NetBSD:tjr2002-05-271-3/+1
* Initialise the `positions' array correctly before use.tjr2002-05-271-0/+3
* Add Standards, Diagnostics and History sections.tjr2002-05-261-0/+17
* If a file operand cannot be processed, go on to process any remaining filestjr2002-05-261-3/+8
* Make it work for a different endianness binary.ru2002-05-252-47/+31
* Move elf2aout to usr.sbin/.ru2002-05-251-1/+0
* Sync usage message with manual page synopsis.tjr2002-05-251-2/+2
* Bad numeric arguments or usernames should cause non-zero exit status.tjr2002-05-251-3/+8
* Determine exit status to use before writing diagnostic message; warn()tjr2002-05-251-6/+1
* Typo: use plural now that we have more than one option.tjr2002-05-251-1/+1
* If a file cannot be processed, try to process any remaining filestjr2002-05-251-3/+5
* Add the word ``fields'' to the description, and change an instance fromtrhodes2002-05-241-2/+2
OpenPOWER on IntegriCloud