summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change memory managment from a fixed size array to a list.bz2009-11-282-60/+73
* Correct a typo.bz2009-11-281-1/+1
* Eliminate teh use of MAXCPU in static arrays of interrupt counters bymarcel2009-11-283-34/+96
* Add support for interpreting taps on ADB touchpads as a button click.nwhitehorn2009-11-283-1/+149
* Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggestedbz2009-11-281-6/+10
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-286-99/+131
* Add SDT probes for opencrypto:deflate:deflate_gobal:*.bz2009-11-281-7/+61
* Define an SDT provider for "opencrypto".bz2009-11-281-0/+4
* Add SDT_PROBE[1-5] in the same way we have SDT_PROBE_DEFINE[1-5] tobz2009-11-281-0/+17
* Include <sys/tty.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.ed2009-11-281-0/+1
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-289-29/+68
* Remove unneeded includes of <sys/termios.h>.ed2009-11-282-2/+0
* Properly synchronize the previous change.alc2009-11-281-0/+2
* Support the new VM_PROT_COPY option on wired pages. The effect of whichalc2009-11-271-3/+6
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-2712-47/+27
* Use the default stack size for the iterator thread.tuexen2009-11-271-1/+1
* Remove spinconsole from pc98, some parts seem to be missed and it'ssobomax2009-11-271-2/+0
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-276-20/+135
* i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xenattilio2009-11-271-4/+0
* Add two Cirrus Logic codec IDs.mav2009-11-261-0/+10
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-261-0/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-262-4/+3
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-265-1144/+0
* MFp4:mav2009-11-267-37/+75
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-264-32/+22
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-253-2/+19
* Fix typo which inversed the logic which in turn disabled MSI.yongari2009-11-251-1/+1
* Make sure one shot MSI is enabled.yongari2009-11-251-0/+2
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Fix small copu-paste bug.mav2009-11-251-1/+1
* Fix comment typo.rwatson2009-11-251-1/+1
* Make ULE process usage (%CPU) accounting usable again by keeping trackivoras2009-11-241-1/+4
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* Use a single private timer to drive the transmit watchdog rather than usingjhb2009-11-242-13/+24
* BGE_FLAG_40BIT_BUG should be set before creating DMA tags.yongari2009-11-241-7/+7
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().jhb2009-11-245-39/+12
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* MFp4:mav2009-11-2410-82/+359
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-242-2/+2
* Improve upon revision 196196 by removing the newly added commentmarcel2009-11-241-2/+4
* Don't make MJUMPAGESIZE equal to PAGE_SIZE unconditionally.marcel2009-11-231-1/+8
* - Add more aggressive BPF JIT optimization. This is in more favor of i386jkim2009-11-234-104/+173
* Revert previous commit. The problem was not related to overrunningmarcel2009-11-231-1/+1
OpenPOWER on IntegriCloud