aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* I can't believe that we had the Queen's birthday but not the King's...John-Mark Gurney2004-04-041-0/+1
* Give find(1) the option -acl to locate files with extendedBosko Milekic2004-04-033-0/+54
* From the list of calendars, remove some duplicate entries which were addedColin Percival2004-03-301-9/+3
* Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),Garance A Drosehn2004-03-301-1/+5
* Add a cross-reference to pkill(1), now that pkill is hooked up to the build.Garance A Drosehn2004-03-271-0/+1
* bde also tells me that he is confident that P_SYSTEM will not workGarance A Drosehn2004-03-271-8/+1
* Hook `pkill' (and thus `pgrep') to the standard buildworld.Garance A Drosehn2004-03-271-0/+1
* Some style(9)-ish improvements, courtesy of bde.Garance A Drosehn2004-03-271-6/+6
* Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3)Garance A Drosehn2004-03-261-3/+3
* Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-systemGarance A Drosehn2004-03-261-9/+1
* Switch to checking P_KTHREAD instead of P_SYSTEM when deciding whatGarance A Drosehn2004-03-261-3/+10
* Properly document the -M and -N options.Ruslan Ermilov2004-03-262-9/+19
* Correct the description of the -N option.Ruslan Ermilov2004-03-261-2/+2
* Avoid the manpage layering violation and low-level implementationRuslan Ermilov2004-03-261-3/+2
* Correct the description of options -N and -M to match reality.Ruslan Ermilov2004-03-261-4/+4
* Apply style.Makefile(5).Ruslan Ermilov2004-03-261-6/+4
* Send those -Debug messages to stderr, not stdout...Garance A Drosehn2004-03-261-2/+2
* Add a debugging option, as I don't understand something that I'm seeing.Garance A Drosehn2004-03-261-2/+18
* Remove a redundant check against mypid (the check is done later, inGarance A Drosehn2004-03-261-1/+1
* Add a cast to get this to compile with WARNS=5 on sparc64. This isGarance A Drosehn2004-03-262-2/+3
* Fixes so this will compile with WARNS=5 on i386.Garance A Drosehn2004-03-261-19/+22
* Fix two cosmetic style(9) issues.Garance A Drosehn2004-03-251-2/+2
* Add a comment for when these utilities were added to FreeBSD, and addGarance A Drosehn2004-03-251-0/+3
* Add `-M' and `-N' options to `pkill' and `pgrep', similar toGarance A Drosehn2004-03-252-6/+35
* Use the correct type for some casts, thus avoiding a few warning messagesGarance A Drosehn2004-03-251-4/+4
* Change some routine and variable names to match the FreeBSD system.Garance A Drosehn2004-03-252-35/+55
* Add the `pkill' and `pgrep' commands from NetBSD. This is the sourceGarance A Drosehn2004-03-253-0/+752
* Respect decimal flag when dumping USER type records.Poul-Henning Kamp2004-03-251-1/+4
* Sort SRCS in Makefile and document -g option additions.Bruce M Simpson2004-03-252-2/+3
* Output style: Get rid of an unnecessary newline.Bruce M Simpson2004-03-251-1/+0
* Teach netstat(1) how to print the multicast group memberships presentBruce M Simpson2004-03-254-2/+154
* Add -u option to ipcs(1) and document it in ipcs.1Bosko Milekic2004-03-242-3/+39
* Remove doscmd from the base system now that it lives in the ports tree.Dag-Erling Smørgrav2004-03-2370-25635/+0
* Add support for decoding Timespec, Timeval, Itimerval, Pollfd,David Malone2004-03-232-3/+179
* Use pread to implement pread, rather than taking a detour throug stdio.David Malone2004-03-231-16/+2
* decode mprotect args while i'm here.Alfred Perlstein2004-03-231-0/+2
* decode fcntl and mmap arguments.Alfred Perlstein2004-03-233-2/+66
* Use fseeko() to properly support large files.Tim J. Robbins2004-03-221-3/+3
* Use errc().Tim J. Robbins2004-03-221-4/+2
* 1. Use socklen_t instead of intColin Percival2004-03-211-4/+4
* Support C-style comments in profile.Dag-Erling Smørgrav2004-03-211-3/+18
* More cleanups:Ruslan Ermilov2004-03-181-20/+20
* NULL -> 0.Ruslan Ermilov2004-03-171-1/+1
* Improved incorrect usage diagnostics.Ruslan Ermilov2004-03-171-2/+6
* Trust bsd.prog.mk to set SRCS correctly.Ruslan Ermilov2004-03-171-1/+0
* GC unnecessary include file.Ruslan Ermilov2004-03-172-38/+0
* Approved by: mat (mentor).Thierry Thomas2004-03-161-0/+1
* Catch up with the removal of the wt(4) driver.Ruslan Ermilov2004-03-141-16/+0
* Add multiple inclusion guards. Mostly this is for extern.h, which wasJuli Mallett2004-03-143-1/+10
* Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.Bruce Evans2004-03-141-1/+2