summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the per-interface address list lock from a mutex to a reader/writerjhb2012-01-091-2/+2
* enable stop_scheduler_on_panic by defaultavg2012-01-091-1/+1
* Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().kib2012-01-081-1/+16
* Correct an error of omission in the implementation of the truncationalc2012-01-081-47/+54
* Fix a typo. (s/nessesary/necessary/)hrs2012-01-081-1/+1
* Add 5 spare VOPs as placeholders to avoid breaking the KBI in the futurejhb2012-01-061-1/+26
* Use proper argument structure types for the extattr post-VOP hooks.jhb2012-01-061-2/+2
* Fix a logic bug in change 228207 in the check for a thread's new userjhb2012-01-051-1/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-3/+3
* Some small fixes to CPU accounting for threads:jhb2012-01-033-14/+19
* Use strchr() and strrchr().ed2012-01-026-19/+18
* Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dpkib2012-01-011-6/+15
* Cap the priority calculated from the current thread's running tick countjhb2011-12-291-1/+2
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. Thelstewart2011-12-242-6/+142
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and usejhb2011-12-232-0/+20
* Use TASK_INITIALIZER() for dev_dtr_task rather than a dedicated SYSINIT().jhb2011-12-221-10/+2
* ule: ensure that batch timeshare threads are scheduled fairlyavg2011-12-191-2/+2
* Fix style and white spaces.trociny2011-12-171-14/+14
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-112/+80
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cavg2011-12-171-0/+3
* replace uses of libkern gets with cngetsavg2011-12-171-2/+2
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-171-0/+49
* introduce cngrab/cnungrab stub calls in some places where they make senseavg2011-12-173-0/+10
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+26
* Fire a kevent if necessary after seeking on a regular file. This fixes ajhb2011-12-161-0/+1
OpenPOWER on IntegriCloud