| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update flags patch for the !ISA case. | Nate Lawson | 2004-10-14 | 1 | -5/+14 |
| * | Set flags for devices before probing them. In the non-ISA case, flags set | Nate Lawson | 2004-10-13 | 1 | -1/+5 |
| * | Fix BUS_DEBUG case | Warner Losh | 2004-08-30 | 1 | -1/+1 |
| * | Initial support (disabled) for rebidding devices. I've been running | Warner Losh | 2004-08-29 | 1 | -4/+36 |
| * | MFp4: Merge in the patches, submitted long ago by someone whose email | Warner Losh | 2004-08-29 | 1 | -12/+26 |
| * | Set the description to NULL in the right detach routine. This should | Warner Losh | 2004-08-24 | 1 | -1/+1 |
| * | Add doxygen doc comments for most of newbus and the BUS interface. | Doug Rabson | 2004-07-18 | 1 | -46/+919 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+5 |
| * | Hide struct resource and struct rman. You must define | Warner Losh | 2004-06-30 | 1 | -0/+1 |
| * | Include more information about the device in the devadded and | Warner Losh | 2004-06-30 | 1 | -2/+38 |
| * | Turns out that jhb didn't really like this. And nate pointed out that | Warner Losh | 2004-06-28 | 1 | -2/+2 |
| * | Allow dev to be NULL and assume that a device is not alive or not | Warner Losh | 2004-06-28 | 1 | -2/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
| * | When we don't have any meaningful value to print for the device sysctl | Maxime Henrion | 2004-06-05 | 1 | -8/+4 |
| * | Add a devclass level to the dev sysctl tree, in order to support per- | Dag-Erling Smørgrav | 2004-06-04 | 1 | -10/+64 |
| * | As discussed on arch@, flatten the device sysctl tree to make it | Maxime Henrion | 2004-06-02 | 1 | -13/+12 |
| * | Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail. | Pawel Jakub Dawidek | 2004-05-26 | 1 | -3/+2 |
| * | As previously threatened, give each device its own sysctl context and | Dag-Erling Smørgrav | 2004-05-25 | 1 | -29/+153 |
| * | Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. | Scott Long | 2004-04-01 | 1 | -1/+1 |
| * | Conform to local file sytle and prefer (a && (b & flag)). | Warner Losh | 2004-03-24 | 1 | -1/+1 |
| * | Change the !MPSAFE boot string to something that doesn't potentially | David E. O'Brien | 2004-03-23 | 1 | -1/+1 |
| * | Rather than display which interrupts are MPSAFE, display those that aren't. | David E. O'Brien | 2004-03-22 | 1 | -1/+3 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2004-02-24 | 1 | -4/+4 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | o make debug_mpsafenet globally visible | Sam Leffler | 2003-11-05 | 1 | -10/+0 |
| * | Minor style(9) nit | Warner Losh | 2003-11-05 | 1 | -8/+8 |
| * | disable MPSAFE network drivers; we aren't ready yet` | Sam Leffler | 2003-11-04 | 1 | -1/+1 |
| * | Add a temporary mechanism to disble INTR_MPSAFE from network interface | Sam Leffler | 2003-10-29 | 1 | -0/+13 |
| * | Convenience functions to generate notifications from the kernel. The ACPI | Warner Losh | 2003-10-24 | 1 | -19/+61 |
| * | * Add multiple inheritance to kobj. Each class can have zero or more base | Doug Rabson | 2003-10-16 | 1 | -66/+102 |
| * | With DIAGNOSTICS, sometimes we get weird crashes when some driver | Warner Losh | 2003-10-14 | 1 | -3/+4 |
| * | Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents | Marcel Moolenaar | 2003-09-10 | 1 | -0/+11 |
| * | Print a message at boot for interrupt handlers created with INTR_MPSAFE | Sam Leffler | 2003-09-05 | 1 | -4/+14 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | 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 |