aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add __unused to the declaration of yyrcsid in a more portable way.Chad David2003-02-121-1/+4
* Get Fox Talbot's birth year right. How could anybody have expectedGreg Lehey2003-02-111-1/+1
* - Determine the size of buffers with sizeof() instead of usingRobert Drehmel2003-02-101-7/+7
* Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() insteadTim J. Robbins2003-02-101-10/+10
* Backout my previous commit as requested. This solution generatesChad David2003-02-081-2/+1
* Use waitpid() instead of wait() since we know the pid of the process weDag-Erling Smørgrav2003-02-081-1/+2
* I seem to have never added myself to the FreeBSD birthday calendar.Chris Costello2003-02-081-0/+1
* Add __unused to the declaration of yyrcsid.Chad David2003-02-071-1/+2
* Fix singular/plural confusion in a printf.Mike Barcroft2003-02-061-1/+2
* Pass the correct, verified username to PAM instead of getlogin().Dag-Erling Smørgrav2003-02-061-1/+1
* Do not start err(3) strings with uppercase nor dot terminate them.Philippe Charnier2003-02-052-9/+8
* Header was included twice. Hardcode program name in usage string.Philippe Charnier2003-02-051-5/+1
* Wrap long line. Use .Ar instead of .Nm where appropriate.Philippe Charnier2003-02-051-8/+9
* Remove 2 more unused doc Makefiles.Tom Rhodes2003-02-042-23/+0
* Remove another unused Makefile.Tom Rhodes2003-02-031-8/+0
* Add a man page.David E. O'Brien2003-02-032-1/+118
* Make WARNS=5 clean even on 64-bit platforms.David E. O'Brien2003-02-032-35/+36
* Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).David E. O'Brien2003-02-032-59/+59
* Try to tighten up the types a little bit to help debugging with GDB.David E. O'Brien2003-02-021-35/+36
* Add my birthday.Hideyuki KURASHINA2003-02-011-0/+1
* The newly appointed .org registrar has a pecular output format soOllivier Robert2003-01-311-1/+15
* A few changes for clarity.Tom Rhodes2003-01-271-13/+17
* Don't try to fseek before the beginning of the file; POSIX requires thatBill Fenner2003-01-271-7/+8
* Add a reference to talkd(8) as a hint that talk(1) depends on aGiorgos Keramidas2003-01-231-1/+2
* Slight cleanup of the ETA / BPS code. Avoid a division by zero.Dag-Erling Smørgrav2003-01-231-14/+12
* Document netrc support.Dag-Erling Smørgrav2003-01-221-0/+11
* Add -N option to specify a netrc file.Dag-Erling Smørgrav2003-01-221-29/+66
* kenv(1) has been repo copied from usr.bin to bin.David E. O'Brien2003-01-204-251/+0
* Sync with upstream again:Tony Finch2003-01-203-59/+148
* If we're going to build and install this on ia64, we might as wellMarcel Moolenaar2003-01-181-7/+20
* Style fixes: brackets around the argument of return, and removal ofTony Finch2003-01-171-36/+36
* Add a necessary cast, because ptrdiff_t isn't necessarily the same as int.Tony Finch2003-01-171-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-162-5/+33
* Change the handling of non-anchored global substitutions of the emptyMarcel Moolenaar2003-01-151-8/+9
* Like sh_types, dt_tags just aren't in consecutive order, so we have to moveDavid E. O'Brien2003-01-151-9/+78
* The defined sh_types's just aren't in consecutive order, so we have to moveDavid E. O'Brien2003-01-151-5/+32
* Hookup elfdump.David E. O'Brien2003-01-151-0/+1
* Add a BSDL'ed util that displays information about ELF files.David E. O'Brien2003-01-152-0/+1010
* o Typo/Grammar fixesMike Makonnen2003-01-143-10/+18
* Add my birthdayChristian Brueffer2003-01-141-0/+1
* Prevent infinite substitution of the empty string by forcing non-Marcel Moolenaar2003-01-131-0/+11
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-132-6/+6
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-122-8/+6
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-112-2/+2
* The return-path is optional in a headline, therefore don't skip aMike Heffner2003-01-091-5/+12
* Correct a few more definitions, capitalize header fields consistently.Mike Heffner2003-01-091-5/+5
* Clarify ~. escape definition, remove duplicate entry, and shorten aMike Heffner2003-01-091-4/+3
* Document the ~. and ~? command escapes.Mike Heffner2003-01-091-0/+4
* Add "ifstat" display:Poul-Henning Kamp2003-01-048-2/+785
* When we close a display, mark it as not-initialized so that we willPoul-Henning Kamp2003-01-041-0/+1