aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-142-2/+2
* With the passing of the asc driver, the sasc prograqm is no longerWarner Losh2004-03-146-374/+0
* Do not print a warning about net.inet.pim.stats if errno isDag-Erling Smørgrav2004-03-121-1/+2
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-4/+4
* Replace <iostream.h> with <iostream> to remove annoying warningJosef El-Rayes2004-03-111-13/+13
* Fixed a misspelling of '\0' as NULL.Bruce Evans2004-03-111-1/+1
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-3/+3
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-111-4/+4
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-1/+1
* Reworked the fix to print the useful line number on error inRuslan Ermilov2004-03-103-89/+79
* Another April Fool signs up.Peter Edwards2004-03-101-0/+1
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getRuslan Ermilov2004-03-091-0/+1
* Fix the easy warnings:David Malone2004-03-096-40/+27
* Misc fixes brought to light by WARNS=6:David Malone2004-03-091-14/+17
* Fixed line numbering inside the .for loops.Ruslan Ermilov2004-03-091-1/+3
* These aren't all binary options.Mike Heffner2004-03-091-1/+1
* Make it possible for the %[eEfgG] formats to not result in an errorColin Percival2004-03-071-1/+1
* Fix markup.Dag-Erling Smørgrav2004-03-061-7/+6
* Hook logins(1) up to the build.Dag-Erling Smørgrav2004-03-061-0/+1
* Add a logins(1) utility similar to that found in SVr4 derivatives. ThisDag-Erling Smørgrav2004-03-063-0/+519
* Assign checkmode boolean earlier to handle the goto jump.Mike Heffner2004-03-061-1/+1
* Use getopt instead of hand-rolled argument parsing. Usage remainsWes Peters2004-03-051-72/+15
* Update URL of GCC status page to GCC 3.3Josef El-Rayes2004-03-041-1/+1
* Typo fix.Marc Fonvieille2004-03-031-1/+1
* Elf_Phdr.p_type 7 is "PT_TLS".Jake Burkholder2004-03-021-1/+1
* Add the -e (mail presence test), -H (header summary mode), and -FMike Heffner2004-02-296-14/+183
* Fix grammar bogon.Jens Schweikhardt2004-02-291-1/+1
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),Bruce Evans2004-02-291-3/+2
* Update the find manual page:Tom Rhodes2004-02-271-1/+14
* I am a moron.Dag-Erling Smørgrav2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.Dag-Erling Smørgrav2004-02-271-0/+5
* Remove EXAMPLES section which duplicates text in fetch(3).Dag-Erling Smørgrav2004-02-271-22/+0
* Cut through the bikeshed and remove login(1)'s setuid bit. It has noDag-Erling Smørgrav2004-02-271-3/+0