summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use 0600 for permissions for /dev/devctl until it is cloneable.imp2003-01-011-1/+2
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-016-0/+7
* fdcopy() only needs a filedesc pointer.alfred2003-01-013-7/+8
* purge 'register'.alfred2003-01-011-31/+31
* Since fdshare() and fdinit() only operate on filedescs, make themalfred2003-01-012-14/+14
* fdinit() does not need to lock the filedesc it is creating as no onealfred2003-01-011-3/+0
* o reduce the overhead of calling ppsratecheck by using ticks instead ofsam2002-12-311-55/+24
* 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
OpenPOWER on IntegriCloud