| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't reuse a const char * when we really want a char *. | dwmalone | 2002-07-28 | 1 | -5/+7 |
* | Improve WARNS situation for kdump: | dwmalone | 2002-07-28 | 1 | -45/+58 |
* | Revert the previous delta; uintfptr_t needs to be available to | mike | 2002-07-28 | 1 | -0/+1 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 9 | -54/+31 |
* | The return value of snprintf should be always nonnegative, so it should | dwmalone | 2002-07-28 | 1 | -1/+1 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 2 | -39/+14 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -14/+7 |
* | ANSify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -10/+7 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -6/+3 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -4/+2 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 10 | -46/+18 |
* | ANSIify function definitions to avoid some warnings. | dwmalone | 2002-07-28 | 1 | -11/+5 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -30/+16 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -7/+4 |
* | Search the include path for the argument to -f, to make lives easier for | jmallett | 2002-07-28 | 1 | -6/+13 |
* | New release notes: devfs rule subsystem, lock(1) -v | dd | 2002-07-28 | 2 | -0/+28 |
* | Lock page queue accesses by vm_page_free(). | alc | 2002-07-28 | 1 | -0/+8 |
* | Add a -v option that prevents switching virtual terminals while this | dd | 2002-07-28 | 2 | -13/+47 |
* | Nuke whitespace at EOL. | dd | 2002-07-28 | 2 | -3/+3 |
* | Correct misindentation of DRA_UID. | dd | 2002-07-28 | 1 | -1/+1 |
* | What we're actually passing around is an ioctl request, not a command, | dd | 2002-07-28 | 1 | -3/+3 |
* | This compiles cleanly with WARNS=5 on i386 and alpha, so try to make | dd | 2002-07-28 | 1 | -1/+1 |
* | Implement this (quoted from the updated man page): If the first token | dd | 2002-07-28 | 4 | -9/+181 |
* | o Lock page queue accesses by vm_page_free(). | alc | 2002-07-28 | 1 | -2/+3 |
* | o Lock page queue accesses by vm_page_free(). | alc | 2002-07-28 | 1 | -0/+2 |
* | Use more standard section names in an attempt to unconfuse new users | dd | 2002-07-28 | 1 | -8/+5 |
* | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that | jmallett | 2002-07-28 | 2 | -4/+6 |
* | Unimplement panic(8) by making sure that we don't recurse into a | dd | 2002-07-28 | 1 | -5/+11 |
* | Print a warning when we are given two scripts for one target. This is neither | jmallett | 2002-07-28 | 1 | -0/+4 |
* | Stock -current has more than 300 files in /etc, so 255 inodes for the | dd | 2002-07-28 | 3 | -3/+3 |
* | Add a period to the end of the "starting" message to be consistent | dd | 2002-07-28 | 1 | -1/+1 |
* | Calculate checksums correctly when LSRR is in effect by passing the | fenner | 2002-07-28 | 1 | -24/+36 |
* | Update for traceroute 1.4a12 | fenner | 2002-07-28 | 1 | -3/+6 |
* | Merge 1.4a12 | fenner | 2002-07-28 | 4 | -228/+613 |
* | This commit was generated by cvs2svn to compensate for changes in r100784, | fenner | 2002-07-28 | 23 | -538/+3362 |
|\ |
|
| * | Virgin import of LBL traceroute v1.4a12 | fenner | 2002-07-28 | 26 | -713/+4017 |
* | | Add declarations for btext and etext. | jake | 2002-07-28 | 1 | -0/+3 |
* | | Clarify J.S. Bach's life: he was only born once, and he died in Leipzig. | grog | 2002-07-28 | 1 | -3/+3 |
* | | Unwind the syscall_with_err_pushed tweak that jake did some time back. | peter | 2002-07-28 | 5 | -8/+48 |
* | | uintfptr_t has moved to machine/types.h. | jake | 2002-07-27 | 1 | -1/+0 |
* | | o Require that the page queues lock is held on entry to vm_pageout_clean() | alc | 2002-07-27 | 3 | -5/+9 |
* | | Make usage match options. | dwmalone | 2002-07-27 | 1 | -1/+1 |
* | | Make bn_name a const char * to quieten some warnings. | dwmalone | 2002-07-27 | 1 | -1/+1 |
* | | Make spxnames a const char * to quieten some warnings in netstat. | dwmalone | 2002-07-27 | 1 | -1/+1 |
* | | If a socket is disconnected for some reason (like a TCP connection | dwmalone | 2002-07-27 | 2 | -0/+2 |
* | | Make test check the tv_nsec part of a struct stat when comparing | dwmalone | 2002-07-27 | 1 | -8/+10 |
* | | - Fixup whitespace after previous commit. | jhb | 2002-07-27 | 1 | -12/+10 |
* | | If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGS | jhb | 2002-07-27 | 1 | -6/+14 |
* | | Implement a direct mapped address region, like alpha and ia64. This | jake | 2002-07-27 | 6 | -42/+182 |
* | | Fix location and name of if_an_pci.c in comment. | fenner | 2002-07-27 | 1 | -1/+1 |