summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Do not allocate zero-length mbuf in sosend_generic().glebius2014-11-191-1/+1
* Stop using early_putc immediately after configuring console with cninit()zbb2014-11-191-0/+7
* opt_global.h is included automatically in the build. No need toimp2014-11-181-1/+0
* prevent doing filter ops locking for staticly compiled filter ops...jmg2014-11-161-17/+39
* - Use NULL to compare a pointer.glebius2014-11-141-4/+2
* Merge from projects/sendfile:glebius2014-11-141-3/+1
* In vfs_write_suspend_umnt(), if suspension cannot be established, dokib2014-11-141-1/+3
* There should not be zero length mbufs in socket buffers. The code comesglebius2014-11-141-7/+0
* Correct a typo to fix chown(2). It was broken since r274476.jkim2014-11-131-1/+1
* filedesc: fixup fdinit to lock fdp and preapare files conditinallymjg2014-11-133-9/+13
* Fix assertion, &uc->uc_busy is never zero, the intent is to test thekib2014-11-131-2/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-134-206/+60
* Do not try to dereference thread pointer when the value is not a pointer.kib2014-11-131-3/+8
* Remove fossil. It has been present in 4.4Lite2, but its use waskib2014-11-131-5/+0
* Regen for r274462.dchagin2014-11-133-2/+38
* Add the ppoll() system call.dchagin2014-11-132-33/+98
* For posix_fallocate(2) and posix_fadvise(2), return ESPIPE whenkib2014-11-121-29/+15
* Merge from projects/sendfile:glebius2014-11-121-11/+13
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-31/+36
* Fix build.glebius2014-11-111-1/+1
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notglebius2014-11-112-677/+57
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-1/+6
* When sleeping waiting for the profiling stop, always set P_STOPPROFkib2014-11-102-3/+4
* Finish r274118#2: commit forgotten uipc_debug.cmelifaro2014-11-061-2/+0
* After the changes in r274118 make NOIP kernels compile by hiding anbz2014-11-061-0/+2
* Add sysctl kern.proc.cwdmjg2014-11-061-0/+67
* filedesc: avoid taking fdesc_mtx when not necessary in fddropmjg2014-11-061-5/+7
* filedesc: just free old tables without altering the list which is freed anywaymjg2014-11-061-4/+2
* Extend struct ucred with group table.mjg2014-11-051-3/+6
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-48/+73
* [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).des2014-11-041-15/+16
* Add a new thread state "spinning" to schedgraph and add tracepoints at thejhb2014-11-044-0/+69
* Simplify logic a bit. Ensure data buffer is properly aligned,hselasky2014-11-041-5/+8
* Enable vt(4) by defaultdumbbell2014-11-041-3/+3
* Clean up confusing comment. Move it to the place of code which iskib2014-11-031-4/+6
* When other end of the pipe closed during the write, but some byteskib2014-11-031-5/+5
* Provide an on-stack temporary buffer for small ioctl requests.mjg2014-11-031-8/+11
* filedesc: plus sys/kdb.h include which crept in with r274007mjg2014-11-031-1/+0
* filedesc: plug unnecessary fdp NULL checks in fdescfreee and fdcopymjg2014-11-031-6/+3
* filedesc: create a dedicated zone for struct filedesc0mjg2014-11-031-2/+5
* Followup to r273966. Fix the build with ADAPTIVE_LOCKMGRS kernel option.kib2014-11-021-1/+1
* filedesc: move freeing old tables to fdescfreemjg2014-11-021-7/+8
* filedesc: factor out some code out of fdescfreemjg2014-11-021-67/+85
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-022-6/+8
* filedesc: tidy up fdcheckstdmjg2014-11-021-16/+15
* filedesc: lock filedesc lock in fdcloseexec only when neededmjg2014-11-021-3/+1
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-011-1/+1
* vt(4): Adjust the cursor position after changing the window sizedumbbell2014-11-011-0/+7
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-312-51/+33
* filedesc: drop retval argument from do_dupmjg2014-10-311-17/+14
OpenPOWER on IntegriCloud