summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument to vrecycle().trasz2012-04-232-3/+3
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-2/+1
* Include the associated wait channel message for context switch ktracejhb2012-04-204-17/+22
* The value of flags matching VNOVAL can't be supported. Return EOPNOTSUPPjh2012-04-201-0/+4
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-201-1/+13
* This change creates a new list of active vnodes associated withmckusick2012-04-202-10/+177
* Delete a no longer useful VNASSERT missed during changes in 234400.mckusick2012-04-181-2/+0
* Fix a memory leak of M_VNODE_MARKER introduced in 234386.mckusick2012-04-181-1/+1
* Drop export of vdestroy() function from kern/vfs_subr.c as it ismckusick2012-04-171-102/+85
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-173-32/+102
* Fix bug where NFSv4 ACL enforcement code wouldn't unconditionallytrasz2012-04-171-0/+3
* Stop treating system processes as special. This fixes panicstrasz2012-04-172-48/+1
* Fix panic, triggered like this: "int main() { thr_exit(); }"trasz2012-04-171-1/+1
* Enforce upper bound on the input buffer length.trasz2012-04-171-0/+3
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-5/+19
* Fix a typo.davide2012-04-141-1/+1
* Fix some style bugs introduced in a previous commit (r233045)davide2012-04-141-8/+8
* Fix !DDB build after r234190.marius2012-04-141-1/+1
* Use strdup() on the name (and free it when it's done) so non-static namesadrian2012-04-131-2/+8
* - Extend the KDB interface to add a per-debugger callback to print ajhb2012-04-122-4/+27
* If a linker file contains at least one module, but all of the modulesjhb2012-04-121-2/+13
* Add thread-private flag to indicate that error value is already placedkib2012-04-122-3/+9
* Export vinactive() from kern/vfs_subr.c (e.g., make it no longermckusick2012-04-111-2/+1
* Allow device_busy() and device_unbusy() to be invoked while a device isjhb2012-04-111-5/+13
* Return EBADF instead of EMFILE from dup2 when the second argument iseadler2012-04-111-1/+1
* Remove unused and wrong SA_PROC internal signal property.jilles2012-04-091-23/+22
* Microoptimize cpu_search().mav2012-04-091-24/+28
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-0/+42
* - Improve BPF locking model.melifaro2012-04-061-2/+2
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+40
* In sem_post, the field _has_waiters is no longer used, because somedavidxu2012-04-051-9/+14
* umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accessesdavidxu2012-04-051-2/+82
* - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.np2012-04-031-6/+5
* When process exists, not only the children shall be reparented tokib2012-04-021-0/+16
* Add helper function to remove the process from the orphans list andkib2012-04-021-8/+14
* Export some more useful info about shared memory objects to userlandjhb2012-04-012-0/+42
* Remove stale comments.davidxu2012-03-311-3/+0
* Remove trailing semicolon, it is a typo.davidxu2012-03-301-1/+1
* Fix COMPAT_FREEBSD32 build.davidxu2012-03-301-3/+3
* Remove trailing space.davidxu2012-03-301-1/+1
* Merge umtxq_sleep and umtxq_nanosleep into a single function by usingdavidxu2012-03-301-264/+172
* Reduce code size by creating common timed sleeping function.davidxu2012-03-291-93/+60
* Add software PMC support.fabient2012-03-287-1/+236
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-4/+70
* - Add knlist_init_rw_reader() function to kqueue(9).melifaro2012-03-261-0/+42
* Add a sysctl to set and retrieve binary osreldate of another process.trociny2012-03-231-0/+50
* Correct debug message.ae2012-03-221-1/+1
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-222-6/+14
* Acquire modules lock before call module_getname() in the KLD_DEBUG case.ae2012-03-211-0/+4
* - Clean up timestamps in msgbuf code. The timestamps should now beeadler2012-03-191-35/+19
OpenPOWER on IntegriCloud