summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the handling of -i neater.fanf2002-09-101-14/+10
* Only try to chmod the output if it's a regular file, rather thanfanf2002-09-101-4/+4
* Prevent the wrapper from looping on itself forever, when therethomas2002-09-102-1/+11
* Add the 1109 incident.grog2002-09-101-1/+2
* Check for FD_SET overrun.nectar2002-09-091-0/+4
* Catch up with the ISO-C++ standard.obrien2002-09-091-1/+2
* Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix thesobomax2002-09-071-0/+1
* Add #include <netinet/ip.h> in attempt to fix the world.sobomax2002-09-071-0/+1
* Make it clear that the ":C" variable modifier expects an extendedarchie2002-09-061-2/+2
* Warns cleanups for netstat:dwmalone2002-09-0515-195/+194
* Include stdint.h to make this compile.iedowse2002-09-051-0/+1
* ANSIify function definitions.dwmalone2002-09-0474-747/+421
* Avoid a signedness warning by casting chain_index to a size_t.dwmalone2002-09-041-1/+1
* No need to declare optind as an external int.dwmalone2002-09-041-1/+0
* Die on -D=foo, when parsing options - we can't let someone define (nil).jmallett2002-09-041-0/+2
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pagefanf2002-09-032-1/+3
* Suggest -p instead of -o /dev/stdout.fanf2002-09-031-1/+1
* Remove spurious whitespacefanf2002-09-031-8/+6
* If the CC environment variable contains multiple words then splitiedowse2002-09-011-3/+7
* Deal with bootstrapping from an old -current (almost exactly a year old)peter2002-08-311-0/+3
* Switch to new format which allows unlimited numbers of chains andache2002-08-311-16/+43
* Add dates of foundation for Malaya, Malaysia and Singapore.grog2002-08-301-0/+3
* Prepare for switching to unlimited chains formatache2002-08-301-15/+31
* Add date of foundation of Federal Republic of Germany.grog2002-08-291-1/+1
* - Clarify events which happened in the USA.grog2002-08-281-25/+24
OpenPOWER on IntegriCloud