aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* fd: assert dropped filedesc lock in fdcloseexecMateusz Guzik2016-05-081-1/+1
* Set correct size to the size member of struct intr_map_data whenSvatopluk Kraus2016-05-061-1/+1
* Add explicit cast to fix mips and powerpc build after r299090Ed Maste2016-05-051-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-20/+34
* Remove superfluous check. The pic_dev member of struct picSvatopluk Kraus2016-05-051-1/+1
* s/struct device */device_t/gAdrian Chadd2016-05-042-6/+6
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-39/+40
* rtc: fix inverted resolution checkRoger Pau Monné2016-05-041-1/+1
* kern: Factor out function to convert hash flags to malloc(9) flagsSepherosa Ziehau2016-05-041-10/+12
* Add EVFILT_VNODE open, read and close notifications.Konstantin Belousov2016-05-032-0/+43
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)Sepherosa Ziehau2016-05-031-4/+25
* Revert bus_get_cpus() for now.John Baldwin2016-05-032-72/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-022-0/+72
* Issue NOTE_EXTEND when a directory entry is added to or removed fromKonstantin Belousov2016-05-021-0/+1
* Fix reporting of NOTE_LINK when directory link count changes due toKonstantin Belousov2016-05-021-2/+18
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-2944-74/+74
* sys/kern: spelling fixes.Pedro F. Giffuni2016-04-292-14/+14
* Automate the subr_unit test.Alan Somers2016-04-291-22/+67
* Expose soaio_enqueue().John Baldwin2016-04-291-1/+1
* Introduce a new protocol hook pru_aio_queue.John Baldwin2016-04-293-0/+13
* bufs: make B_DIRTY and B_PERSISTENT flags availablePedro F. Giffuni2016-04-291-2/+1
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlyMichal Meloun2016-04-281-8/+6
* GPIO: Add support for gpio pin interrupts.Michal Meloun2016-04-281-0/+21
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-0/+13
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-271-0/+19
* Add a new rescan method to the bus interface.John Baldwin2016-04-272-0/+21
* Delay revmoing the last jail reference in prison_proc_free, and insteadJamie Gritton2016-04-271-10/+34
* posix4_mib: Don't overrun facility_initialized arrayConrad Meyer2016-04-271-3/+3
* subr_mbpool: Don't free bogus pointer in error pathsConrad Meyer2016-04-261-4/+1
* Use crcopysafe in jail_attach.Jamie Gritton2016-04-261-7/+5
* osd(9): Change array pointer to array pointer type from void*Conrad Meyer2016-04-264-7/+7
* Redo the changes to the SYSV IPC sysctl functions from r298585, so theyJamie Gritton2016-04-263-83/+50
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-269-13/+12
* Add support for RISC-V.Ruslan Bukin2016-04-261-3/+3
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-0/+322
* Fix the logic in r298585: shm_prison_cansee returns an errno, so isJamie Gritton2016-04-251-1/+1
* Encapsulate SYSV IPC objects in jails. Define per-module parametersJamie Gritton2016-04-253-113/+1014
* Use the new PR_METHOD_REMOVE to clean up jail handling in POSIXJamie Gritton2016-04-251-72/+12
* Pass the current/new jail to PR_METHOD_CHECK, which pushes the callJamie Gritton2016-04-251-47/+58
* Add a new jail OSD method, PR_METHOD_REMOVE. It's called when a jail isJamie Gritton2016-04-251-8/+41
* Remove the PR_REMOVE flag, which was meant as a temporary marker forJamie Gritton2016-04-251-3/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-216-7/+7
* Get rid of rctl_lock; use racct_lock where appropriate. The fast pathsEdward Tomasz Napierala2016-04-212-95/+89
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* Arm and arm64 both have fueword() implemented for some time. CorrectKonstantin Belousov2016-04-201-2/+2
* Indentation issues.Pedro F. Giffuni2016-04-202-4/+2
* kern_rctl: Fix resource leak in error pathConrad Meyer2016-04-201-0/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-199-34/+21
* Fix debugging printf.Edward Tomasz Napierala2016-04-191-2/+3
* Fix umtx lock/trylock for compat32.Konstantin Belousov2016-04-191-2/+2