aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Style: move .PATH to where it belongs.Ruslan Ermilov2005-10-141-2/+2
* __MAKE_CONF doesn't really belong here because it isYaroslav Tykhiy2005-10-121-10/+1
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.Yaroslav Tykhiy2005-10-101-4/+13
* Make sure that the created fifo gets deleted if the top level make instanceScott Long2005-10-091-0/+2
* Finish off style(9) fixes which I started two revisions ago. This basicallyChristian S.J. Peron2005-10-091-20/+24
* Catch up with increasing the resolution suitable for high-res kernelBruce Evans2005-10-071-3/+13
* Do not ignore ENOENTChristian S.J. Peron2005-10-071-88/+68
* Improve printing of self times in the flat profile for functions thatBruce Evans2005-10-071-1/+5
* Sync usage screen with manpage.Yaroslav Tykhiy2005-10-071-7/+6
* Document the -d flag to mail(1) better, which comes handy whenYaroslav Tykhiy2005-10-071-6/+15
* Adding myself to calendar.freebsdEmanuel Haupt2005-10-061-0/+1
* Un-break handling of -t 0 which was broken in my previous commit.Christian S.J. Peron2005-10-051-5/+6
* Fix long standing race condition associated with how lockf uses open(2)Christian S.J. Peron2005-10-051-30/+8
* A minor overhaul: added comments, split cmds in 2, changed synopsis.Gary W. Swearingen2005-09-301-105/+133
* Oops, revert last commit (the manpage is still built in objdir).Ruslan Ermilov2005-09-281-1/+0
* Add NO_OBJ.Ruslan Ermilov2005-09-281-0/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-274-51/+2
* - Print space character in show_stat(). Remove a lot of priuntf(" ").Gleb Smirnoff2005-09-271-37/+29
* Remove redundant `\&' escapes.Ruslan Ermilov2005-09-271-28/+28
* Fixup previous commit.Ruslan Ermilov2005-09-271-3/+2
* Please ship the pointy hat to its home position.Poul-Henning Kamp2005-09-261-2/+0
* Update coordinates for "mph" hash generator now that it lives in ports.Poul-Henning Kamp2005-09-261-1/+1
* Add a .sinclude directive which does the exact same as .include, exceptPoul-Henning Kamp2005-09-264-20/+45
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingTim Kientzle2005-09-241-12/+12
* Detect Mac OS X's broken ACL library.Tim Kientzle2005-09-242-1/+8
* The function inplace_edit() doesn't exist anymore, remove the prototype.Stefan Farfeleder2005-09-241-1/+0
* Add myself to FreeBSD calendarMarcus Alves Grando2005-09-231-0/+1
* Fix vgrind(1) indexing I broke in previous revision.Ruslan Ermilov2005-09-231-0/+2
* Frank Lloyd Wright birth year is 1867, not 1869.Kirill Ponomarev2005-09-231-1/+1
* Fix typo, FRG and GDR became UNO members in 1973, not in 1993.Kirill Ponomarev2005-09-231-1/+1
* Style fix: Correct a compiler warning from GCC 4Tim Kientzle2005-09-211-0/+1
* Setting .nofinger will not hide you from root.Diomidis Spinellis2005-09-194-1/+6
* Connect smbfs build on powerpc.R. Imura2005-09-191-0/+4
* Use is '-' to imply that the flag is not set, rather than '.'.Christian S.J. Peron2005-09-151-1/+1
* Print a warning if we fail to retrieve the process name for any reason.Christian S.J. Peron2005-09-131-1/+3
* If there are'nt any bpf descriptors to process than dont bother attempting toChristian S.J. Peron2005-09-131-0/+2
* Free the bpf descriptor array after we are done with it. This probably isntChristian S.J. Peron2005-09-071-0/+1
* Update usage to reflect the new option.Christian S.J. Peron2005-09-071-1/+2
* Several changes: Added a BUGS section with several bugs. AndGary W. Swearingen2005-09-071-26/+94
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-075-3/+144
* Mention that uuidgen(1) generates DCE version 1 UUIDs onlyRalf S. Engelschall2005-09-071-2/+3
* Fix the type of the variable 'debug'. It is used as a bitmap, so theHartmut Brandt2005-09-071-1/+1
* In version 1.8 I botched findval()'s type, fix.Stefan Farfeleder2005-09-021-1/+1
* Use socklen_t variables when passing sizes to getsockname() andStefan Farfeleder2005-09-021-4/+4
* The appropriate argument is -K -1, not -k -1.Stefan Farfeleder2005-09-021-2/+2
* Fix a syntax error in the generated code when invoked with -P. Note thatStefan Farfeleder2005-09-021-1/+0
* - Do not allocate memory to entries in /var/rwho which have been down forSuleiman Souhlal2005-09-021-3/+3
* Stop generating the `register' keyword.Stefan Farfeleder2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.Stefan Farfeleder2005-09-029-402/+125
* Only write the dispatch table function prototypes to the header if the -hStefan Farfeleder2005-09-013-25/+24