| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sysctl descriptions. | le | 2005-11-25 | 1 | -7/+8 |
* | Call g_waitidle() instead of GEOM using the root_mount_hold() KPI. | phk | 2005-04-19 | 1 | -6/+0 |
* | Add a named reference-count KPI to hold off mounting of the root filesystem. | phk | 2005-04-18 | 1 | -0/+6 |
* | Make various random things static | phk | 2005-02-10 | 1 | -2/+2 |
* | Stop explicitly touching td_base_pri outside of the scheduler and simply | jhb | 2004-12-30 | 1 | -4/+11 |
* | Make kern.geom.debugflags sysctl tunable from /boot/loader.conf. | pjd | 2004-09-13 | 1 | -0/+1 |
* | don't call sbuf_clear() right after sbuf_new(), it is not necessary. | phk | 2004-02-10 | 1 | -3/+0 |
* | Sleep on "-" in our normal state to simplify debugging. | phk | 2003-06-18 | 1 | -1/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Introduce a g_waitfor_event() function which posts an event and waits for | phk | 2003-04-23 | 1 | -12/+3 |
* | More of the event stuff can now be private to geom_event.c | phk | 2003-04-23 | 1 | -2/+0 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 1 | -3/+3 |
* | Move the shutdown eventhandler stuff to a more logical place. | phk | 2003-04-23 | 1 | -0/+11 |
* | Change events to have an array of "void *" references, and give the | phk | 2003-04-02 | 1 | -3/+3 |
* | Turn /dev/geom.ctl from a GEOM class into a plain character device driver | phk | 2003-03-24 | 1 | -0/+1 |
* | Retire the GEOM private statistics code and use devstat instead. | phk | 2003-03-18 | 1 | -4/+0 |
* | Implement a bio-taskqueue to reduce number of context switches in | phk | 2003-02-11 | 1 | -10/+0 |
* | Remove another printf which does not say anything we didn't already know. | phk | 2003-02-11 | 1 | -1/+0 |
* | Update the statistics collection code to track busy time instead of | phk | 2003-02-09 | 1 | -1/+1 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | phk | 2003-02-08 | 1 | -0/+2 |
* | Commit the correct copy of the g_stat structure. | phk | 2003-02-07 | 1 | -0/+6 |
* | Fix some sleep strings to make more sense. | phk | 2003-02-07 | 1 | -3/+3 |
* | Remove the "ascii" attribute from the sysctls so that "sysctl -a" will | phk | 2002-12-27 | 1 | -3/+3 |
* | Use a mutex assert to document our locking circumstances. | phk | 2002-12-26 | 1 | -0/+3 |
* | Fix a cut&past-o. | phk | 2002-12-01 | 1 | -1/+1 |
* | Add the remaning part of the new libdisk interaction. | phk | 2002-10-28 | 1 | -2/+23 |
* | Reduce the GEOM verbosity under bootverbose to something more sufferable. | phk | 2002-10-25 | 1 | -2/+0 |
* | No need to specify CTLTYPE_INT when we use SYSCTL_INT. | phk | 2002-10-20 | 1 | -7/+7 |
* | Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}. | phk | 2002-10-17 | 1 | -2/+2 |
* | Properly isolate the locking domains of sysctl from the topology lock | phk | 2002-10-04 | 1 | -17/+25 |
* | Move GEOM's sysctls under kern.geom. | phk | 2002-10-02 | 1 | -9/+11 |
* | Zero the local-variable mutexes before we call mtx_init() on them, | phk | 2002-09-28 | 1 | -0/+2 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -4/+5 |
* | Make the UP/DOWN threads hold on to their own private mutex while doing | phk | 2002-09-27 | 1 | -2/+26 |
* | Various no-ops: | phk | 2002-09-27 | 1 | -6/+0 |
* | Don't use the static thread.. it is going away. | julian | 2002-06-29 | 1 | -2/+2 |
* | Eliminate some thread pointers which do not make sense anymore. | phk | 2002-03-26 | 1 | -3/+2 |
* | Cave in to tradition and rename "methods" to "classes". | phk | 2002-03-26 | 1 | -2/+2 |
* | First commit of the GEOM subsystem to make it easier for people to | phk | 2002-03-11 | 1 | -0/+192 |