summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-16/+6
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-271-11/+0
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-261-0/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-253-36/+23
* - Forward declare struct mtx instead of #include'ing sys/mutex.hjhb2000-10-252-2/+4
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-251-4/+3
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-231-8/+0
* Put back inclusion of proc.h so that alpha kernels (at the very least)mjacob2000-10-231-0/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+115
* Generate LOTS of warnings to remind the SMPng crew to fix the curprocphk2000-10-231-0/+4
* Do not recursively include <sys/proc.h>phk2000-10-231-1/+0
* Don't bogusly include <struct.h>phk2000-10-221-3/+13
* Revert the init_clocks change in revision 1.72. On the alpha we use anjhb2000-10-201-1/+1
* Introduce the M_ZERO flag to malloc(9)phk2000-10-201-0/+1
* Catch up to moving headers:jhb2000-10-206-8/+6
* GC the unused safepri variable.jhb2000-10-201-1/+0
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-0/+606
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-201-24/+0
* execsw_set hasn't been used for a while and does not exist.peter2000-10-201-4/+0
* - Move the prototype for proc_reparent from sys/ptrace.h to sys/proc.hjhb2000-10-192-2/+2
* Move init_clocks earlier in the system startup so that hardclock and clockjhb2000-10-191-1/+1
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-191-6/+7
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedjhb2000-10-191-0/+1
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-181-0/+23
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-181-0/+9
* Add rman_get_size(), which does what you would expect.mdodd2000-10-171-0/+1
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-171-0/+7
* Correct check for NULL in MEXT_INIT_REF() which should be checking whetherbmilekic2000-10-151-3/+3
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-0/+4
* While I'm here:bmilekic2000-10-151-1/+1
* Remove the HPFPLIB copyright which we have never used.phk2000-10-141-10/+1
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-131-0/+1
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-131-70/+78
* Fixed namespace pollution in rev.1.78. Don't export <sys/stat.h> tobde2000-10-131-10/+5
* For lockmgr mutex protection, use an array of mutexes that are allocatedjasone2000-10-123-14/+3
* Backout my wrong attempt to fix the compilation warning in ip_input.cru2000-10-121-1/+1
* Moved the declaration of astpending to the correct place.bde2000-10-121-1/+0
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-092-10/+0
* Cleanup of bitstring.h:dwmalone2000-10-091-39/+46
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-3/+3
* Change the way that eventhandler lists are processed so that an eventmsmith2000-10-091-5/+9
* KASSERT that mbuf external reference counts are > 0 before we removedwmalone2000-10-081-1/+4
* Argh, make P_ALRMPEND and P_PROFPEND be different flags.jhb2000-10-061-1/+1
* Correct a warning where the r_debug_state() dummy function used to triggerjhb2000-10-061-4/+0
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-1/+3
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-054-10/+82
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-046-20/+49
* Remove another unused field from struct __aiocb_private.alc2000-10-031-1/+0
* Fix a problem with MCHTYPE macro's use of atomic().bmilekic2000-10-031-2/+2
OpenPOWER on IntegriCloud