summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add EVFILT_VNODE open, read and close notifications.kib2016-05-032-0/+43
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)sephe2016-05-031-4/+25
* Revert bus_get_cpus() for now.jhb2016-05-032-72/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-022-0/+72
* Issue NOTE_EXTEND when a directory entry is added to or removed fromkib2016-05-021-0/+1
* Fix reporting of NOTE_LINK when directory link count changes due tokib2016-05-021-2/+18
* sys/kern: spelling fixes in comments.pfg2016-04-2944-74/+74
* sys/kern: spelling fixes.pfg2016-04-292-14/+14
* Automate the subr_unit test.asomers2016-04-291-22/+67
* Expose soaio_enqueue().jhb2016-04-291-1/+1
* Introduce a new protocol hook pru_aio_queue.jhb2016-04-293-0/+13
* bufs: make B_DIRTY and B_PERSISTENT flags availablepfg2016-04-291-2/+1
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlymmel2016-04-281-8/+6
* GPIO: Add support for gpio pin interrupts.mmel2016-04-281-0/+21
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-0/+13
* Add 'devctl delete' that calls device_delete_child().jhb2016-04-271-0/+19
* Add a new rescan method to the bus interface.jhb2016-04-272-0/+21
* Delay revmoing the last jail reference in prison_proc_free, and insteadjamie2016-04-271-10/+34
* posix4_mib: Don't overrun facility_initialized arraycem2016-04-271-3/+3
* subr_mbpool: Don't free bogus pointer in error pathscem2016-04-261-4/+1
* Use crcopysafe in jail_attach.jamie2016-04-261-7/+5
* osd(9): Change array pointer to array pointer type from void*cem2016-04-264-7/+7
* Redo the changes to the SYSV IPC sysctl functions from r298585, so theyjamie2016-04-263-83/+50
* sys: extend use of the howmany() macro when available.pfg2016-04-269-13/+12
* Add support for RISC-V.br2016-04-261-3/+3
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-0/+322
* Fix the logic in r298585: shm_prison_cansee returns an errno, so isjamie2016-04-251-1/+1
* Encapsulate SYSV IPC objects in jails. Define per-module parametersjamie2016-04-253-113/+1014
* Use the new PR_METHOD_REMOVE to clean up jail handling in POSIXjamie2016-04-251-72/+12
* Pass the current/new jail to PR_METHOD_CHECK, which pushes the calljamie2016-04-251-47/+58
* Add a new jail OSD method, PR_METHOD_REMOVE. It's called when a jail isjamie2016-04-251-8/+41
* Remove the PR_REMOVE flag, which was meant as a temporary marker forjamie2016-04-251-3/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-216-7/+7
* Get rid of rctl_lock; use racct_lock where appropriate. The fast pathstrasz2016-04-212-95/+89
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-2/+1
* Arm and arm64 both have fueword() implemented for some time. Correctkib2016-04-201-2/+2
* Indentation issues.pfg2016-04-202-4/+2
* kern_rctl: Fix resource leak in error pathcem2016-04-201-0/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-199-34/+21
* Fix debugging printf.trasz2016-04-191-2/+3
* Fix umtx lock/trylock for compat32.kib2016-04-191-2/+2
* Use a loop instead of a goto in sysctl_kern_proc_kstack().markj2016-04-171-6/+3
* The struct thread td_estcpu member is only used by the 4BSD scheduler.kib2016-04-174-51/+52
* Add 4Kn kernel dump supportcem2016-04-152-19/+47
* kern: for pointers replace 0 with NULL.pfg2016-04-1513-20/+20
* Allocate RACCT/RCTL zones without UMA_ZONE_NOFREE; no idea why it was theretrasz2016-04-152-3/+3
* Sort variable declarations.trasz2016-04-152-42/+35
* Create wrappers for uint64_t and int64_t for the tunables. While notimp2016-04-151-0/+46
* Clean up some style(9) violations.jamie2016-04-143-13/+13
* Separate POSIX mqueue objects in jails; actually, separate them by thejamie2016-04-131-6/+119
OpenPOWER on IntegriCloud