summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-302-20/+62
* Implement new ACL system calls which do not follow symbolic links:rwatson2002-12-293-3/+267
* Regen from syscalls.master:1.139rwatson2002-12-292-2/+10
* Add definitions for four new system calls:rwatson2002-12-291-0/+8
* Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVEiedowse2002-12-291-15/+38
* Use a timeout of one second while we wait for the vnode washer,phk2002-12-291-1/+1
* Vnodes pull in 800-900 bytes these days, all things counted, so we needphk2002-12-291-5/+15
* Reduce the number of times that we acquire and release the page queuesalc2002-12-291-2/+0
* Don't put a newline in KTR traces.jake2002-12-281-1/+1
* Add a tunable kern.smp.disabled for disabling explicitly smp on an smpjake2002-12-281-1/+5
* KASSERT that vop_revoke() gets a VCHR.phk2002-12-281-1/+2
* Remove unused cdevsw_ALLOCSTART macro.phk2002-12-281-2/+0
* Remove cdevsw_add calls, they are deprecated.phk2002-12-281-2/+1
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-3/+3
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-2810-619/+699
* Improve consistency between devfs and MAKEDEV: use UID_ROOT andrwatson2002-12-271-5/+5
* Lock filedesc while performing a range check on the file descriptor.alfred2002-12-271-0/+4
* Hold the page queues lock when calling vm_page_flag_clear().alc2002-12-271-0/+6
* Ensure that the made-up inode number for a Unix domain socket is persistent.hsu2002-12-251-1/+1
* Flush vop_refreshlabel() definition, since it is no longer used.rwatson2002-12-241-9/+0
* White-space changes.phk2002-12-244-27/+27
* SMP locking for radix nodes.hsu2002-12-241-4/+10
* Move the declaration of the socket fileops from socketvar.h to file.h.phk2002-12-231-2/+0
* Detediousficate declaration of fileops array members by introducingphk2002-12-234-46/+29
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-232-2/+2
* - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...).alc2002-12-231-0/+6
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-221-0/+3
* Enforce correct ordering of the filedesc structure and pipe mutex, becausekris2002-12-221-0/+2
* SMP locking for ifnet list.hsu2002-12-221-3/+3
* Fix multiple registration of the elf_legacy_coredump sysctl variable.marcel2002-12-211-3/+5
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-201-0/+88
* Extend the scope of the page queues lock in vm_pgmoveco().alc2002-12-201-4/+4
* Don't forget to destroy the mutex if an error occursmux2002-12-201-0/+1
* Hold the page queues lock when performing vm_page_busy().alc2002-12-182-0/+4
* Indent properly.phk2002-12-171-1/+2
* Remove unused variable cn_devfsdev.phk2002-12-171-2/+1
* Don't cast a pointer to (intptr_t) and then on to (int) when we cannotphk2002-12-171-3/+3
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-11/+31
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inrobert2002-12-161-13/+12
* Regenerate system calls (swapoff added)dillon2002-12-152-2/+4
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-152-32/+184
* Fix a refcount race with the vmspace structure. In order to preventdillon2002-12-151-1/+8
* o Clear a high bit of ipc_perm.seq so msgget(3) never returns amaxim2002-12-151-1/+1
* Perform vm_object_lock() and vm_object_unlock() aroundalc2002-12-151-0/+2
* unwrap lines made short enough by SCARGS removalalfred2002-12-148-46/+23
* remove syscallarg().alfred2002-12-147-376/+376
* SCARGS removal take II.alfred2002-12-1413-295/+295
* The buffer daemon cannot skip over buffers owned by locked inodes asmckusick2002-12-141-46/+64
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-1313-295/+295
OpenPOWER on IntegriCloud