aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-227-8/+8
* Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-221-12/+14
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-221-2/+4
* Revert r282971. It depends on condvar consumers not destroying condvarsJohn Baldwin2015-05-211-12/+11
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-212-3/+3
* Fix memory leak.Mariusz Zaborski2015-05-201-0/+1
* Style.Mariusz Zaborski2015-05-201-1/+1
* Always use the nv_free function.Mariusz Zaborski2015-05-201-4/+4
* Properly null-terminate strings in a kernel dump header. A version stringAlan Somers2015-05-191-5/+5
* fd: fix imbalanced fdp unlock in F_SETLK and F_GETLKMateusz Guzik2015-05-181-2/+0
* Tidy up sys_umask a little bitMateusz Guzik2015-05-181-3/+3
* Previously, cv_waiters was only updated by cv_signal or cv_wait. If aJohn Baldwin2015-05-151-11/+12
* On amd64, make proc0 pmap initialization slightly more correct. InKonstantin Belousov2015-05-151-1/+1
* Right now, the process' p_boundary_count counter is decremented by theKonstantin Belousov2015-05-151-21/+30
* Allow sizeof(cpuset_t) to be queried in capability mode.Jonathan Anderson2015-05-141-1/+1
* Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-141-1/+1
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-47/+58
* The vmem callback to reclaim kmem arena address space on low orKonstantin Belousov2015-05-091-2/+4
* Do not return from thread_single(SINGLE_BOUNDARY) until all stoppedKonstantin Belousov2015-05-091-0/+23
* m_dup() is supposed to give a writable copy of an mbuf chain. It usesAndrey V. Elsukov2015-05-071-0/+1
* Fix up panics when fork fails due to hitting proc limitMateusz Guzik2015-05-061-1/+2
* Implement a mechanism for making changes in the kernel<->driver PPSIan Lepore2015-05-041-4/+35
* nv_malloc can fail in userland.Mariusz Zaborski2015-05-021-0/+2
* Remove duplicated code using macro template for the nvlist_add_.* functions.Mariusz Zaborski2015-05-021-91/+27
* Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeMariusz Zaborski2015-05-022-11/+16
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-021-7/+14
* Fix an off-by-one bug in string/array handling which lead to memory overwriteBjoern A. Zeeb2015-05-021-1/+1
* Remove a stale reference to the stop_scheduler_on_panic tunable, whichMark Johnston2015-05-021-4/+2
* Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski2015-05-011-0/+11
* Mark local function as static as a result of removing recursion.Mariusz Zaborski2015-04-301-2/+2
* Rename macros to use prefix ERRNO. Add macro ERRNO_SET. NowMariusz Zaborski2015-04-302-86/+83
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-304-27/+0
* Save errno from close override.Mariusz Zaborski2015-04-292-1/+7
* Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-293-1002/+59
* Remove recursion from descriptor-related functions.Mariusz Zaborski2015-04-291-38/+37
* Always use the nv_malloc macro instead of malloc(3).Mariusz Zaborski2015-04-291-2/+2
* Style fixes.Mariusz Zaborski2015-04-291-10/+20
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-2912-85/+294
* Make setproctitle(3) work in Capsicum capability mode. This makesEdward Tomasz Napierala2015-04-271-1/+1
* Partially revert r255986: do not call VOP_FSYNC() when helpingKonstantin Belousov2015-04-271-29/+64
* Fix locking for oshmctl() and shmsys().Konstantin Belousov2015-04-271-26/+24
* fd: plug an always overwritten initialization in fdallocMateusz Guzik2015-04-261-1/+1
* Consistently use p instead of td->td_proc in create_threadMateusz Guzik2015-04-261-5/+5
* MAXBSIZE defines both the largest UFS block size and theRick Macklem2015-04-251-6/+8
* Use correct length for sparse uiomove(). It must be the clipped toKonstantin Belousov2015-04-241-1/+1
* Make vpanic() externally visible so that it can be called as part of theMark Johnston2015-04-241-2/+1
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingKonstantin Belousov2015-04-231-1/+1
* Make AIO to not allocate pbufs for unmapped I/O like r281825.Alexander Motin2015-04-221-101/+105
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-223-4/+3
* Support file verification in MAC.Craig Rodrigues2015-04-221-0/+6