summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not repeat the name of the flag in its descriptioncharnier2002-08-271-24/+8
* Use strchr() instead of index(). Use getopt(). Use err().charnier2002-08-271-68/+41
* s/optarg/s/ (cut'n'paste braino)des2002-08-271-6/+4
* Clarify that the date 26 August 1920 was the date women got the votegrog2002-08-261-1/+4
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-259-15/+15
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-253-3/+11
* Tweak chain example to show more possibilitiesache2002-08-231-2/+2
* Fix warning when calling w(1) when logged in via xdm/kdm. This isseanc2002-08-231-4/+3
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryache2002-08-233-37/+37
* Use correct document date for the -a option.johan2002-08-221-1/+1
* Add the -a option to report all matches instead of only thejohan2002-08-223-57/+145
* Jump in.thomas2002-08-211-0/+1
* For scripts that are called in non-login environments (in particularjoerg2002-08-212-1/+52
* Add myself.obraun2002-08-211-0/+1
* Document SWIDTH*ache2002-08-201-0/+12
* Allow embedded `:' and `!' in target names.ru2002-08-201-2/+31
* When login tries to do the chmod/chflags on a read only file system,imp2002-08-191-3/+12
* Remove local prototypes for main().jmallett2002-08-1915-19/+0
* Add a unary -not operator ala -false and !, for sake of completeness.jmallett2002-08-192-0/+2
* Correctly handle empty path arguments, e.g., whereis -S -f biff.johan2002-08-181-7/+3
* Add swidth definitions and lex code to mklocalekeichii2002-08-161-0/+4
* Forgot to change branches for my src tree. MFS my birthdate.seanc2002-08-161-0/+1
* Bump document date for the 'beep only' change.johan2002-08-161-1/+1
* Bah! Use the full name for Florida.marcus2002-08-151-1/+1
* Add myself.marcus2002-08-151-0/+1
* Add myself.dg2002-08-151-0/+1
* Oops, add -false to the operators list in the manual page for find(1), as addedjmallett2002-08-151-0/+1
* Add support for -false instead of '!' cause it can be hard to use that injmallett2002-08-151-0/+1
* I was too conservative with my header changes, so restore some sanitydougb2002-08-151-2/+3
OpenPOWER on IntegriCloud