| Commit message (Expand) | Author | Age | Files | Lines |
* | - Lock the vm_object when iterating over its list of resident pages. | alc | 2003-04-25 | 1 | -0/+8 |
* | Convert the midway driver to use busdma. Except for this conversion the | harti | 2003-04-25 | 7 | -3671/+3495 |
* | Regen. | jhb | 2003-04-25 | 9 | -102/+9 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 3 | -21/+21 |
* | Remove harmless invalid cast. | jake | 2003-04-25 | 2 | -2/+2 |
* | Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): | njl | 2003-04-25 | 2 | -51/+134 |
* | - Relax the Giant required in vm_page_remove(). | alc | 2003-04-25 | 1 | -3/+2 |
* | Import latest changes from the vendor. This also is reported to fix the | scottl | 2003-04-25 | 4 | -38/+116 |
* | Add an argument to get_mcontext() which specified whether the | deischen | 2003-04-25 | 13 | -52/+52 |
* | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | anholt | 2003-04-25 | 34 | -2557/+437 |
* | Include altkstack pages in the RSS regardless of whether the process | tjr | 2003-04-25 | 1 | -8/+6 |
* | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | anholt | 2003-04-24 | 2 | -0/+17 |
* | Regen. | jhb | 2003-04-24 | 9 | -12/+174 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 3 | -12/+12 |
* | VOP_FSYNC() expects to be called with the vnode locked, so lock fvp in | truckman | 2003-04-24 | 1 | -1/+9 |
* | Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client | peter | 2003-04-24 | 1 | -11/+23 |
* | Fail to mount a device if the bytes per sector in the BPB is less than | jhb | 2003-04-24 | 1 | -0/+6 |
* | Make P_PROTECTED not conflict with P_STOPPED_SIG. Replace | wes | 2003-04-24 | 1 | -2/+1 |
* | Fix printf warnings for i386 with PAE. | simokawa | 2003-04-24 | 2 | -14/+16 |
* | Fix a typo in UINT_MAX definition. | kan | 2003-04-24 | 1 | -1/+1 |
* | It seems that 1 was not a magic value as I thought, but a coincidence. | des | 2003-04-24 | 1 | -2/+2 |
* | Do a better job of calculating the RSS for swapped-out processes: | tjr | 2003-04-24 | 1 | -3/+9 |
* | Fix printf warning for RELENG_4. | simokawa | 2003-04-24 | 1 | -0/+4 |
* | Free mount credentials (mnt_cred) when freeing the mount struct | tjr | 2003-04-24 | 1 | -0/+5 |
* | Add some IEEE 1394 OHCI chips. | simokawa | 2003-04-24 | 2 | -1/+26 |
* | - Move swap_pager_isswapped()'s prototype to a more logical place. | alc | 2003-04-24 | 2 | -1/+1 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 18 | -14/+45 |
* | When filling out a kinfo_proc structure, if we come across a process | des | 2003-04-24 | 1 | -0/+2 |
* | Don't print anything for fault at cpu_switch_load_gs, just like other | davidxu | 2003-04-24 | 2 | -12/+6 |
* | Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails. | archie | 2003-04-23 | 1 | -1/+2 |
* | 1. Allow drivers to query CIS strings from OLDCARD. | imp | 2003-04-23 | 4 | -0/+69 |
* | Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support | imp | 2003-04-23 | 1 | -0/+1 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 8 | -371/+389 |
* | Introduce a g_waitfor_event() function which posts an event and waits for | phk | 2003-04-23 | 6 | -35/+69 |
* | More of the event stuff can now be private to geom_event.c | phk | 2003-04-23 | 3 | -14/+11 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 12 | -34/+35 |
* | Remove the now unused hardcoded g_post_event() event support. | phk | 2003-04-23 | 2 | -63/+4 |
* | Use bus_space*() instead of in*() and out*(). | jhay | 2003-04-23 | 4 | -317/+280 |
* | Turn EV_NEW_PROVIDER into a g_call_me() event. | phk | 2003-04-23 | 3 | -25/+31 |
* | Convert EV_SPOILED event to use g_call_me(). | phk | 2003-04-23 | 3 | -21/+24 |
* | Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack(). | jhb | 2003-04-23 | 1 | -15/+7 |
* | Turn the hardwired NEW_CLASS event into a g_call_me() event. | phk | 2003-04-23 | 3 | -22/+34 |
* | Move the shutdown eventhandler stuff to a more logical place. | phk | 2003-04-23 | 3 | -11/+12 |
* | Update many of the locking notes and comments for struct | jhb | 2003-04-23 | 1 | -49/+50 |
* | The signotify() sanity check in userret() doesn't need Giant anymore. | jhb | 2003-04-23 | 1 | -2/+0 |
* | Add lock assertions for various proc/thread/kse/ksegroup fields to the | jhb | 2003-04-23 | 2 | -0/+16 |
* | - Reorganize osigstack() to do the copyin first, grab the proc lock once, | jhb | 2003-04-23 | 1 | -19/+13 |
* | Remove Giant from [gs]etpriority(). | jhb | 2003-04-23 | 1 | -6/+0 |
* | - Protect p_numthreads with the sched_lock. | jhb | 2003-04-23 | 4 | -27/+33 |
* | Fix a case where the return value from m_copy() was not being checked | archie | 2003-04-23 | 1 | -6/+6 |