summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreadedalc2003-08-111-3/+3
* panic() if we try to handle an out-of-range signal number innectar2003-08-101-2/+5
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-2/+2
* Background: When proc_rwmem() wired and mapped a page, it also addedalc2003-08-091-30/+5
* - Remove GIANT_REQUIRED from pipespace().alc2003-08-081-4/+0
* Copyin the thread mailbox flags from the correct locationdeischen2003-08-082-2/+2
* td_dupfd just needs to be less than 0, it does not have to hold thejhb2003-08-072-2/+2
* Update some argument-documenting comments to match reality.nectar2003-08-073-6/+9
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-075-15/+15
* The ktrace mutex does not need to be locked around the post of the ktracejhb2003-08-071-1/+1
* - Remove GIANT_REQUIRED from pipe_free_kmem().alc2003-08-071-3/+0
* If connect(2) has been interrupted by a signal and therefore theyar2003-08-061-3/+8
OpenPOWER on IntegriCloud