summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Return EINVAL if the contested bit is not set on the umtx passed totjr2003-09-071-1/+2
* msync(2) should be declared MP-safe.alc2003-09-073-4/+4
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainsam2003-09-061-0/+1
* correct fast swi taskqueue spinlock name to be different from the sleep locksam2003-09-061-1/+1
* Giant is no longer required by pipe_destroy_write_buffer(). Reducealc2003-09-061-9/+7
* "fast swi" taskqueue support. This is a taskqueue that uses spinlockssam2003-09-051-0/+118
* Print a message at boot for interrupt handlers created with INTR_MPSAFEsam2003-09-051-4/+14
* Log involuntary context switches correctly.peter2003-09-051-2/+2
* Put the message about msgbuf cksum mismatch under bootverbose and tellphk2003-09-051-2/+5
* Use the quality to disable timecounters for which we deem Hz too low.phk2003-09-031-6/+10
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-031-0/+32
* move domain list mutex initialization to earlier in the boot sequence sosam2003-09-021-2/+1
* Implement MBUF_STRESS_TEST mark II.silby2003-09-011-0/+84
* o interlock domain list when adding domainssam2003-09-011-8/+9
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() tojeff2003-08-311-0/+8
* - If there is no vp assume that BKGRDINPROG is not set and set RELPBUF injeff2003-08-311-1/+2
* - In some cases bp->b_vp can be NULL in brelse, don't try to lock thejeff2003-08-311-4/+6
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-99/+0
* In bufdone(), change the format specifier for m->valid and m->dirty tomarcel2003-08-281-2/+3
* Do not return with vnode interlock held.kan2003-08-281-0/+2
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-282-80/+89
* Fix a mac_policy_list reference to be a mac_static_policy_listrwatson2003-08-261-1/+1
* Let SA process work under ULE scheduler, originally it would panic kernel.davidxu2003-08-263-24/+49
* Hold the page queues lock when performing vm_page_clear_dirty() andalc2003-08-231-0/+2
* Fix a logic error in osethostid() that was introduced in rev. 1.34:tjr2003-08-231-3/+4
* On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and changemarcel2003-08-231-2/+2
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-211-0/+19
* Change description of kern.osreldate from "Operating system release date" toeivind2003-08-211-1/+5
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-213-8/+38
* Remove about 40 lines of #ifdef/#endif by using new macrosrwatson2003-08-201-70/+31
* bde made a number of suggested improvements to the code. This commitimp2003-08-201-20/+17
* Fix an extreme edge case in leap second handling. We need to callimp2003-08-201-4/+6
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-197-8/+8
* It is not an error to have no devices in the kernel: Return thephk2003-08-171-4/+4
* Use constants less throughout the code and instead use the objsizebmilekic2003-08-161-6/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+1
* Give timecounters a numeric quality field.phk2003-08-161-8/+35
* - Various style fixes in both code and comments.jhb2003-08-153-66/+75
* Add or finish support for machine dependent ptrace requests. When wemarcel2003-08-151-22/+13
* if we got this far, we definately don't have an EBADF. Return a morejmg2003-08-151-1/+1
* add a read-only sysctl to display the number of entries in the fixed sizecg2003-08-141-5/+9
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-144-18/+0
* - The vm_object pointer in pipe_buffer is unused. Remove it.alc2003-08-131-5/+2
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-3/+26
* Remove extra space.mux2003-08-121-1/+1
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-124-5/+5
* Pipespace() no longer requires Giant.alc2003-08-111-2/+2
* Drop Giant in recvit before returning an error to the caller to avoidkan2003-08-111-1/+4
* Add the mlockall() and munlockall() system calls.bms2003-08-112-2/+2
* More pipe changes:silby2003-08-112-48/+34
OpenPOWER on IntegriCloud