summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Some KSE syscalls are MPSAFE.davidxu2003-01-082-5/+5
* Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final,peter2003-01-071-1/+1
* In vn_open(), unset ndp->ni_vp when returning failure so that codegreen2003-01-071-0/+1
* Use copyout to access user memory.alfred2003-01-071-1/+5
* Make bogus_offset local to bufinit().alc2003-01-071-6/+1
* Fix warnings & errors caused by my last commit.phk2003-01-071-2/+1
* Cast the integer read as the first argument for %b to an unsigned integerjhb2003-01-071-1/+1
* Clear some KSE fields after kse mode was turned off.davidxu2003-01-071-0/+3
* Forgot to call setrunnable() for un-idled thread.davidxu2003-01-071-0/+1
* Check signals for idled threads.davidxu2003-01-073-6/+4
* Correct file descriptor leaks in lseek and do_dup.nectar2003-01-063-16/+31
* This is all "#if defined(__i386__) && __GNUC__ >= 2":phk2003-01-061-0/+47
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-062-2/+2
* Fix cut&paste bug which would result in a panic because buffer wasphk2003-01-051-2/+2
* Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page'salc2003-01-051-2/+1
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-052-11/+11
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-043-3/+46
* Improve the way that an elf image activator for an alternate word size isjake2003-01-046-99/+27
* Introduce thephk2003-01-041-0/+14
* resort the vnode ops list.phk2003-01-041-1/+1
* Move #include of ddb/ddb.h up with the rest.phk2003-01-041-2/+6
* Export tc_tick with sysctl, not tick.phk2003-01-041-1/+1
* Remove unnecessary lock assertion.hsu2003-01-041-15/+1
* Some KSE syscalls are MPSAFE.davidxu2003-01-041-3/+3
* Don't call VOP_BMAP on VCHR vnodes when the logical and physical blockphk2003-01-041-1/+1
* Add a sysctl to get the vm protections for the stack of the current process.jake2003-01-041-0/+14
* Set kse mailbox pointer to NULL when P_KSES is turned off.davidxu2003-01-042-6/+12
* White space fixesjulian2003-01-032-20/+20
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-032-38/+44
* Don't need to set retvals to 0 in the non error case. Theyjulian2003-01-032-18/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Remove unused second argument from DEV_STRATEGY().phk2003-01-034-8/+8
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-021-3/+8
* Lock the vm object when performing back-to-back vm_object_clear_flag() andalc2003-01-021-0/+2
* Adjust code for Julian's last commit. use td_mailbox to detect ifdavidxu2003-01-022-20/+16
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-016-7/+7
* 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
OpenPOWER on IntegriCloud