summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment out the mixer entry for igain for the mic 20dB boost for now sincejhb2003-04-231-0/+2
* Add constants for USB programming interfaces. These are already defineddes2003-04-231-0/+3
* Get rid of kvtop().jhay2003-04-234-79/+75
* Implement CONFIG_GEOM verbs "write label" and "write bootcode".phk2003-04-231-0/+83
* Introduce a #define for the length of the bootloader code.phk2003-04-231-0/+8
* Introduce gctl_get_paraml() which gets a parameter only if it has thephk2003-04-231-0/+17
* Make gctl_error() take printfline varargs.phk2003-04-232-7/+23
* Remove unused event pointers in object structures.phk2003-04-232-9/+0
* Add /dev to the Alpha manual mount root example.obrien2003-04-231-1/+1
* Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),truckman2003-04-231-1/+2
* Change the locking so that the _modify function is called with topologyphk2003-04-221-8/+2
* We don't need to have a slice->start() function.phk2003-04-221-14/+1
* Do not mandate that slicers have a private ->start(), they may not needphk2003-04-221-1/+4
* Implement handling of CONFIG_GEOM OAM request.phk2003-04-222-0/+41
* Add "CONFIG_GEOM" operation to the OAM API.phk2003-04-221-0/+7
* - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag andjhb2003-04-225-51/+38
* - Assert that the proc lock and sched_lock are held in sched_nice().jhb2003-04-222-2/+5
* Lock both the proc lock and sched_lock when calling sched_nice sincejhb2003-04-222-1/+12
* Lock the proc to check p_flag and several other related tests injhb2003-04-221-2/+5
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isjhb2003-04-223-21/+13
OpenPOWER on IntegriCloud