| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 1 | -2/+2 |
| * | Create a new function, device_is_attached(), that is like | Warner Losh | 2003-04-21 | 1 | -0/+6 |
| * | Fix /dev/devctl's implementation of poll. We should only be setting | Warner Losh | 2003-04-21 | 1 | -11/+5 |
| * | Lock the process before sending it a SIGIO. Not doing so is a panic(2) | John Baldwin | 2003-04-02 | 1 | -2/+7 |
| * | Make sure we actually have a dev before dereferencing in case someone | Alfred Perlstein | 2003-03-13 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | Fix comment about what we do when there are no listeners. | Warner Losh | 2003-01-19 | 1 | -13/+3 |
| * | Don't forget to disconnect object from class. | David Xu | 2003-01-15 | 1 | -2/+3 |
| * | Don't record thread pointer, it's not permanent in process life cycle, | David Xu | 2003-01-10 | 1 | -6/+6 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | Use 0600 for permissions for /dev/devctl until it is cloneable. | Warner Losh | 2003-01-01 | 1 | -1/+2 |
| * | devd kernel improvements: | Warner Losh | 2002-11-30 | 1 | -21/+38 |
| * | Use %z to quiet a warning. | John Baldwin | 2002-11-07 | 1 | -1/+1 |
| * | Use ; not , as statement separator in PDEBUG() macro. | Poul-Henning Kamp | 2002-10-15 | 1 | -5/+4 |
| * | Introducing /dev/devctl. This device reports events in the | Warner Losh | 2002-10-07 | 1 | -2/+326 |
| * | Two minor bugfixes: | Warner Losh | 2002-10-07 | 1 | -0/+3 |
| * | Add wrappers around the newly created bus_child_pnpinfo_str and | Warner Losh | 2002-10-07 | 1 | -2/+28 |
| * | Minor string handling cleanup that I've had in my tree for a while: | Warner Losh | 2002-10-07 | 1 | -21/+20 |
| * | Don't need to NUL terminate after snprintf | Warner Losh | 2002-10-07 | 1 | -1/+0 |
| * | Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings. | Poul-Henning Kamp | 2002-10-02 | 1 | -1/+75 |
| * | Move includ of <sys/bus_priate.h> later to get semantic identity of | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Add additional information returned to userland by the device querying | Warner Losh | 2002-09-14 | 1 | -0/+5 |
| * | Fixed style bugs in resource_list_add_next(). | Bruce Evans | 2002-09-12 | 1 | -5/+5 |
| * | Include <vm/uma.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-11 | 1 | -7/+10 |
| * | Add bus_child_present and the child_present method to bus_if.m | Warner Losh | 2002-07-21 | 1 | -0/+26 |
| * | Don't call malloc(9) to allocate zero bytes softc data for devices. | Poul-Henning Kamp | 2002-04-23 | 1 | -1/+1 |
| * | Add resource_list_add_next() which returns the RID for the resource added. | Matthew N. Dodd | 2002-03-29 | 1 | -0/+13 |
| * | Don't (blindly) truncate the unit number to 4 digits when formatting the | Bruce Evans | 2002-03-06 | 1 | -1/+3 |
| * | Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98, | Bruce Evans | 2002-02-26 | 1 | -3/+4 |
| * | Hide "bla bla exists, skipping it" behind bootverbose. | Søren Schmidt | 2002-02-26 | 1 | -4/+4 |
| * | Fixed an apparent typo ("-" before ":") and an English error (comma | Bruce Evans | 2001-12-28 | 1 | -4/+4 |
| * | Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions, | Thomas Moestl | 2001-12-21 | 1 | -2/+30 |
| * | Update to C99, s/__FUNCTION__/__func__/. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | o No need to set values to 0 when we utilize M_ZERO | Andrew R. Reiter | 2001-11-05 | 1 | -2/+0 |
| * | Don't hide the failure to allocate device behind boot verbose. It is | Warner Losh | 2001-11-02 | 1 | -3/+2 |
| * | Add new interface function | Andrey A. Chernov | 2001-11-01 | 1 | -0/+10 |
| * | 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixed | Andrey A. Chernov | 2001-10-28 | 1 | -8/+8 |
| * | Move the hints gunk to a seperate file. It isn't really part of the | Peter Wemm | 2001-07-14 | 1 | -299/+0 |
| * | Go back to having either static OR dynamic hints, with fallback | Peter Wemm | 2001-07-14 | 1 | -17/+42 |
| * | Hints overhaul: | Peter Wemm | 2001-06-12 | 1 | -465/+274 |
| * | Unset the devclass if the attach fails and the devclass was not set to | Nick Hibma | 2001-01-08 | 1 | -0/+4 |
| * | Make this file conform mostly to style(9): | Warner Losh | 2001-01-05 | 1 | -917/+909 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -14/+7 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Alter the return value and arguments of the GET_RESOURCE_LIST bus method. | Matthew N. Dodd | 2000-11-28 | 1 | -23/+17 |
| * | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | Kirk McKusick | 2000-11-14 | 1 | -4/+2 |
| * | Implement a trivial but effective interface for obtaining the kernel's | Mike Smith | 2000-11-09 | 1 | -142/+213 |
| * | Add new bus method 'GET_RESOURCE_LIST' and appropriate generic | Matthew N. Dodd | 2000-10-18 | 1 | -0/+92 |
| * | Initialize 'hints_loaded' to 0. | Matthew N. Dodd | 2000-09-17 | 1 | -1/+1 |
| * | When we are picking the next available unit number, specifically say | Peter Wemm | 2000-09-05 | 1 | -3/+3 |