| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve the order of tags copied by m_tag_copy_chain | sam | 2003-01-21 | 1 | -3/+2 |
* | Rewrite the SMP filedesc locking in knote_attach() in order to | hsu | 2003-01-21 | 1 | -23/+11 |
* | Perform VOP_GETATTR() before mac_check_vnode_exec() so that | rwatson | 2003-01-21 | 1 | -5/+5 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 3 | -73/+93 |
* | Close the remaining user address mapping races for physical | dillon | 2003-01-20 | 3 | -9/+50 |
* | disk_dev_synth() is a NO_GEOM hack. | phk | 2003-01-20 | 1 | -0/+4 |
* | Only include <sys/diskslice.h> ifdef NO_GEOM | phk | 2003-01-20 | 1 | -1/+1 |
* | - Hold the page queues lock around vm_page_hold(). | alc | 2003-01-20 | 1 | -0/+2 |
* | Remove a KASSERT that can now happen and add a missing setrunnable. | julian | 2003-01-20 | 3 | -2/+4 |
* | #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an | phk | 2003-01-19 | 2 | -0/+4 |
* | Remove unnecessary locking of Giant around nanotime() in clock_gettime(). | tjr | 2003-01-19 | 1 | -2/+0 |
* | Mark more code #ifdef NODEVFS | phk | 2003-01-19 | 1 | -1/+6 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 4 | -29/+27 |
* | When we use DEVFS, we don't need the /dev/tty pseudo-driver to do | phk | 2003-01-19 | 1 | -0/+89 |
* | useracc() is mpsafe so we only need to hold Giant | alfred | 2003-01-19 | 1 | -10/+5 |
* | Fix comment about what we do when there are no listeners. | imp | 2003-01-19 | 1 | -13/+3 |
* | Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c | phk | 2003-01-17 | 2 | -17/+16 |
* | Remove the unused DSO_* options. | phk | 2003-01-17 | 1 | -31/+6 |
* | Disallow listen() on sockets which are in the SS_ISCONNECTED or | tmm | 2003-01-17 | 1 | -0/+4 |
* | Move dkmodpart() from subr_diskslice.c to subr_disklabel.c. | phk | 2003-01-17 | 2 | -6/+6 |
* | Move a local variable to avoid the compiler warning about it being unused. | phk | 2003-01-16 | 1 | -1/+2 |
* | hardpps() wants the raw hardware counter value converted to nanoseconds. | jhay | 2003-01-16 | 1 | -7/+7 |
* | Fix two long-standing, but likely harmless, errors in the use of | alc | 2003-01-16 | 1 | -2/+2 |
* | Merge all the various copies of vmapbuf() and vunmapbuf() into a single | dillon | 2003-01-15 | 1 | -0/+76 |
* | Don't forget to disconnect object from class. | davidxu | 2003-01-15 | 1 | -2/+3 |
* | Introduce the ability to flag a sysctl for operation at secure level 2 or 3 | dillon | 2003-01-14 | 1 | -2/+3 |
* | - Update vm_pageout_deficit using atomic operations. It's a simple | alc | 2003-01-14 | 1 | -2/+4 |
* | It is possible for an active aio to prevent shared memory from being | dillon | 2003-01-13 | 4 | -25/+20 |
* | style(9) fixes, mostly add parens around return arguments. | alfred | 2003-01-13 | 1 | -63/+65 |
* | - Unbreak world. I did not notice that libkvm was still used in some places | jeff | 2003-01-13 | 1 | -7/+5 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 15 | -140/+129 |
* | - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. | jeff | 2003-01-12 | 1 | -15/+30 |
* | Allowing nent < 0 in aio_suspend() and lio_listio() is just asking for | tjr | 2003-01-12 | 1 | -2/+2 |
* | Remove "XXX undocumented" comment from lio_listio(). | tjr | 2003-01-12 | 1 | -1/+1 |
* | vm_hold_load_pages() needn't clear PG_ZERO because it didn't pass | alc | 2003-01-12 | 1 | -1/+0 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 15 | -128/+125 |
* | Fix kernel build. | mux | 2003-01-11 | 1 | -1/+1 |
* | Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data | tjr | 2003-01-11 | 2 | -4/+10 |
* | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | dillon | 2003-01-11 | 1 | -16/+16 |
* | make sem_leave return a usable errno instead of -1. | alfred | 2003-01-10 | 1 | -3/+3 |
* | Don't record thread pointer, it's not permanent in process life cycle, | davidxu | 2003-01-10 | 1 | -6/+6 |
* | Oops, add zstty to the witness order list. | jake | 2003-01-09 | 1 | -0/+1 |
* | Some KSE syscalls are MPSAFE. | davidxu | 2003-01-08 | 2 | -5/+5 |
* | Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final, | peter | 2003-01-07 | 1 | -1/+1 |
* | In vn_open(), unset ndp->ni_vp when returning failure so that code | green | 2003-01-07 | 1 | -0/+1 |
* | Use copyout to access user memory. | alfred | 2003-01-07 | 1 | -1/+5 |
* | Make bogus_offset local to bufinit(). | alc | 2003-01-07 | 1 | -6/+1 |
* | Fix warnings & errors caused by my last commit. | phk | 2003-01-07 | 1 | -2/+1 |
* | Cast the integer read as the first argument for %b to an unsigned integer | jhb | 2003-01-07 | 1 | -1/+1 |
* | Clear some KSE fields after kse mode was turned off. | davidxu | 2003-01-07 | 1 | -0/+3 |