summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If we cannot open the parent device for writing, use GEOM::CONFIG_GEOMphk2003-04-232-24/+61
* 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
* Do not link sunlabel to disklabel.phk2003-04-231-1/+0
* Add /dev to the Alpha manual mount root example.obrien2003-04-231-1/+1
* The second chdir(1) that I trimmed is needed tooru2003-04-231-2/+3
* Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),truckman2003-04-231-1/+2
* Add first axe(4) devices.bmah2003-04-222-0/+34
* New release notes: axe(4), newfs(8) -O2 default, sysinstall UFS2bmah2003-04-222-0/+24
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Set the quantum for scope system threads to 0 (no quantum).deischen2003-04-222-0/+4
* 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
* 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
OpenPOWER on IntegriCloud