summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Staticise a debugging variable.msmith2002-01-091-1/+1
* Staticise the aac devclass.msmith2002-01-095-6/+5
* holdsock is gone, remove the prototypealfred2002-01-091-1/+0
* Sockets are called 'so' not 'sp'.alfred2002-01-091-8/+8
* Revert 1.81; 1.19 fixed this already in a different way.silby2002-01-092-6/+2
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonmsmith2002-01-091-3/+10
* Add quirk for DIVA USB Mp3 Player.sobomax2002-01-081-0/+8
* Regenerate from 1.26 pccarddevsimp2002-01-081-2/+23
* Catch up to NetBSD:imp2002-01-081-1/+8
* - generic Arcnet frameworkfjoe2002-01-0812-0/+2225
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-085-73/+74
* Staticise a couple of debugging variables.msmith2002-01-082-4/+4
* Rename a variable that might accidentally be duplicated elsewhere.msmith2002-01-083-5/+5
* Avoid doubly defining machdep.pccardmsmith2002-01-082-2/+2
* Staticise the coda vfsop pointer.msmith2002-01-084-4/+2
* Initialise the bioops vector hack at runtime rather than at link time. Thismsmith2002-01-081-8/+7
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Revert change that breaks the joy module. joydevclass must not be static.imp2002-01-081-1/+1
* Add upa.h, which I had previously forgotten, to unbreak the sparc64tmm2002-01-081-0/+34
* Staticise pfs_vncache, it's not used anywhere else.msmith2002-01-081-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-088-19/+26
* Staticise a couple of things that shouldn't be leaked into thejoe2002-01-082-2/+2
* Staticise the fw chain.msmith2002-01-081-1/+1
* Staticise the socket list.msmith2002-01-081-1/+1
* Staticise private interface lists.msmith2002-01-086-7/+5
* Gut this header; since physio_proc_init is never called, the code never doesmsmith2002-01-082-68/+2
* Staticise the flash buffer, since it isn't needed anywhere else.msmith2002-01-081-1/+1
* Staticise the con_bios and digi_devclass variables, since they aren't neededmsmith2002-01-082-3/+2
* Staticise the device node pointers.msmith2002-01-081-1/+1
* Staticise the joy devclass.msmith2002-01-081-1/+1
* Fix a couple of bogus enums.msmith2002-01-081-4/+4
* Staticise the amr devclass.msmith2002-01-083-5/+3
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-0816-19/+17
* Connect smp support to the kernel build.jake2002-01-081-0/+3
* Catch up to the latest and greatest.jake2002-01-081-1/+26
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-087-0/+1093
* Setup the normal global pcb register as well on entry from user land.jake2002-01-082-92/+116
* Adapt the vectored interrupt handler for receiving ipis. If the secondjake2002-01-082-94/+106
* Use the per-cpu panic stack in the case of a fault with a bad kerneljake2002-01-082-4/+10
* Remove ATOMIC_INC_INT macro which has moved elsewhere.jake2002-01-082-22/+0
* Catch up to change in compile time assertion interface.jake2002-01-082-3/+3
* Make this code more robust in the event of stray interrupts. Handlejake2002-01-081-12/+22
* Use cpufunc macros instead of using inline asm directly.jake2002-01-081-1/+1
* Set the normal global pcb register when context switching.jake2002-01-082-0/+4
* Add a macro for getting the tlbs (itlb and/or dtlb) which the givenjake2002-01-081-0/+1
* Prototype pmap_map_tsb().jake2002-01-081-0/+2
* Remove PANIC_STACK_PAGES which is no longer used.jake2002-01-081-5/+3
* Add declarations needed by last commit.jake2002-01-081-0/+8
* Update comments about _start, the kernel entry point, to reflect newjake2002-01-084-101/+321
* Fix qsort callouts used for sorting memory regions during boot. vm_offset_tjake2002-01-081-4/+22
OpenPOWER on IntegriCloud