| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticise a debugging variable. | msmith | 2002-01-09 | 1 | -1/+1 |
* | Staticise the aac devclass. | msmith | 2002-01-09 | 5 | -6/+5 |
* | holdsock is gone, remove the prototype | alfred | 2002-01-09 | 1 | -1/+0 |
* | Sockets are called 'so' not 'sp'. | alfred | 2002-01-09 | 1 | -8/+8 |
* | Revert 1.81; 1.19 fixed this already in a different way. | silby | 2002-01-09 | 2 | -6/+2 |
* | Use a sysinit to initialise the devfs hooks in kern_conf.c rather than common | msmith | 2002-01-09 | 1 | -3/+10 |
* | Add quirk for DIVA USB Mp3 Player. | sobomax | 2002-01-08 | 1 | -0/+8 |
* | Regenerate from 1.26 pccarddevs | imp | 2002-01-08 | 1 | -2/+23 |
* | Catch up to NetBSD: | imp | 2002-01-08 | 1 | -1/+8 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 12 | -0/+2225 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 5 | -73/+74 |
* | Staticise a couple of debugging variables. | msmith | 2002-01-08 | 2 | -4/+4 |
* | Rename a variable that might accidentally be duplicated elsewhere. | msmith | 2002-01-08 | 3 | -5/+5 |
* | Avoid doubly defining machdep.pccard | msmith | 2002-01-08 | 2 | -2/+2 |
* | Staticise the coda vfsop pointer. | msmith | 2002-01-08 | 4 | -4/+2 |
* | Initialise the bioops vector hack at runtime rather than at link time. This | msmith | 2002-01-08 | 1 | -8/+7 |
* | find_devclass -> devclass_find. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Revert change that breaks the joy module. joydevclass must not be static. | imp | 2002-01-08 | 1 | -1/+1 |
* | Add upa.h, which I had previously forgotten, to unbreak the sparc64 | tmm | 2002-01-08 | 1 | -0/+34 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 8 | -19/+26 |
* | Staticise a couple of things that shouldn't be leaked into the | joe | 2002-01-08 | 2 | -2/+2 |
* | Staticise the fw chain. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the socket list. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise private interface lists. | msmith | 2002-01-08 | 6 | -7/+5 |
* | Gut this header; since physio_proc_init is never called, the code never does | msmith | 2002-01-08 | 2 | -68/+2 |
* | Staticise the flash buffer, since it isn't needed anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the con_bios and digi_devclass variables, since they aren't needed | msmith | 2002-01-08 | 2 | -3/+2 |
* | Staticise the device node pointers. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the joy devclass. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Fix a couple of bogus enums. | msmith | 2002-01-08 | 1 | -4/+4 |
* | Staticise the amr devclass. | msmith | 2002-01-08 | 3 | -5/+3 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 16 | -19/+17 |
* | Connect smp support to the kernel build. | jake | 2002-01-08 | 1 | -0/+3 |
* | Catch up to the latest and greatest. | jake | 2002-01-08 | 1 | -1/+26 |
* | Add initial smp support. This gets as far as allowing the secondary | jake | 2002-01-08 | 7 | -0/+1093 |
* | Setup the normal global pcb register as well on entry from user land. | jake | 2002-01-08 | 2 | -92/+116 |
* | Adapt the vectored interrupt handler for receiving ipis. If the second | jake | 2002-01-08 | 2 | -94/+106 |
* | Use the per-cpu panic stack in the case of a fault with a bad kernel | jake | 2002-01-08 | 2 | -4/+10 |
* | Remove ATOMIC_INC_INT macro which has moved elsewhere. | jake | 2002-01-08 | 2 | -22/+0 |
* | Catch up to change in compile time assertion interface. | jake | 2002-01-08 | 2 | -3/+3 |
* | Make this code more robust in the event of stray interrupts. Handle | jake | 2002-01-08 | 1 | -12/+22 |
* | Use cpufunc macros instead of using inline asm directly. | jake | 2002-01-08 | 1 | -1/+1 |
* | Set the normal global pcb register when context switching. | jake | 2002-01-08 | 2 | -0/+4 |
* | Add a macro for getting the tlbs (itlb and/or dtlb) which the given | jake | 2002-01-08 | 1 | -0/+1 |
* | Prototype pmap_map_tsb(). | jake | 2002-01-08 | 1 | -0/+2 |
* | Remove PANIC_STACK_PAGES which is no longer used. | jake | 2002-01-08 | 1 | -5/+3 |
* | Add declarations needed by last commit. | jake | 2002-01-08 | 1 | -0/+8 |
* | Update comments about _start, the kernel entry point, to reflect new | jake | 2002-01-08 | 4 | -101/+321 |
* | Fix qsort callouts used for sorting memory regions during boot. vm_offset_t | jake | 2002-01-08 | 1 | -4/+22 |