| Commit message (Expand) | Author | Age | Files | Lines |
* | Hold the page queues lock when performing vm_page_clear_dirty() and | alc | 2003-08-23 | 1 | -0/+2 |
* | Fix a logic error in osethostid() that was introduced in rev. 1.34: | tjr | 2003-08-23 | 1 | -3/+4 |
* | On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and change | marcel | 2003-08-23 | 1 | -2/+2 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 1 | -0/+19 |
* | Change description of kern.osreldate from "Operating system release date" to | eivind | 2003-08-21 | 1 | -1/+5 |
* | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | rwatson | 2003-08-21 | 3 | -8/+38 |
* | Remove about 40 lines of #ifdef/#endif by using new macros | rwatson | 2003-08-20 | 1 | -70/+31 |
* | bde made a number of suggested improvements to the code. This commit | imp | 2003-08-20 | 1 | -20/+17 |
* | Fix an extreme edge case in leap second handling. We need to call | imp | 2003-08-20 | 1 | -4/+6 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 7 | -8/+8 |
* | It is not an error to have no devices in the kernel: Return the | phk | 2003-08-17 | 1 | -4/+4 |
* | Use constants less throughout the code and instead use the objsize | bmilekic | 2003-08-16 | 1 | -6/+6 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 1 | -1/+1 |
* | Give timecounters a numeric quality field. | phk | 2003-08-16 | 1 | -8/+35 |
* | - Various style fixes in both code and comments. | jhb | 2003-08-15 | 3 | -66/+75 |
* | Add or finish support for machine dependent ptrace requests. When we | marcel | 2003-08-15 | 1 | -22/+13 |
* | if we got this far, we definately don't have an EBADF. Return a more | jmg | 2003-08-15 | 1 | -1/+1 |
* | add a read-only sysctl to display the number of entries in the fixed size | cg | 2003-08-14 | 1 | -5/+9 |
* | Update powerpc to use the (old thread,new thread) calling convention | grehan | 2003-08-14 | 4 | -18/+0 |
* | - The vm_object pointer in pipe_buffer is unused. Remove it. | alc | 2003-08-13 | 1 | -5/+2 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 1 | -3/+26 |
* | Remove extra space. | mux | 2003-08-12 | 1 | -1/+1 |
* | - Convert Alpha over to the new calling conventions for cpu_throw() and | jhb | 2003-08-12 | 4 | -5/+5 |
* | Pipespace() no longer requires Giant. | alc | 2003-08-11 | 1 | -2/+2 |
* | Drop Giant in recvit before returning an error to the caller to avoid | kan | 2003-08-11 | 1 | -1/+4 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 2 | -2/+2 |
* | More pipe changes: | silby | 2003-08-11 | 2 | -48/+34 |
* | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreaded | alc | 2003-08-11 | 1 | -3/+3 |
* | panic() if we try to handle an out-of-range signal number in | nectar | 2003-08-10 | 1 | -2/+5 |
* | Add or correct range checking of signal numbers in system calls and | nectar | 2003-08-10 | 1 | -2/+2 |
* | Background: When proc_rwmem() wired and mapped a page, it also added | alc | 2003-08-09 | 1 | -30/+5 |
* | - Remove GIANT_REQUIRED from pipespace(). | alc | 2003-08-08 | 1 | -4/+0 |
* | Copyin the thread mailbox flags from the correct location | deischen | 2003-08-08 | 2 | -2/+2 |
* | td_dupfd just needs to be less than 0, it does not have to hold the | jhb | 2003-08-07 | 2 | -2/+2 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 3 | -6/+9 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 5 | -15/+15 |
* | The ktrace mutex does not need to be locked around the post of the ktrace | jhb | 2003-08-07 | 1 | -1/+1 |
* | - Remove GIANT_REQUIRED from pipe_free_kmem(). | alc | 2003-08-07 | 1 | -3/+0 |
* | If connect(2) has been interrupted by a signal and therefore the | yar | 2003-08-06 | 1 | -3/+8 |
* | kse.h is not needed for these files. | davidxu | 2003-08-05 | 2 | -2/+0 |
* | Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures other | davidxu | 2003-08-05 | 2 | -14/+36 |
* | Make the second argument to sooptcopyout() constant in order to | hsu | 2003-08-05 | 1 | -4/+1 |
* | In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls, | iedowse | 2003-08-05 | 2 | -10/+46 |
* | Do some minor Giant pushdown made possible by copyin, fget, fdrop, | dwmalone | 2003-08-04 | 2 | -19/+14 |
* | Adjust a comment to remove staleness and take slightly less implementation | jhb | 2003-08-04 | 1 | -6/+2 |
* | Set td_critnest to 1 when setting up a thread since it is a MI field with | jhb | 2003-08-04 | 2 | -0/+2 |
* | Insert cosmetic spaces. | jhb | 2003-08-04 | 1 | -2/+2 |
* | Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e | rwatson | 2003-08-04 | 3 | -3/+252 |
* | Both 'c' an 'lines' are unused, the bogus init of lines was accidentally | jhb | 2003-08-02 | 1 | -2/+1 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | alc | 2003-08-02 | 1 | -1/+1 |