summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes ajhb2003-04-223-50/+40
* Protect p_swtime with the sched_lock.jhb2003-04-221-0/+2
* - Mark the kse_purge_group() and kse_purge() definitions static to matchjhb2003-04-222-10/+6
* Keep the proc locked while we set PS_INMEM so that either of the proc lockjhb2003-04-221-1/+1
* Collapse meta arguments into regular arguments, the distinction isphk2003-04-222-25/+12
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-228-769/+331
* Revision 1.246 should have also includedalc2003-04-221-1/+2
* Comment out firewire devices.nyan2003-04-221-3/+3
* Move down intr level testing code a bit, cpu_switch_load_gs fault can be atdavidxu2003-04-222-6/+6
* Fix some problems for cpu_switch_load_gs. when fault address is atdavidxu2003-04-222-2/+14
* Remove unused declarations.alc2003-04-221-4/+0
* Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() beingalc2003-04-221-3/+2
* Add VM_OBJECT_LOCKED().alc2003-04-221-0/+1
* add scbus for FireWire.simokawa2003-04-221-0/+7
* Remove single threading detecting code, these code really should bedavidxu2003-04-225-45/+0
* Set the local bus address in xfer->dst.simokawa2003-04-221-2/+2
* Don't use the tpa instruction to implement pmap_kextract. The tpamarcel2003-04-222-8/+26
* Now that all uses of this file use explicit encoding/decoding, removephk2003-04-211-36/+12
* Implement a hotspot for the sunlabel.phk2003-04-211-3/+38
* Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cphk2003-04-213-45/+18
* Use #defines from <sys/sun_disklabel.h> instead of private ones.phk2003-04-211-8/+4
* Add defines for number of partitions, raw partition index and size ofphk2003-04-211-1/+4
* Add prototypes for sunlabel_dec() and sunlabel_enc().phk2003-04-211-0/+3
* Functions to encode and decode Sun Microsystems disk partitioning dataphk2003-04-211-0/+131
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-2117-17/+17
* Create a new function, device_is_attached(), that is likeimp2003-04-212-0/+7
* Regen.takawata2003-04-212-6/+20
* Add another product ID for if_axe and correct vendor ID descriptiontakawata2003-04-212-2/+5
* Add FireWire drivers to GENERIC.simokawa2003-04-217-0/+35
* Remove unused code.simokawa2003-04-211-70/+32
* Explicitly declare 'int' parameters.obrien2003-04-211-3/+3
* Assembly files put thru the C preprocessor need to have C style comments.obrien2003-04-213-81/+80
* Explicitly declare 'int' parameters.obrien2003-04-217-1/+8
OpenPOWER on IntegriCloud