summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
| * WIP kinfo_file/kinfo_vmmentry tweaks. The idea:peter2008-11-292-3/+11
* | Shared memory objects that have size which is not necessarily equal tokan2008-12-011-1/+2
* | Catch up with the disappearance of sys/dev/hfa.kensmith2008-12-011-1/+0
* | Fix an inverted check introduced in r184554.attilio2008-12-011-1/+1
* | Revision 184199 had not been fully reverted, add missing piece.davidxu2008-12-011-0/+4
* | Unbreak the no-networks (no INET/6) build that I broke withbz2008-11-291-0/+2
* | MFp4:bz2008-11-295-64/+974
* | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-292-9/+35
* | Improve KASSERT() call a bit:pjd2008-11-291-1/+2
|/
* With the permissions of phk@ change the license on kern_jail.cbz2008-11-281-6/+22
* Fix matching of message queues by name.ed2008-11-281-1/+2
* Explicitely note that destroy_dev() sleeps.kib2008-11-271-0/+1
* Remove unused variable.ganbold2008-11-271-2/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-262-0/+4
* Move vn_fullpath1() outside of FILEDESC locking. This is being done inmarcus2008-11-251-5/+21
OpenPOWER on IntegriCloud