summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* | Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-0417-43/+50
* | Cleanup some leftover lint from the old interrupt system.peter2000-12-0430-728/+176
* | Turn off the load_eject bit in cdstartunit(). It causes an `Invalidjoerg2000-12-041-1/+1
* | Fix for vanilla PC164 systems to use a slightly different PALcode magicmjacob2000-12-042-2/+39
* | (1) Allow a stray lock prefix to be compiled out with thejake2000-12-042-32/+48
* | Whitespace. Fix indentation, align comments.jake2000-12-041-17/+17
* | Whitespace. Fix an overly long line.jake2000-12-041-2/+2
* | Remove if defined(tahoe) cobwebs.jake2000-12-041-4/+0
* | 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
OpenPOWER on IntegriCloud