| Age | Commit message (Expand) | Author |
| 2003-05-23 | Declare global register. | petrov |
| 2003-05-23 | New sentence, new line; bump date for last. | wiz |
| 2003-05-23 | PR/10917: John Hawkinson: Document $MAKE and say which one we want to be using. | christos |
| 2003-05-23 | Add ksyms. | thorpej |
| 2003-05-23 | scdebug_call() takes an LWP and not a proc as it's first argument. | simonb |
| 2003-05-23 | delete definition (DEBUG) | ichiro |
| 2003-05-23 | don't call if_free_sadl() until very end of if_detach() logic. many of | itojun |
| 2003-05-23 | hide debug messages(mapping) | ichiro |
| 2003-05-23 | delete unused definition | ichiro |
| 2003-05-23 | remove definition of debug | ichiro |
| 2003-05-23 | ffb added. | petrov |
| 2003-05-23 | Port of OpenBSD ffb driver written by Jason L. Wright. | petrov |
| 2003-05-23 | Match END label with LEAF label. | simonb |
| 2003-05-23 | Need aprint_naive() with aprint_normal() change. Thanks, Jason. | briggs |
| 2003-05-23 | printf -> aprint_normal | briggs |
| 2003-05-23 | Sprinkle a few aprint_normal()s in place of printf(). | briggs |
| 2003-05-23 | use %PRIx64 instead of %x to print bp->b_lblkno and bp->b_blkno | dbj |
| 2003-05-23 | support IXP425 Intel Network Processor | ichiro |
| 2003-05-23 | Back-port a patch from GCC mainline: | thorpej |
| 2003-05-22 | + In ioframebuffer driver: | manu |
| 2003-05-22 | Somehow overlooked in earlier commits: prototype db_kgdb_cmd(). | briggs |
| 2003-05-22 | Remove old pmap support. | thorpej |
| 2003-05-22 | PR/19781: Thomas Klausner: make error message not helpful on unclosed ${var:foo | christos |
| 2003-05-22 | Added io_connect_add_client | manu |
| 2003-05-22 | Uppercase PICA. | tsutsui |
| 2003-05-22 | Remove MI ncr53c9x SCSI from TODO list. | tsutsui |
| 2003-05-22 | Make i an int to please lint and remove a cast. | wiz |
| 2003-05-22 | interlock for NFLUSHINPROG/NFLUSHWANT. | yamt |
| 2003-05-22 | protect from signals properly. | yamt |
| 2003-05-22 | rename a global variable, 'entry', to 'g_entry'. | yamt |
| 2003-05-22 | * make use of NetBSD ACPI APIs (acpi_eval_{struct,integer}) | kochi |
| 2003-05-22 | poolify nfsrv_descript. | yamt |
| 2003-05-22 | indent (nfssvc_nfsd) | yamt |
| 2003-05-22 | avoid double free with xlatecookie. | yamt |
| 2003-05-22 | interlock for nfs_rcvlock. | yamt |
| 2003-05-22 | Grammar fix; no functions returnint pointers here, so remove section | wiz |
| 2003-05-22 | New sentence, new line. Add discussion of MII support to the MEDIA SELECTION | fair |
| 2003-05-22 | update to libcurses.so.5.8 | lukem |
| 2003-05-22 | Fix some typos, s/nfsiod/nfsd/ (?), sort SEE ALSO. | wiz |
| 2003-05-22 | Massive rewrite/reorganization of diskless.8 to clarify, edify, | fair |
| 2003-05-22 | Update to wi interrupt handling: | dyoung |
| 2003-05-22 | Don't need ARM32_PMAP_NEW option any more. | thorpej |
| 2003-05-22 | Move KERNEL_VM_SIZE into the C files where its used. | thorpej |
| 2003-05-22 | Use virtual_avail and virtual_end to compute the size of the available | thorpej |
| 2003-05-22 | permit scoped addr notation in policy string (-P esp/tunnel/foo%scope-bar%sco... | itojun |
| 2003-05-22 | set s_proto properly | hubertf |
| 2003-05-21 | tweak previous; use '%#x' instead of '0x%x' (and the lx equivalents) | lukem |
| 2003-05-21 | Add some db_sym_t casts to make this compile with -D__AUDIT__. | kristerw |
| 2003-05-21 | Move KERNEL_VM_BASE inside where it is used (it won't be there for long). | thorpej |
| 2003-05-21 | Correct a diagnostic printf format specifier. | kristerw |