summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen.jhb2003-04-259-102/+9
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-253-21/+21
* Remove harmless invalid cast.jake2003-04-252-2/+2
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):njl2003-04-252-51/+134
* - Relax the Giant required in vm_page_remove().alc2003-04-251-3/+2
* Import latest changes from the vendor. This also is reported to fix thescottl2003-04-254-38/+116
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-2513-52/+52
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-2534-2557/+437
* Include altkstack pages in the RSS regardless of whether the processtjr2003-04-251-8/+6
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXanholt2003-04-242-0/+17
* Regen.jhb2003-04-249-12/+174
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-243-12/+12
* VOP_FSYNC() expects to be called with the vnode locked, so lock fvp intruckman2003-04-241-1/+9
* Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit clientpeter2003-04-241-11/+23
* Fail to mount a device if the bytes per sector in the BPB is less thanjhb2003-04-241-0/+6
* Make P_PROTECTED not conflict with P_STOPPED_SIG. Replacewes2003-04-241-2/+1
* Fix printf warnings for i386 with PAE.simokawa2003-04-242-14/+16
* Fix a typo in UINT_MAX definition.kan2003-04-241-1/+1
* It seems that 1 was not a magic value as I thought, but a coincidence.des2003-04-241-2/+2
* Do a better job of calculating the RSS for swapped-out processes:tjr2003-04-241-3/+9
* Fix printf warning for RELENG_4.simokawa2003-04-241-0/+4
* Free mount credentials (mnt_cred) when freeing the mount structtjr2003-04-241-0/+5
* Add some IEEE 1394 OHCI chips.simokawa2003-04-242-1/+26
* - Move swap_pager_isswapped()'s prototype to a more logical place.alc2003-04-242-1/+1
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-2418-14/+45
* When filling out a kinfo_proc structure, if we come across a processdes2003-04-241-0/+2
* Don't print anything for fault at cpu_switch_load_gs, just like otherdavidxu2003-04-242-12/+6
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.archie2003-04-231-1/+2
* 1. Allow drivers to query CIS strings from OLDCARD.imp2003-04-234-0/+69
* Add accessor for cis4 string. Neither OLDCARD nor NEWCARD supportimp2003-04-231-0/+1
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-238-371/+389
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-236-35/+69
* More of the event stuff can now be private to geom_event.cphk2003-04-233-14/+11
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-2312-34/+35
* Remove the now unused hardcoded g_post_event() event support.phk2003-04-232-63/+4
* Use bus_space*() instead of in*() and out*().jhay2003-04-234-317/+280
* Turn EV_NEW_PROVIDER into a g_call_me() event.phk2003-04-233-25/+31
* Convert EV_SPOILED event to use g_call_me().phk2003-04-233-21/+24
* Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack().jhb2003-04-231-15/+7
* Turn the hardwired NEW_CLASS event into a g_call_me() event.phk2003-04-233-22/+34
* Move the shutdown eventhandler stuff to a more logical place.phk2003-04-233-11/+12
* Update many of the locking notes and comments for structjhb2003-04-231-49/+50
* The signotify() sanity check in userret() doesn't need Giant anymore.jhb2003-04-231-2/+0
* Add lock assertions for various proc/thread/kse/ksegroup fields to thejhb2003-04-232-0/+16
* - Reorganize osigstack() to do the copyin first, grab the proc lock once,jhb2003-04-231-19/+13
* Remove Giant from [gs]etpriority().jhb2003-04-231-6/+0
* - Protect p_numthreads with the sched_lock.jhb2003-04-234-27/+33
* Fix a case where the return value from m_copy() was not being checkedarchie2003-04-231-6/+6
* Fix compiling in the NO_SWAPPING case.jhb2003-04-231-5/+7
* Fix a lock order reversal. Unlock the proc before calling fget().jhb2003-04-231-1/+1
OpenPOWER on IntegriCloud