summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-47/+58
* The vmem callback to reclaim kmem arena address space on low orkib2015-05-091-2/+4
* Do not return from thread_single(SINGLE_BOUNDARY) until all stoppedkib2015-05-091-0/+23
* m_dup() is supposed to give a writable copy of an mbuf chain. It usesae2015-05-071-0/+1
* Fix up panics when fork fails due to hitting proc limitmjg2015-05-061-1/+2
* Implement a mechanism for making changes in the kernel<->driver PPSian2015-05-041-4/+35
* nv_malloc can fail in userland.oshogbo2015-05-021-0/+2
* Remove duplicated code using macro template for the nvlist_add_.* functions.oshogbo2015-05-021-91/+27
* Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeoshogbo2015-05-022-11/+16
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-021-7/+14
* Fix an off-by-one bug in string/array handling which lead to memory overwritebz2015-05-021-1/+1
* Remove a stale reference to the stop_scheduler_on_panic tunable, whichmarkj2015-05-021-4/+2
* Add nvlist_flags() function, which returns nvlist's public flags.oshogbo2015-05-011-0/+11
* Mark local function as static as a result of removing recursion.oshogbo2015-04-301-2/+2
* Rename macros to use prefix ERRNO. Add macro ERRNO_SET. Nowoshogbo2015-04-302-86/+83
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-304-27/+0
* Save errno from close override.oshogbo2015-04-292-1/+7
* Remove the nvlist_.*[fv] functions.oshogbo2015-04-293-1002/+59
* Remove recursion from descriptor-related functions.oshogbo2015-04-291-38/+37
* Always use the nv_malloc macro instead of malloc(3).oshogbo2015-04-291-2/+2
* Style fixes.oshogbo2015-04-291-10/+20
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-2912-85/+294
* Make setproctitle(3) work in Capsicum capability mode. This makestrasz2015-04-271-1/+1
* Partially revert r255986: do not call VOP_FSYNC() when helpingkib2015-04-271-29/+64
* Fix locking for oshmctl() and shmsys().kib2015-04-271-26/+24
* fd: plug an always overwritten initialization in fdallocmjg2015-04-261-1/+1
* Consistently use p instead of td->td_proc in create_threadmjg2015-04-261-5/+5
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-251-6/+8
* Use correct length for sparse uiomove(). It must be the clipped tokib2015-04-241-1/+1
* Make vpanic() externally visible so that it can be called as part of themarkj2015-04-241-2/+1
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingkib2015-04-231-1/+1
* Make AIO to not allocate pbufs for unmapped I/O like r281825.mav2015-04-221-101/+105
* Move zlib.c from net to libkern.rodrigc2015-04-223-4/+3
* Support file verification in MAC.rodrigc2015-04-221-0/+6
* Modify kern___getcwd() to take max pathlen limit as an additionaltrasz2015-04-211-4/+6
* Rewrite physio() to not allocate pbufs for unmapped I/O.mav2015-04-211-61/+93
* Always send log(9) messages to the message buffer.vangyzen2015-04-201-1/+1
* Regen.kib2015-04-183-230/+20
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-183-6/+14
* Remove unimplemented sched provider probes.markj2015-04-181-11/+0
* Initialize td_sel in the thread_init(). Struct thread is not zeroedkib2015-04-181-0/+1
* More accurately collect name-cache statistics in sysctl functionsmckusick2015-04-181-20/+16
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-161-0/+3
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-0/+1
* Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'.neel2015-04-151-8/+10
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). Thistrasz2015-04-151-7/+14
* Implement support for binary to requesting specific stack size for thekib2015-04-153-3/+22
* When a kernel has DEVICE_POLLING turned on but no drivers havegnn2015-04-141-0/+6
* Fix my stupid restoral of old code.. must be c_iflags now.rrs2015-04-141-1/+1
* Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to berrs2015-04-131-0/+2
OpenPOWER on IntegriCloud