| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | David Malone | 2004-03-23 | 2 | -3/+179 |
| * | Use pread to implement pread, rather than taking a detour throug stdio. | David Malone | 2004-03-23 | 1 | -16/+2 |
| * | decode mprotect args while i'm here. | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | decode fcntl and mmap arguments. | Alfred Perlstein | 2004-03-23 | 3 | -2/+66 |
| * | Use fseeko() to properly support large files. | Tim J. Robbins | 2004-03-22 | 1 | -3/+3 |
| * | Use errc(). | Tim J. Robbins | 2004-03-22 | 1 | -4/+2 |
| * | 1. Use socklen_t instead of int | Colin Percival | 2004-03-21 | 1 | -4/+4 |
| * | Support C-style comments in profile. | Dag-Erling Smørgrav | 2004-03-21 | 1 | -3/+18 |
| * | More cleanups: | Ruslan Ermilov | 2004-03-18 | 1 | -20/+20 |
| * | NULL -> 0. | Ruslan Ermilov | 2004-03-17 | 1 | -1/+1 |
| * | Improved incorrect usage diagnostics. | Ruslan Ermilov | 2004-03-17 | 1 | -2/+6 |
| * | Trust bsd.prog.mk to set SRCS correctly. | Ruslan Ermilov | 2004-03-17 | 1 | -1/+0 |
| * | GC unnecessary include file. | Ruslan Ermilov | 2004-03-17 | 2 | -38/+0 |
| * | Approved by: mat (mentor). | Thierry Thomas | 2004-03-16 | 1 | -0/+1 |
| * | Catch up with the removal of the wt(4) driver. | Ruslan Ermilov | 2004-03-14 | 1 | -16/+0 |
| * | Add multiple inclusion guards. Mostly this is for extern.h, which was | Juli Mallett | 2004-03-14 | 3 | -1/+10 |
| * | Fixed misspellings of 0 as NULL. Fixed some nearby style bugs. | Bruce Evans | 2004-03-14 | 1 | -1/+2 |
| * | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-14 | 2 | -2/+2 |
| * | With the passing of the asc driver, the sasc prograqm is no longer | Warner Losh | 2004-03-14 | 6 | -374/+0 |
| * | Do not print a warning about net.inet.pim.stats if errno is | Dag-Erling Smørgrav | 2004-03-12 | 1 | -1/+2 |
| * | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-11 | 1 | -4/+4 |
| * | Replace <iostream.h> with <iostream> to remove annoying warning | Josef El-Rayes | 2004-03-11 | 1 | -13/+13 |
| * | Fixed a misspelling of '\0' as NULL. | Bruce Evans | 2004-03-11 | 1 | -1/+1 |
| * | Fixed misspellings of 0 as NULL. | Bruce Evans | 2004-03-11 | 1 | -3/+3 |
| * | Fixed misspellings of '\0' as NULL. | Bruce Evans | 2004-03-11 | 1 | -4/+4 |
| * | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-11 | 1 | -1/+1 |
| * | Reworked the fix to print the useful line number on error in | Ruslan Ermilov | 2004-03-10 | 3 | -89/+79 |
| * | Another April Fool signs up. | Peter Edwards | 2004-03-10 | 1 | -0/+1 |
| * | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | Ruslan Ermilov | 2004-03-09 | 1 | -0/+1 |
| * | Fix the easy warnings: | David Malone | 2004-03-09 | 6 | -40/+27 |
| * | Misc fixes brought to light by WARNS=6: | David Malone | 2004-03-09 | 1 | -14/+17 |
| * | Fixed line numbering inside the .for loops. | Ruslan Ermilov | 2004-03-09 | 1 | -1/+3 |
| * | These aren't all binary options. | Mike Heffner | 2004-03-09 | 1 | -1/+1 |
| * | Make it possible for the %[eEfgG] formats to not result in an error | Colin Percival | 2004-03-07 | 1 | -1/+1 |
| * | Fix markup. | Dag-Erling Smørgrav | 2004-03-06 | 1 | -7/+6 |
| * | Hook logins(1) up to the build. | Dag-Erling Smørgrav | 2004-03-06 | 1 | -0/+1 |
| * | Add a logins(1) utility similar to that found in SVr4 derivatives. This | Dag-Erling Smørgrav | 2004-03-06 | 3 | -0/+519 |
| * | Assign checkmode boolean earlier to handle the goto jump. | Mike Heffner | 2004-03-06 | 1 | -1/+1 |
| * | Use getopt instead of hand-rolled argument parsing. Usage remains | Wes Peters | 2004-03-05 | 1 | -72/+15 |
| * | Update URL of GCC status page to GCC 3.3 | Josef El-Rayes | 2004-03-04 | 1 | -1/+1 |
| * | Typo fix. | Marc Fonvieille | 2004-03-03 | 1 | -1/+1 |
| * | Elf_Phdr.p_type 7 is "PT_TLS". | Jake Burkholder | 2004-03-02 | 1 | -1/+1 |
| * | Add the -e (mail presence test), -H (header summary mode), and -F | Mike Heffner | 2004-02-29 | 6 | -14/+183 |
| * | Fix grammar bogon. | Jens Schweikhardt | 2004-02-29 | 1 | -1/+1 |
| * | Fixed style bugs in previous commit (.ifndef instead of .if defined(), | Bruce Evans | 2004-02-29 | 1 | -3/+2 |
| * | Update the find manual page: | Tom Rhodes | 2004-02-27 | 1 | -1/+14 |
| * | I am a moron. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -1/+1 |
| * | Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -0/+5 |
| * | Remove EXAMPLES section which duplicates text in fetch(3). | Dag-Erling Smørgrav | 2004-02-27 | 1 | -22/+0 |
| * | Cut through the bikeshed and remove login(1)'s setuid bit. It has no | Dag-Erling Smørgrav | 2004-02-27 | 1 | -3/+0 |