aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Another April Fool signs up.Peter Edwards2004-03-101-0/+1
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getRuslan Ermilov2004-03-091-0/+1
* Fix the easy warnings:David Malone2004-03-096-40/+27
* Misc fixes brought to light by WARNS=6:David Malone2004-03-091-14/+17
* Fixed line numbering inside the .for loops.Ruslan Ermilov2004-03-091-1/+3
* These aren't all binary options.Mike Heffner2004-03-091-1/+1
* Make it possible for the %[eEfgG] formats to not result in an errorColin Percival2004-03-071-1/+1
* Fix markup.Dag-Erling Smørgrav2004-03-061-7/+6
* Hook logins(1) up to the build.Dag-Erling Smørgrav2004-03-061-0/+1
* Add a logins(1) utility similar to that found in SVr4 derivatives. ThisDag-Erling Smørgrav2004-03-063-0/+519
* Assign checkmode boolean earlier to handle the goto jump.Mike Heffner2004-03-061-1/+1
* Use getopt instead of hand-rolled argument parsing. Usage remainsWes Peters2004-03-051-72/+15
* Update URL of GCC status page to GCC 3.3Josef El-Rayes2004-03-041-1/+1
* Typo fix.Marc Fonvieille2004-03-031-1/+1
* Elf_Phdr.p_type 7 is "PT_TLS".Jake Burkholder2004-03-021-1/+1
* Add the -e (mail presence test), -H (header summary mode), and -FMike Heffner2004-02-296-14/+183
* Fix grammar bogon.Jens Schweikhardt2004-02-291-1/+1
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),Bruce Evans2004-02-291-3/+2
* Update the find manual page:Tom Rhodes2004-02-271-1/+14
* I am a moron.Dag-Erling Smørgrav2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.Dag-Erling Smørgrav2004-02-271-0/+5
* Remove EXAMPLES section which duplicates text in fetch(3).Dag-Erling Smørgrav2004-02-271-22/+0
* Cut through the bikeshed and remove login(1)'s setuid bit. It has noDag-Erling Smørgrav2004-02-271-3/+0
* Use the -H option instead of the deprecated -follow predicate.Dag-Erling Smørgrav2004-02-251-1/+1
* Demangled vendor ids. Fixed misplaced FreeBSD id.Bruce Evans2004-02-251-6/+9
* Backed out rev.1.6. A bogus include was added to work around breakage ofBruce Evans2004-02-251-2/+0
* Send birthday presents to Wadham College, Oxford. :)Colin Percival2004-02-241-0/+1
* Add my birthday.Markus Brueffer2004-02-231-0/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Typo.Dag-Erling Smørgrav2004-02-231-1/+1
* Use %zu for size_t, like God intended.Dag-Erling Smørgrav2004-02-181-1/+1
* Fix printf() format bug in previous commit (size_t != int).Dag-Erling Smørgrav2004-02-181-17/+19
* Revamp the statistics code, and switch to a much more compact displayDag-Erling Smørgrav2004-02-181-48/+56
* Fix some WARNS:David Malone2004-02-153-8/+7
* Remove an unused variable.David Malone2004-02-151-1/+0
* Fix a few WARNS:David Malone2004-02-151-6/+6
* Include timeconv.h for _int_to_time and _time_to_int.David Malone2004-02-151-0/+1
* Attempt #2 to fix script(1) if the standard input is closed: If weColin Percival2004-02-151-1/+3
* Only indent once for continuation lines when not lining up withBruce Evans2004-02-122-3/+5
* Add some presidential birthdays.Wes Peters2004-02-101-8/+23
* Add my birthday (for those interested)Max Laier2004-02-101-0/+1
* Added an option -ldi<N> to control indentation of local variable names.Bruce Evans2004-02-094-4/+27
* Only use tabs to indent variable names if the declaration indent isBruce Evans2004-02-091-8/+8
* Backed out a part of previous commit that wasn;t mentioned in the logBruce Evans2004-02-091-2/+1
* Fixed tab lossage in indented variable names. The -diN option wasBruce Evans2004-02-091-6/+22
* Fixed misformatting of "struct foo *bar" in function parameter lists. ItBruce Evans2004-02-091-8/+11
* Expanded the size of the keyword table from 100 to 1000 entries so thatBruce Evans2004-02-091-1/+3
* Backed out rev.1.4 and 1.7 so they they can be implemented and committedBruce Evans2004-02-091-18/+5
* - Demangle usage().Ruslan Ermilov2004-02-071-10/+9
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-0511-22/+23