summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Do not override the `install' target.ru2002-04-291-1/+1
* Add a French calendar.dwmalone2002-04-284-3/+19
* Minor nit; return(foo) from main rather than exit(foo).markm2002-04-281-1/+1
* Very minor whitespace nit.markm2002-04-281-1/+0
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Reorder for style.markm2002-04-281-3/+3
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Fix VCS tags; ANSIfy functionsmarkm2002-04-281-14/+8
* Add some function prototypes to squash warnings.markm2002-04-281-0/+6
* Easy warns fixes; sort out some types and me them a bit more consistent;markm2002-04-281-8/+9
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).markm2002-04-283-18/+13
* Warns; ANSIfy, constify and move declarations into a common header.markm2002-04-283-39/+68
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Fix a const-char vs char issue.markm2002-04-281-1/+3
* Very minor whitespace nit.markm2002-04-281-0/+1
* Declarations cleanup; make sure externs are in a common header.markm2002-04-283-9/+72
* warns fixes; ANSIfy, deregister, constify.markm2002-04-281-29/+16
* Easy warns fixes; constify.markm2002-04-281-3/+3
* Style; line up columns, space things out more consistently.markm2002-04-281-6/+7
* Style fixes; whitespace and header order.markm2002-04-281-16/+30
* Fix VCS inclusion and tidy up #includes.markm2002-04-281-4/+8
* Cast to kill warnings. De-register.markm2002-04-281-3/+3
* fix warnings; change variable/argument names that mask global names.markm2002-04-281-4/+4
* Remove GCC-specific flags and commented out cruft.markm2002-04-281-3/+0
* Some easy const fixes.markm2002-04-281-3/+3
* ANSIfy, VCS inclusions and some very minor style.markm2002-04-283-55/+36
* Minor reorder for style.markm2002-04-281-1/+1
* Fix some easy warnings; ANSIfy, constify.markm2002-04-281-55/+48
* ANSIfy functions, and move extern declarations into a shared headermarkm2002-04-285-42/+87
* Fix VCS inclusions.markm2002-04-283-6/+9
* More low hanging warnings fruit; ANSIfy, de-register, constify.markm2002-04-281-19/+17
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,markm2002-04-281-88/+59
* Easy warns fixes; use const, mark unused function parameters. Removemarkm2002-04-281-14/+13
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Trivial warnings fixes; staticise and use unsigned.markm2002-04-281-13/+16
* Use __FBSDID, ANSIfy functions, fix const string.markm2002-04-281-44/+37
* Use __FBSDID(), ANSIfy headings, use const/unsigned in minor butmarkm2002-04-281-24/+16
* Style only; format function declarations, sort header includes, andmarkm2002-04-281-20/+26
* Backout copyright notice I broke by my previous commit.ume2002-04-261-1/+1
* Some minor nits exposed by the Open Group's VSC Lite verification suite:tjr2002-04-251-18/+25
* Handle numbers larger than QUAD_MAX for unsigned conversions correctly.tjr2002-04-251-50/+96
* Back out the NO_RCMNDS knob.obrien2002-04-231-5/+2
* Restore some of the original variable names, but fix the warnings theirobrien2002-04-231-21/+19
* Add the -t option, which allows tab stop positions to be specified similarlytjr2002-04-232-52/+132
* - printf shouldn't bail out if a conversion fails, it should just keepjmallett2002-04-232-42/+93
* Add myselfanholt2002-04-221-0/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-2214-27/+26
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)des2002-04-221-0/+2
* Add a Makefile for this.jake2002-04-221-0/+6
* Use fseeko and uintptr_t to make sure that we get a sensible offsetdwmalone2002-04-211-2/+2
OpenPOWER on IntegriCloud