summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the wakeup/signaling of the reader side of the tun device intojlemon2000-12-051-9/+18
* Merged from sys/i386/isa/clock.c revision 1.164.kato2000-12-053-0/+15
* Merged from sys/i386/i386/machdep.c revision 1.424.kato2000-12-052-28/+0
* Merged from files.i386 revision 1.339.kato2000-12-051-0/+1
* Merged from files.i386 revisions 1.337 and 1.338.kato2000-12-051-1/+1
* Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1marcel2000-12-052-2/+37
* Minor cleanups:marcel2000-12-051-8/+3
* Make osendsig global. It's used by the Linuxulator.marcel2000-12-051-1/+3
* Update Makefile to follow acpica-1115 import.takawata2000-12-052-2/+2
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.mjacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-052-68/+74
* Remove call to bzero after MALLOC and instead add M_ZEROmarcel2000-12-051-2/+1
* Start to make code more generic so it can be used by the pccbb driverimp2000-12-052-22/+19
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-0513-142/+32
* 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
OpenPOWER on IntegriCloud