summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* remove struct mount from useland visibilityalfred2000-12-041-0/+4
* Comment out debug printfs about enable/disable ints.mjacob2000-12-041-2/+2
* More M_ZERO patches.dwmalone2000-12-032-25/+20
* Add the NS DP83815 to the list of supported chips by the sis driver.alex2000-12-032-4/+8
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-034-40/+0
* Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCIhm2000-12-031-2/+2
* Use M_ZERO.dwmalone2000-12-031-22/+12
* Check return value of malloc correctly and use M_ZERO.dwmalone2000-12-031-7/+6
* - add support for crashdumps (courtesy of ps and Y!)msmith2000-12-033-185/+273
* Fix up a whitespace glitch in PHOLD() and fix it to use do { ... } while(0)jhb2000-12-031-3/+3
* Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
* Changed second argument in a call to sf_buf_free() to be NULL instead ofdg2000-12-031-1/+1
* Don't auto-generate the syscalls.marcel2000-12-0316-51/+1226
* Don't auto-generate syscalls.marcel2000-12-031-1/+1
* - Add a mutex to the proc structure p_mtx that will be used to lock accessesjhb2000-12-034-0/+4
* Change cpu_switch to explicitly popl the callers program counter andjake2000-12-035-14/+8
* Fix dependency for auto-generated files. This commit ismarcel2000-12-021-1/+1
* Correct int/long type mismatch in the proper place this time. freevnodesgallatin2000-12-022-6/+6
* Major speedup to /dev/random and the kernel thread that reseeds it.markm2000-12-022-93/+103
* Add USEC_SLEEP macro support. Change the location at which we definemjacob2000-12-021-12/+17
* Default the /dev/random loadable module to blocking-on-bootup,markm2000-12-021-1/+4
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infomjacob2000-12-021-14/+36
* Add interrupt instrumentation. Change ISP_CFG_NPORT config option tomjacob2000-12-021-1/+11
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-027-6/+29
* Recouple arc4random(9) to the entropy device. This works whether themarkm2000-12-021-2/+4
* Add splhigh()s to protect against a race conditionjulian2000-12-021-7/+17
* Backed out previous commit. Don't depend on namespace pollution inbde2000-12-025-0/+5
* Protect p_stat with sched_lock.jhb2000-12-021-0/+6
* Regen.jake2000-12-026-24/+12
* Forgot this file in previous commit to remove file kern_threads.cjake2000-12-021-1/+0
* Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeupjake2000-12-026-171/+28
* introduce support for static compilation of the osf/1 module via thegallatin2000-12-022-0/+13
* exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldgallatin2000-12-021-1/+1
* Protect p_stat with sched_lock.jhb2000-12-021-2/+13
* cleanup: remove redundant mp_machdep.c and non-existent simplelock.s.gallatin2000-12-021-2/+0
* Protect p_stat with the sched_lock.jhb2000-12-022-2/+36
* Protect p_stat with sched_lock.jhb2000-12-022-3/+25
* Revert attach() back to the old behaviour of calling bus_generic_attach().scottl2000-12-022-8/+10
* Make sure to free the sf_buf if we've allocated it but fail to allocatebmilekic2000-12-021-0/+1
* Protect p_stat with sched_lock.jhb2000-12-011-1/+7
* Alter isa interrupt behaviour on alpha. Rather than send a non-specificgallatin2000-12-011-4/+38
* Make labels mandatory for vn(4).phk2000-12-011-104/+52
* Revert disconnect of sysvipc now that there's a makefile availablealfred2000-12-011-1/+1
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butimp2000-12-012-1/+9
* acquire/release Giant in vm_page_zero_idle(), like on i386gallatin2000-12-013-24/+6
* Forgotten makefile.alfred2000-12-011-0/+5
* Add identifier for Compaq HotPlug host->pci bridge.jlemon2000-12-011-0/+4
* Protect p_stat with sched_lock.jhb2000-12-011-0/+5
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-0110-45/+45
* Add PCI id for the RAID LC2 controller.jlemon2000-12-011-1/+3
OpenPOWER on IntegriCloud