summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious three-space indentation in a four-space indentation file.jmallett2002-09-291-2/+2
* Fix ability to use csh(1) as the make(1) shell.jmallett2002-09-291-1/+3
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesjmallett2002-09-287-69/+69
* Fix merge error in previous commit.jmallett2002-09-281-1/+1
* Add empty default cases where they should be, remove non-local execution stuffjmallett2002-09-289-14/+36
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-2/+2
* Document the parsing bug.ru2002-09-271-1/+13
* Remove a semicolon that appears to be a lie.jmallett2002-09-261-1/+1
* When formatting the time for a target, use %H instead of %k, which is mostlyjmallett2002-09-261-1/+1
* Don't declare things as extern when they will be static.jmallett2002-09-261-1/+6
* Unifdef(1) the crypto telnet sources.markm2002-09-256-8/+8
* The spec says that unifdefall removes all #ifs, and this now requiresfanf2002-09-241-2/+2
* The readability is improved by reducing the use of the passive voice.fanf2002-09-241-10/+10
* It is probably a bad idea to unconditionally process directives withfanf2002-09-242-10/+41
* Make it work with POSIX sort (POS arg).ache2002-09-241-1/+3
* Make it work with POSIX sort (POS arg)ache2002-09-241-2/+2
* Use some macro evil to create the functions for using sysctl(3) to get eachjmallett2002-09-231-83/+38
* Check to see if we should print a space, rather than using the annoyingjmallett2002-09-231-12/+12
* - Add the -i option to read in a saved ktr file output by KTR_ALQ.jeff2002-09-221-13/+41
* Update equinoxes and solstices.grog2002-09-221-2/+2
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Initialize a variable in order to fix when faced with picky compilers.eric2002-09-201-0/+2
* Update for FILE v3.39.ru2002-09-192-17/+21
* Bootstrapping aid for systems without <stdint.h>.ru2002-09-191-0/+4
* Completely revamp the way getconf(1) works, for better adherence to thewollman2002-09-1910-189/+457
* Update the usage string in the limits(1) manpage to include -b forgreen2002-09-182-5/+6
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-1814-141/+163
* ARIN has annoyingly started using caps when referencingmike2002-09-181-1/+3
* Mostly rewrite the flag handling of uname(1) to be overridable, such as:jmallett2002-09-182-70/+171
* Make obrien happy. Add a bad awk script which emulates as much ofwollman2002-09-181-0/+57
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-1713-431/+172
* #define<space> -> #define<tab>jmallett2002-09-1719-155/+155
* Print debugging from DEBUG(VAR) level to stderr. About to macroise this.jmallett2002-09-171-6/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-177-156/+18
* Backed out revs 1.32-1.33. The problem has been fixed better bybde2002-09-161-2/+0
* Update for version 3.39.obrien2002-09-162-2/+46
* Update for 3.39.obrien2002-09-161-0/+1
* Userland changes to go with vnode->v_tag change.njl2002-09-141-23/+18
* Promote gcore from i386-specific to the MI section.peter2002-09-131-1/+1
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therepeter2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownpeter2002-09-137-577/+68
* Some uses of the variable n needed to be int, others needed to bemike2002-09-111-8/+8
* Unbreak world by fixing 4 syntax errors and 1 wrong variable type.mike2002-09-111-5/+5
* Fix style bugs in macros.fanf2002-09-101-9/+6
* Tidy up the base64 code and relax the error handling.fanf2002-09-101-18/+28
* Style: Don't treat pointers as booleans.fanf2002-09-101-2/+2
* Fix tilde-expansion of the filename obtained from the "begin" line in -sfanf2002-09-101-95/+84
* Replace a goto with continue.fanf2002-09-101-2/+1
* Remove register keyword.fanf2002-09-101-2/+2
* Style: space after return.fanf2002-09-101-15/+15
OpenPOWER on IntegriCloud