| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 2 | -2/+2 |
* | Style(9). | mux | 2003-06-13 | 1 | -14/+17 |
* | Make the VFS cache use zones instead of malloc(9). This results in a | des | 2003-06-13 | 1 | -4/+33 |
* | Add vm object locking to various pagers' "get pages" methods, i386 stack | alc | 2003-06-13 | 1 | -2/+0 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -0/+61 |
* | Document some sysctl variables. | des | 2003-06-12 | 1 | -5/+10 |
* | Add support to sysctl_kern_proc to return all threads in a proc, not just the | scottl | 2003-06-12 | 1 | -56/+90 |
* | Finish the vm object locking in sendfile(2). More generally, | alc | 2003-06-12 | 1 | -1/+8 |
* | Lock the vm object when removing a page. | alc | 2003-06-11 | 2 | -0/+5 |
* | Lock the vm object when removing a page. | alc | 2003-06-11 | 1 | -0/+8 |
* | Whitespace cleanup. | des | 2003-06-11 | 1 | -10/+10 |
* | Add vm object locking. | alc | 2003-06-11 | 1 | -12/+12 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 3 | -6/+9 |
* | Don't overflow when calculating vm_kmem_size. This fixes kmem_map | ps | 2003-06-11 | 1 | -4/+4 |
* | Fix error in my last commit. Correctly maintain p_maxthrwaits and unlock | davidxu | 2003-06-11 | 2 | -10/+16 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 137 | -231/+417 |
* | If there are signals delivered to current thread, breaks out of loop, | davidxu | 2003-06-10 | 2 | -8/+6 |
* | style(9). | mux | 2003-06-09 | 1 | -12/+20 |
* | Wait for the real interval timer callout handler to finish executing if it | jhb | 2003-06-09 | 2 | -2/+14 |
* | The issetugid() function is MPSAFE. | jhb | 2003-06-09 | 1 | -1/+1 |
* | Update the vm object and page locking in exec_map_first_page(). Mark the | alc | 2003-06-09 | 1 | -9/+15 |
* | - Add vm object locking to vm_pgmoveco(). | alc | 2003-06-09 | 1 | -2/+5 |
* | Attempt to fix Alpha build by renaming ident[] to kern_ident[]. | jmallett | 2003-06-09 | 1 | -1/+1 |
* | - Add a td_pflags field to struct thread for private flags accessed only by | jhb | 2003-06-09 | 3 | -25/+19 |
* | Expose kern.ident by way of OID_AUTO. | jmallett | 2003-06-09 | 1 | -0/+3 |
* | - Add a simple CPU load balancing algorithm. This works by executing once a | jeff | 2003-06-09 | 1 | -7/+95 |
* | Lock the vm object when performing vm_page_grab(). | alc | 2003-06-08 | 1 | -2/+2 |
* | - When a new thread is added to a kseq the load is incremented prior to | jeff | 2003-06-08 | 1 | -5/+20 |
* | Improve the root-dev prompt facility for printing devices which could | phk | 2003-06-07 | 1 | -11/+2 |
* | thread_signal_add now is called with ps_mtx held, unlock it before | davidxu | 2003-06-06 | 2 | -6/+10 |
* | If a system call comes in requesting to retrieve an attribute named | rwatson | 2003-06-05 | 2 | -2/+26 |
* | Add vop_listextattr(), similar to vop_getextattr() but without a | rwatson | 2003-06-05 | 1 | -0/+12 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 3 | -6/+3 |
* | Add instrumentation which tells us how much work softclock() does | phk | 2003-06-04 | 1 | -2/+26 |
* | Implementations of extattr_list_fd(), extattr_list_file(), and | rwatson | 2003-06-04 | 2 | -0/+286 |
* | Regen from syscalls.master:1.149, addition of extended attribute | rwatson | 2003-06-04 | 2 | -2/+8 |
* | Add system calls to explicitly list extended attributes on a | rwatson | 2003-06-04 | 1 | -0/+6 |
* | Assert the vnode lock when returning successfully from vn_open_cred(). | rwatson | 2003-06-04 | 1 | -0/+1 |
* | Remove un-needed code. | julian | 2003-06-04 | 2 | -98/+54 |
* | Fix a potential bucket leak where when freeing to an empty bucket | bmilekic | 2003-06-03 | 1 | -57/+29 |
* | - Remove the blocked pointer from the umtx structure. | jeff | 2003-06-03 | 1 | -171/+163 |
* | Add tracking of process leaders sharing a file descriptor table and | tegge | 2003-06-02 | 3 | -19/+226 |
* | Remove the ia64 hackery in threadinit() that was needed to work around | marcel | 2003-06-01 | 2 | -28/+0 |
* | Attempt to further comment and clarify System V IPC logic: document | rwatson | 2003-05-31 | 1 | -9/+24 |
* | Attempt to marginally de-obfuscate sections of the System V IPC access | rwatson | 2003-05-31 | 1 | -2/+7 |
* | Add "" around mutex name to make message less confusing. | phk | 2003-05-31 | 2 | -2/+2 |
* | Remove unused variable(s). | phk | 2003-05-31 | 6 | -20/+2 |
* | Remove return after panic. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove needless return | phk | 2003-05-31 | 1 | -1/+0 |
* | Add a couple of XXX comments where the intent is not clear. | phk | 2003-05-31 | 1 | -0/+2 |