summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a timestamp to the msgbuf output in order to determine when wheneadler2012-02-161-8/+45
* The PTRACESTOP() macro is used only once. Inline the only use and removekib2012-02-111-1/+5
* Remove unneeded newline. It fits in 80 columns now.ed2012-02-101-2/+1
* Merge si_name and __si_namebuf.ed2012-02-101-7/+7
* Add a missing break. This bug was introduced in r228856.kevlo2012-02-101-0/+1
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-102-0/+4
* Add support for mounting devfs inside jails.mm2012-02-091-2/+55
* Unbreak detection of the async mode for clustered writes after r231075.kib2012-02-081-1/+1
* Allow to set kern.ipc.shmmax from /boot/loader.conf.pjd2012-02-081-7/+7
* Fix whitespace inconsistencies in TTY code.ed2012-02-063-4/+3
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-12/+2
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-062-21/+6
* - Use uint8_t for the variable x and spell the size of the variablekevlo2012-02-061-42/+42
* Analogous to r230407 a separate path buffer in vfs_mount.c is requiredmm2012-02-051-2/+6
* Add 32-bit compat code for AIO kevent flags introduced in revision 230857.davidxu2012-02-051-0/+1
* Whenever a new kernel thread is spawned, explicitly clear any CPU affinityrstone2012-02-041-0/+7
* Fix input validation in SO_SETFIB.hrs2012-02-041-1/+1
* Add kqueue support to /dev/klog.kib2012-02-011-0/+48
* If multiple threads call kevent() to get AIO events on same kqueue fd,davidxu2012-02-011-1/+7
* A debugger which requested PT_FOLLOW_FORK should get the notificationkib2012-01-301-1/+2
* Refine the implementation of POSIX_FADV_NOREUSE for the read(2) case suchjhb2012-01-301-7/+7
* When detaching an AIO or LIO requests grab the lock and tell knlist_removeambrisko2012-01-301-6/+12
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-301-1/+6
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-281-2/+1
* Fix size check, that prevents getting negative after castingglebius2012-01-271-1/+1
* Xen netback driver rewrite.ken2012-01-262-3/+23
* Although aio_nbytes is size_t, later is is signed toglebius2012-01-261-0/+6
* When doing vflush(WRITECLOSE), clean vnode pages.kib2012-01-251-0/+12
* Fix remaining calls to cache_enter() in both NFS clients to providekib2012-01-251-9/+5
* Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV andtrociny2012-01-251-8/+6
* Apparently, both nfs clients do not use cache_enter_time()kib2012-01-231-29/+23
* Convert panic()s to KASSERT()s. This is an optimisation forglebius2012-01-231-7/+3
* Change kern.proc.rlimit sysctl to:trociny2012-01-222-22/+49
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedpjd2012-01-221-1/+2
* Remove the nc_time and nc_ticks elements from struct namecache, andkib2012-01-221-56/+131
* Use separate buffer for global path to avoid overflow of path buffer.mm2012-01-211-3/+11
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-8/+58
* Use shared lock for the executable vnode in the exec path after thekib2012-01-191-5/+8
* Explain why it is safe to unlock the vnode.alc2012-01-171-0/+3
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-172-24/+42
* Improve abstraction. Eliminate direct access by elf*_load_section()alc2012-01-171-26/+25
* Be pedantic and change // comment to C-style one.pluknet2012-01-161-1/+1
* Fix a style bugkevlo2012-01-161-1/+1
* Eliminate branch and insert an explicit reader memory barrier to ensuredavidxu2012-01-161-3/+2
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-13/+12
* Fix missing in r230129:mm2012-01-152-1/+2
* Convert files to UTF-8uqs2012-01-151-1/+1
* Introduce vn_path_to_global_path()mm2012-01-153-24/+129
* - Fix undefined behavior when device_get_name is nulleadler2012-01-151-2/+8
* Fix kernel modules loading for MIPS64 kernel:gonzo2012-01-141-0/+4
OpenPOWER on IntegriCloud