| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't create an unused obj directory. | Bruce Evans | 1998-02-20 | 1 | -1/+3 |
| * | gcc wants to see long long variables passed to %q printf formats, so | John Birrell | 1998-02-20 | 2 | -9/+9 |
| * | time() needs a pointer to a time_t, but tv_sec in a timeval is a | John Birrell | 1998-02-20 | 1 | -2/+4 |
| * | localtime() needs a pointer to time_t which is not necessarily a long. | John Birrell | 1998-02-20 | 1 | -1/+1 |
| * | Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead. | John Birrell | 1998-02-20 | 1 | -2/+2 |
| * | Add #include <string.h> to get prototypes. | John Birrell | 1998-02-20 | 1 | -1/+2 |
| * | Initialise variable that gcc lies awake at night worrying about. | John Birrell | 1998-02-20 | 1 | -2/+2 |
| * | Add #include <string.h> to get prototypes. | John Birrell | 1998-02-20 | 4 | -3/+7 |
| * | Replace incomplete malloc prototype with #include <stdlib.h> | John Birrell | 1998-02-20 | 1 | -2/+2 |
| * | Add #include <stdlib.h> to get prototype for malloc(). | John Birrell | 1998-02-20 | 1 | -0/+1 |
| * | Add #include <string.h> to get prototypes. | John Birrell | 1998-02-20 | 6 | -4/+10 |
| * | Add #include <stdlib.h> to get prototype for malloc(). Without this, | John Birrell | 1998-02-20 | 1 | -1/+2 |
| * | Add #include <string.h> to get prototypes for functions that gcc | John Birrell | 1998-02-20 | 5 | -0/+5 |
| * | Make it more convenient to query NICs other than InterNIC. Explain in the | Garrett Wollman | 1998-02-19 | 2 | -34/+81 |
| * | Missing newline when euid != ruid. | Steve Price | 1998-02-18 | 1 | -3/+3 |
| * | Add #include <string.h> to get prototype for memcpy(). | John Birrell | 1998-02-15 | 1 | -1/+2 |
| * | gcc on alpha complains about nested comments. A comment in this | John Birrell | 1998-02-15 | 1 | -1/+1 |
| * | Cleanup code so that long lines to be quoted don't get truncated. | Steve Price | 1998-02-14 | 1 | -13/+11 |
| * | Fix top sorting of idle processes. top used p_cpticks as a tie-breaker | Peter Wemm | 1998-02-14 | 1 | -3/+3 |
| * | Fix very rare but dangerous bug: | Andrey A. Chernov | 1998-02-13 | 1 | -1/+3 |
| * | Fixed a comment. The module size is (unfortunately) in K, but it is not | Bruce Evans | 1998-02-12 | 1 | -2/+2 |
| * | Update to reflect the current Jewish calendar. | Steve Price | 1998-02-08 | 1 | -12/+12 |
| * | locate(1) is no longer started by /etc/weekly. | Alexander Langer | 1998-02-07 | 1 | -5/+5 |
| * | Reset SGINT and SIGQUIT handling to default when asking for passwords. | Guido van Rooij | 1998-02-05 | 1 | -1/+5 |
| * | Convert to mdoc. Move Id to the top. | Philippe Charnier | 1998-02-04 | 1 | -82/+91 |
| * | Don't print garbage when user enters EOF at name prompt. | Paul Traina | 1998-02-03 | 1 | -3/+4 |
| * | PR: bin/5529 | Chris Timmons | 1998-02-02 | 1 | -2/+2 |
| * | Convert to mdoc format. Header -> Id. | Philippe Charnier | 1998-02-02 | 1 | -356/+394 |
| * | Search for proper executables, ignore directories | Wolfgang Helbig | 1998-02-01 | 1 | -3/+3 |
| * | ulimit does not have its own manpage as it is a shell builtin. | Steve Price | 1998-02-01 | 1 | -2/+1 |
| * | Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page to | Philippe Charnier | 1998-01-28 | 13 | -499/+337 |
| * | Add two new options: | Wolfram Schneider | 1998-01-25 | 2 | -11/+39 |
| * | Use -literal to make for a more pleasing list. | Steve Price | 1998-01-25 | 1 | -1/+1 |
| * | Add a sysmk -> /dev/null definition ready for a coming change to | John Birrell | 1998-01-25 | 2 | -0/+2 |
| * | Random data is no longer based on the time of day, rather the random | Steve Price | 1998-01-24 | 1 | -3/+4 |
| * | Printers under FreeBSD are /dev/lpt* | Mike Smith | 1998-01-22 | 1 | -2/+2 |
| * | Fix DOS keyboard handling to use standard pointer addresses instead of | Jonathan Lemon | 1998-01-21 | 1 | -11/+19 |
| * | Converted to Lite2 mount interface - don't use numeric filesystem | Bruce Evans | 1998-01-20 | 1 | -17/+13 |
| * | Converted to Lite2 mount interface - decide filesystem types by name | Bruce Evans | 1998-01-20 | 1 | -3/+3 |
| * | Merged from Lite2. This was mostly already done, mostly indirectly | Bruce Evans | 1998-01-20 | 1 | -5/+9 |
| * | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | Bruce Evans | 1998-01-20 | 1 | -1/+0 |
| * | Started getting rid of the compatibility cruft for the Lite1 mount() | Bruce Evans | 1998-01-17 | 1 | -9/+11 |
| * | Handle option -j correctly. | Wolfgang Helbig | 1998-01-15 | 1 | -3/+3 |
| * | Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__ | John Birrell | 1998-01-15 | 1 | -12/+12 |
| * | Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and | Philippe Charnier | 1998-01-14 | 12 | -60/+82 |
| * | Add rcsid, remove unused #includes, change exit(-1). | Philippe Charnier | 1998-01-14 | 1 | -4/+7 |
| * | Change MAP_FAILED to type void *. | Alexander Langer | 1998-01-13 | 1 | -3/+3 |
| * | Change message 103, trailing \n is not needed when using errx(3). | Philippe Charnier | 1998-01-12 | 4 | -8/+8 |
| * | Use Id instead of Header. Change message 103, trailing \n is not needed | Philippe Charnier | 1998-01-12 | 4 | -8/+8 |
| * | Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1). | Philippe Charnier | 1998-01-12 | 1 | -23/+19 |