summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "-r" when we initialize the label first time.phk2003-04-221-1/+18
* 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
* Add a working pthread_[gs]etconcurrency. Initial null implementationdeischen2003-04-224-0/+242
* Add a couple asserts to pthread_cond_foo to ensure the (low-level)deischen2003-04-2210-42/+144
* 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
* Make this WARNS=2 clean by using %j and (uintmax_t).johan2003-04-222-2/+2
* 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
* Collapse the meta arguments into normal arguments, trying to distinguishphk2003-04-222-38/+1
* Use .Pa for the pccard_ether file.trhodes2003-04-221-3/+3
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-228-769/+331
* Catch this file up with ufs/ffs/fs.h.trhodes2003-04-221-95/+104
* Revision 1.246 should have also includedalc2003-04-221-1/+2
* chdir(1) into a source directory before attempting to determine theru2003-04-221-1/+2
* IP addresses can be up to 15 characters long, not 12.mike2003-04-221-2/+2
* Comment out firewire devices.nyan2003-04-221-3/+3
* Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.ru2003-04-221-1/+1
* Add Vladimir Ulyanov's birthday.grog2003-04-221-0/+1
* Bump document date for previous revision.ru2003-04-221-16/+36
* Move down intr level testing code a bit, cpu_switch_load_gs fault can be atdavidxu2003-04-222-6/+6
* add FireWire drivers.simokawa2003-04-222-0/+8
* 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
* Fix compilation errors.phk2003-04-221-2/+1
* FreeBSD has no systrace(1), and our rc.subr does not support it.dougb2003-04-221-12/+0
* Add VM_OBJECT_LOCKED().alc2003-04-221-0/+1
* add scbus for FireWire.simokawa2003-04-221-0/+7
* Document device_set_driver(9)imp2003-04-222-1/+57
* Document device_printf(9).imp2003-04-222-1/+59
* Document device_set_ivars(9) as well.imp2003-04-222-2/+20
* 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
* man page for device_get_parent.imp2003-04-222-1/+50
* device_is_alive already was documented in device_get_state, so remove theimp2003-04-224-102/+12
* Add man page for device_get_name and device_get_nameunit.imp2003-04-221-0/+55
* Don't use UFS2 by default during the install process on PC98, as therwatson2003-04-214-22/+36
* Now that all uses of this file use explicit encoding/decoding, removephk2003-04-211-36/+12
* Use explicit encoding/decoding funtions for sunlabel data structures.phk2003-04-212-34/+29
* Update libdisk to use the explicing encoding function for sunlabel dataphk2003-04-212-11/+13
* Add minimal regression test for hotspot handling of the sunlabel.phk2003-04-211-0/+114
OpenPOWER on IntegriCloud