aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* mtx: fix whitespace damage in _mtx_trylock_flags_Mateusz Guzik2017-05-301-4/+4
* Use whole mnt_stat.f_fsid bits for st_dev.Konstantin Belousov2017-05-271-0/+11
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-0/+8
* Followup to r318765 (capsicumize cpuset_*affinity)Allan Jude2017-05-241-2/+2
* Allow cpuset_{get,set}affinity in capabilities modeAllan Jude2017-05-242-4/+23
* Add security.bsd.see_jail_procSteve Wills2017-05-231-0/+31
* Regen.Konstantin Belousov2017-05-233-484/+318
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2311-260/+552
* Regen sysent after r318634, no open(2) in capability modeEd Maste2017-05-221-1/+1
* disallow open(2) in capability modeEd Maste2017-05-221-8/+0
* Avoid open-coding PRI_UNCHANGED.Mark Johnston2017-05-181-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-1714-558/+197
* Add sglist_append_sglist().John Baldwin2017-05-161-0/+43
* mnt_vnode_next_active: use conventional lock order when trylock fails.Konstantin Belousov2017-05-151-11/+87
* Do not wake up sleeping thread in reschedule_signals() if the signalKonstantin Belousov2017-05-121-1/+3
* Let ptracestop() suspend threads sleeping in an SBDRY section.Mark Johnston2017-05-111-2/+2
* - Also outside of the KOBJOPLOOKUP macro - which in turn is used byMarius Strobl2017-05-081-10/+2
* Provide a freebsd32 implementation of sigqueue()Brooks Davis2017-05-051-8/+18
* cache: stop holding the ncneg_hot lock across purgingMateusz Guzik2017-05-041-5/+2
* Extend cpuset_get/setaffinity() APIsConrad Meyer2017-05-033-36/+118
* Add asserts to verify stability of struct proc and struct thread layouts.Konstantin Belousov2017-04-271-0/+51
* Remove unnecessary check for NULL mbuf in soreceive_generic().Patrick Kelsey2017-04-251-1/+1
* Make it possible to terminate "show lockedbufs" by pressing "q".Edward Tomasz Napierala2017-04-231-0/+2
* Improve BUF_TRACKING by not displaying NULL entries.Edward Tomasz Napierala2017-04-231-1/+4
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-178-16/+16
* Typo!Gleb Smirnoff2017-04-171-1/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-174-0/+4
* Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-172-2/+0
* Don't try to write out bufs that have already failed with ENXIO.Edward Tomasz Napierala2017-04-141-4/+14
* Restore ability to shutdown DGRAM sockets, still forcing ENOTCONN to be returnedMaxim Sobolev2017-04-141-5/+20
* Fix the build.Andrey V. Elsukov2017-04-141-1/+1
* Rework r316770 to make it protocol independent and general, like weAndrey V. Elsukov2017-04-141-1/+13
* Don't prefix zero with 0x in assym.s.Andrew Turner2017-04-131-1/+4
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-092-6/+6
* kern_descrip: Move kinfo_ofile size assert under COMPAT_FREEBSD7Conrad Meyer2017-04-071-1/+1
* Regen after r316594.Brooks Davis2017-04-062-4/+4
* Change the size argument of __getcwd() to size_t.Brooks Davis2017-04-061-1/+1
* Add V_VMIO flag for vinvalbuf(9) to indicate that the flush requestKonstantin Belousov2017-04-051-8/+10
* Correct a kernel stack leak in 32-bit compat when vfc_name is short.Brooks Davis2017-04-041-2/+1
* Audit arguments to posix_fallocate(2) and posix_fadvise(2) system calls.Robert Watson2017-03-311-0/+15
* Audit arguments to POSIX message queues, semaphores, and shared memory.Robert Watson2017-03-313-2/+49
* Audit arguments to System V IPC system calls implementing sempahores,Robert Watson2017-03-303-2/+51
* Add system-call argument auditing for ACL-related system calls.Robert Watson2017-03-301-5/+27
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-303-7/+61
* A followup to r315749, two more places where brand->interp_path wasKonstantin Belousov2017-03-301-3/+6
* When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls,Robert Watson2017-03-293-0/+9
* Hook up new audit event identifiers for various non-Orange Book/CAPPRobert Watson2017-03-292-105/+105
* Oops, my fix for bright colors broke bright black some more (in casesBruce Evans2017-03-271-2/+11
* dtrace sched:::preempt should fire only when there is preemptionAndriy Gapon2017-03-251-1/+5
* Make sendfile(2) more robust against file change. This fixes a possibleGleb Smirnoff2017-03-241-4/+3