summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."marcus2008-12-231-1/+1
* Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vopkib2008-12-231-1/+1
* Add missing newlines to flags tags of CPU topology, for prettierivoras2008-12-231-2/+2
* Prevent cross-site forgery attacks on ftpd(8) due to splittingcperciva2008-12-231-0/+5
* Revert r185891.ed2008-12-211-2/+10
* Set PTS_FINISHED before waking up any threads.ed2008-12-211-2/+1
* Let wchan names more closely match pre-MPSAFE TTY behaviour.ed2008-12-201-3/+3
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-25/+34
* Further beautify the lock strings to be more pleasing to the eye andivoras2008-12-191-4/+4
* Removed a comment made obsolete by revisions 157927 and 174292.ru2008-12-181-1/+0
* By popular request, stringify kern.vm_guest sysctl. Now it returns aivoras2008-12-181-3/+27
* Remove spaces in wait object names to make top (1) output prettier andivoras2008-12-181-5/+5
* The quotactl, statfs and fstatfs syscall implementations may dereferencekib2008-12-181-6/+18
* Do not return success and doomed vnode from lookup. LK_UPGRADE allowskib2008-12-181-0/+4
* Introduce a sysctl kern.vm_guest that reflects what the kernel knows aboutivoras2008-12-171-6/+15
* Remove sysctl debug.elf_trace and the trace field in auxargs. They gopeter2008-12-171-4/+0
* Minor style(9) nit.imp2008-12-171-2/+1
* Remove two remnant uses of AT_DEBUG.kib2008-12-171-3/+0
* 1) Fix a deadlock in the VFS:attilio2008-12-162-32/+15
* If possible, try to obtain max_mhz on cpufreq attach instead of first request.mav2008-12-161-1/+8
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-4/+11
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-8/+0
* Add FIONREAD to pseudo-terminal master devices.ed2008-12-131-0/+10
* Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat thiskib2008-12-121-2/+0
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-3/+15
* The userland_sysctl() function retries sysctl_root() until returnedkib2008-12-122-3/+9
* Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component namemarcus2008-12-123-24/+95
* Add kqueue()-support to pseudo-terminal master devices.ed2008-12-111-0/+107
* Order #includes - also to reduce diffs with vimage branches in p4.bz2008-12-111-5/+4
* Correctly check the number of prison states to not access anythingbz2008-12-111-2/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-102-0/+114
* Make sure nmbclusters are initialized before maxsocketsbz2008-12-102-2/+8
* Style changes only. Put the return type on an extra line[1] andbz2008-12-101-1/+3
* Remove added newlines from logged messages written to /dev/console.ed2008-12-101-10/+2
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in thejhb2008-12-101-126/+755
* add RW_SYSINIT_FLAGS macro and rw_sysinit_flags initialization functionkmacy2008-12-081-0/+8
* - Detect Bochs BIOS variants and use HZ_VM as well.jkim2008-12-081-12/+25
* Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoidkib2008-12-081-38/+40
* - convert radix node head lock from mutex to rwlockkmacy2008-12-072-3/+4
* Several threads in a process may do vfork() simultaneously. Then, allkib2008-12-054-2/+5
* When the SYSINIT() to load a module invokes the MOD_LOAD event successfully,jhb2008-12-051-0/+15
* - Invoke MOD_QUIESCE on all modules in a linker file (kld) beforejhb2008-12-052-9/+47
* Fix a credential reference leak. [1]bz2008-12-031-9/+16
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+2
* Shared lookup makes it possible to create several negative cachekib2008-12-021-4/+11
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-022-6/+447
|\
| * Prune some whining.peter2008-12-021-10/+0
| * Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-012-2/+181
| * Properly wrap this giant block of duplicate code inside COMPAT_FREEBSD7peter2008-11-301-2/+2
| * Implement copyout packing more along the lines of what I had in mind.peter2008-11-301-4/+268
OpenPOWER on IntegriCloud