aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theIan Dowse2003-09-081-2/+9
* Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently,Alan Cox2003-09-081-35/+11
* Return EINVAL if the contested bit is not set on the umtx passed toTim J. Robbins2003-09-071-1/+2
* msync(2) should be declared MP-safe.Alan Cox2003-09-073-4/+4
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainSam Leffler2003-09-061-0/+1
* correct fast swi taskqueue spinlock name to be different from the sleep lockSam Leffler2003-09-061-1/+1
* Giant is no longer required by pipe_destroy_write_buffer(). ReduceAlan Cox2003-09-061-9/+7
* "fast swi" taskqueue support. This is a taskqueue that uses spinlocksSam Leffler2003-09-051-0/+118
* Print a message at boot for interrupt handlers created with INTR_MPSAFESam Leffler2003-09-051-4/+14
* Log involuntary context switches correctly.Peter Wemm2003-09-051-2/+2
* Put the message about msgbuf cksum mismatch under bootverbose and tellPoul-Henning Kamp2003-09-051-2/+5
* Use the quality to disable timecounters for which we deem Hz too low.Poul-Henning Kamp2003-09-031-6/+10
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversKenneth D. Merry2003-09-031-0/+32
* move domain list mutex initialization to earlier in the boot sequence soSam Leffler2003-09-021-2/+1
* Implement MBUF_STRESS_TEST mark II.Mike Silbersack2003-09-011-0/+84
* o interlock domain list when adding domainsSam Leffler2003-09-011-8/+9
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() toJeff Roberson2003-08-311-0/+8
* - If there is no vp assume that BKGRDINPROG is not set and set RELPBUF inJeff Roberson2003-08-311-1/+2
* - In some cases bp->b_vp can be NULL in brelse, don't try to lock theJeff Roberson2003-08-311-4/+6
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-99/+0
* In bufdone(), change the format specifier for m->valid and m->dirty toMarcel Moolenaar2003-08-281-2/+3
* Do not return with vnode interlock held.Alexander Kabaev2003-08-281-0/+2
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.Jeff Roberson2003-08-282-80/+89
* Fix a mac_policy_list reference to be a mac_static_policy_listRobert Watson2003-08-261-1/+1
* Let SA process work under ULE scheduler, originally it would panic kernel.David Xu2003-08-263-24/+49
* Hold the page queues lock when performing vm_page_clear_dirty() andAlan Cox2003-08-231-0/+2
* Fix a logic error in osethostid() that was introduced in rev. 1.34:Tim J. Robbins2003-08-231-3/+4
* On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and changeMarcel Moolenaar2003-08-231-2/+2
* Introduce two new MAC Framework and MAC policy entry points:Robert Watson2003-08-211-0/+19
* Change description of kern.osreldate from "Operating system release date" toEivind Eklund2003-08-211-1/+5
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():Robert Watson2003-08-213-8/+38
* Remove about 40 lines of #ifdef/#endif by using new macrosRobert Watson2003-08-201-70/+31
* bde made a number of suggested improvements to the code. This commitWarner Losh2003-08-201-20/+17
* Fix an extreme edge case in leap second handling. We need to callWarner Losh2003-08-201-4/+6
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-197-8/+8
* It is not an error to have no devices in the kernel: Return thePoul-Henning Kamp2003-08-171-4/+4
* Use constants less throughout the code and instead use the objsizeBosko Milekic2003-08-161-6/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+1
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-8/+35
* - Various style fixes in both code and comments.John Baldwin2003-08-153-66/+75
* Add or finish support for machine dependent ptrace requests. When weMarcel Moolenaar2003-08-151-22/+13
* if we got this far, we definately don't have an EBADF. Return a moreJohn-Mark Gurney2003-08-151-1/+1
* add a read-only sysctl to display the number of entries in the fixed sizeCameron Grant2003-08-141-5/+9
* Update powerpc to use the (old thread,new thread) calling conventionPeter Grehan2003-08-144-18/+0
* - The vm_object pointer in pipe_buffer is unused. Remove it.Alan Cox2003-08-131-5/+2
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-3/+26
* Remove extra space.Maxime Henrion2003-08-121-1/+1
* - Convert Alpha over to the new calling conventions for cpu_throw() andJohn Baldwin2003-08-124-5/+5
* Pipespace() no longer requires Giant.Alan Cox2003-08-111-2/+2
* Drop Giant in recvit before returning an error to the caller to avoidAlexander Kabaev2003-08-111-1/+4