aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Backed out revs 1.32-1.33. The problem has been fixed better byBruce Evans2002-09-161-2/+0
* Update for version 3.39.David E. O'Brien2002-09-162-2/+46
* Update for 3.39.David E. O'Brien2002-09-161-0/+1
* Userland changes to go with vnode->v_tag change.Nate Lawson2002-09-141-23/+18
* Promote gcore from i386-specific to the MI section.Peter Wemm2002-09-131-1/+1
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-137-577/+68
* Some uses of the variable n needed to be int, others needed to beMike Barcroft2002-09-111-8/+8
* Unbreak world by fixing 4 syntax errors and 1 wrong variable type.Mike Barcroft2002-09-111-5/+5
* Fix style bugs in macros.Tony Finch2002-09-101-9/+6
* Tidy up the base64 code and relax the error handling.Tony Finch2002-09-101-18/+28
* Style: Don't treat pointers as booleans.Tony Finch2002-09-101-2/+2
* Fix tilde-expansion of the filename obtained from the "begin" line in -sTony Finch2002-09-101-95/+84
* Replace a goto with continue.Tony Finch2002-09-101-2/+1
* Remove register keyword.Tony Finch2002-09-101-2/+2
* Style: space after return.Tony Finch2002-09-101-15/+15
* Make the handling of -i neater.Tony Finch2002-09-101-14/+10
* Only try to chmod the output if it's a regular file, rather thanTony Finch2002-09-101-4/+4
* Prevent the wrapper from looping on itself forever, when thereThomas Quinot2002-09-102-1/+11
* Add the 1109 incident.Greg Lehey2002-09-101-1/+2
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+4
* Catch up with the ISO-C++ standard.David E. O'Brien2002-09-091-1/+2
* Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix theMaxim Sobolev2002-09-071-0/+1
* Add #include <netinet/ip.h> in attempt to fix the world.Maxim Sobolev2002-09-071-0/+1
* Make it clear that the ":C" variable modifier expects an extendedArchie Cobbs2002-09-061-2/+2
* Warns cleanups for netstat:David Malone2002-09-0515-195/+194
* Include stdint.h to make this compile.Ian Dowse2002-09-051-0/+1
* ANSIify function definitions.David Malone2002-09-0474-747/+421
* Avoid a signedness warning by casting chain_index to a size_t.David Malone2002-09-041-1/+1
* No need to declare optind as an external int.David Malone2002-09-041-1/+0
* Die on -D=foo, when parsing options - we can't let someone define (nil).Juli Mallett2002-09-041-0/+2
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pageTony Finch2002-09-032-1/+3
* Suggest -p instead of -o /dev/stdout.Tony Finch2002-09-031-1/+1
* Remove spurious whitespaceTony Finch2002-09-031-8/+6
* If the CC environment variable contains multiple words then splitIan Dowse2002-09-011-3/+7
* Deal with bootstrapping from an old -current (almost exactly a year old)Peter Wemm2002-08-311-0/+3
* Switch to new format which allows unlimited numbers of chains andAndrey A. Chernov2002-08-311-16/+43
* Add dates of foundation for Malaya, Malaysia and Singapore.Greg Lehey2002-08-301-0/+3
* Prepare for switching to unlimited chains formatAndrey A. Chernov2002-08-301-15/+31
* Add date of foundation of Federal Republic of Germany.Greg Lehey2002-08-291-1/+1
* - Clarify events which happened in the USA.Greg Lehey2002-08-281-25/+24
* Do not repeat the name of the flag in its descriptionPhilippe Charnier2002-08-271-24/+8
* Use strchr() instead of index(). Use getopt(). Use err().Philippe Charnier2002-08-271-68/+41
* s/optarg/s/ (cut'n'paste braino)Dag-Erling Smørgrav2002-08-271-6/+4
* Clarify that the date 26 August 1920 was the date women got the voteGreg Lehey2002-08-261-1/+4
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-259-15/+15
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andJuli Mallett2002-08-253-3/+11
* Tweak chain example to show more possibilitiesAndrey A. Chernov2002-08-231-2/+2
* Fix warning when calling w(1) when logged in via xdm/kdm. This isSean Chittenden2002-08-231-4/+3
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryAndrey A. Chernov2002-08-233-37/+37