| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r261894: move devd rules for zfs events into a separate file | avg | 2014-10-07 | 1 | -31/+0 |
* | MFC r261260, r261262, r261315 and r261343: | hselasky | 2014-02-05 | 1 | -0/+18 |
* | Comment cosmetics: capitalize SCSI | schweikh | 2013-03-02 | 1 | -8/+8 |
* | Make sure moused is exiting as quick as possible after that the | hselasky | 2012-09-24 | 1 | -6/+14 |
* | Fix a missing ";". | hrs | 2012-07-09 | 1 | -1/+1 |
* | - Add support for a "!" character in regex matching in devd(8). It inverts | hrs | 2011-10-26 | 1 | -0/+1 |
* | Fix a confusing sentence. [1] | wblock | 2011-09-29 | 1 | -17/+16 |
* | Add example devd.conf entry. | trasz | 2011-03-30 | 1 | -0/+10 |
* | Fix typo in default config file. | jpaetzel | 2011-01-04 | 1 | -1/+1 |
* | Add firmware downloader for Atheros AR3011 based USB Bluetooth devices. | emax | 2010-11-12 | 1 | -0/+7 |
* | Remove trailing white space. No functional changes. | dougb | 2010-05-14 | 1 | -4/+4 |
* | Change usb devd events from fake attach to a notify. The ugen device is not a | thompsa | 2010-04-21 | 1 | -6/+8 |
* | o Add missed semicolon in action script. | maxim | 2009-05-16 | 1 | -1/+1 |
* | Remove DETACH event handling; this is race prone and does nothing useful. | sam | 2009-01-26 | 1 | -6/+5 |
* | Move another block of ASUS events to devd/asus.conf that were missed in r186249 | thompsa | 2008-12-23 | 1 | -22/+0 |
* | Add /etc/devd/ and move hardware specific configuration there. This makes it | thompsa | 2008-12-17 | 1 | -23/+0 |
* | Correct a typo that prevented my laptop from starting | delphij | 2008-11-04 | 1 | -1/+1 |
* | Add support for Asus A8Sr notebooks. | rpaulo | 2008-11-04 | 1 | -0/+22 |
* | Make a note about the notify codes for the four special function keys above the | thompsa | 2008-10-27 | 1 | -0/+1 |
* | Add the missing support for Asus Eee PC in acpi_asus(4). | rpaulo | 2008-06-27 | 1 | -0/+22 |
* | remove incorrect comment that I missed in my last change | kmacy | 2008-06-15 | 1 | -2/+0 |
* | Stop moused on a detach event. Remove incorrect comment. | kmacy | 2008-06-15 | 1 | -0/+5 |
* | Generally, anything that runs rc.d scripts internally should | mtm | 2008-01-26 | 1 | -5/+5 |
* | Update the suspend/resume user API while maintaining backwards compat. | njl | 2007-06-21 | 1 | -0/+14 |
* | There can be many reasons of VDEV failures, so log type as well. | pjd | 2007-04-08 | 1 | -1/+1 |
* | Provide sample entries to handle ZFS problem reports. | pjd | 2007-04-08 | 1 | -0/+31 |
* | fix comment about what pnpinfo is set | imp | 2007-02-15 | 1 | -1/+2 |
* | Add some entries to log unknown devices, based on the bus they appear | joerg | 2007-02-14 | 1 | -0/+30 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -8/+10 |
* | Reorganize /etc/rc.d/syscons and move all keyboard related settings | emax | 2006-03-16 | 1 | -1/+1 |
* | Add new 'setkeyboard' method to the /etc/rc.d/syscons. It accepts the | emax | 2006-03-06 | 1 | -2/+2 |
* | Move the remaining entries from usbd.conf to devd.conf. This now | iedowse | 2005-12-11 | 1 | -0/+29 |
* | Add section to start/stop Bluetooth USB devices (via ng_ubt(4)) | emax | 2005-11-12 | 1 | -0/+10 |
* | eliminate the regex used to match ethernet and 802.11 devices; | sam | 2005-08-02 | 1 | -9/+23 |
* | Add a couple of missing nic interfaces that have been added: iwi, ipw, | imp | 2005-07-28 | 1 | -4/+7 |
* | Support code for the OpenBSD dhclient. This significantly changes the | brooks | 2005-06-07 | 1 | -1/+14 |
* | Add esp(4) to scsi-controller-regex. | marius | 2005-06-04 | 1 | -1/+1 |
* | Add cdce(4) into the list of ethernet interfaces. | sobomax | 2005-05-23 | 1 | -1/+1 |
* | Run /etc/rc.d/syscons restart when a usb keyboard is attached so that the | brian | 2005-05-11 | 1 | -1/+1 |
* | When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since | brooks | 2005-01-08 | 1 | -1/+1 |
* | Changes in comments: | brueffer | 2004-12-25 | 1 | -4/+4 |
* | In the ethernet-nic-regex: | brueffer | 2004-12-19 | 1 | -5/+6 |
* | Move the purely device-name based entries for mice and ethernet | iedowse | 2004-11-28 | 1 | -0/+7 |
* | Removed the remnants of gx(4). | ru | 2004-11-08 | 1 | -1/+1 |
* | Add device driver support for the VIA Networking Technologies | wpaul | 2004-09-10 | 1 | -1/+2 |
* | Add axe(4) to ethernet-nic-regex. | glebius | 2004-09-06 | 1 | -3/+3 |
* | When an USB keyboard is plugged in to a machine with a builtin keyboard, | brooks | 2004-09-01 | 1 | -0/+10 |
* | Disable rescanning of the scsi bus for the scsi controllers. There | imp | 2004-07-05 | 1 | -1/+1 |
* | Removed whitespace at BOF, EOL & EOF. | schweikh | 2004-06-06 | 1 | -1/+1 |
* | Fix odd grammar in comment. | cperciva | 2004-03-13 | 1 | -1/+1 |