| Commit message (Expand) | Author | Age | Files | Lines |
* | When devfs_allocv() committed to create new vnode, since de_vnode is NULL, | kib | 2008-06-05 | 1 | -1/+1 |
* | Fix the media auto code by breaking it :-). Auto now just means 'use | imp | 2008-06-05 | 1 | -19/+8 |
* | Add a newline after usage. | mlaier | 2008-06-04 | 1 | -1/+1 |
* | Style(9) xe(4). The MD5 sums are different, but comparing the dissassemblies | jhb | 2008-06-04 | 3 | -1566/+1621 |
* | Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSES | marcel | 2008-06-04 | 4 | -8/+8 |
* | De-register declarations. | dwmalone | 2008-06-04 | 9 | -86/+86 |
* | Gah, always reset the timer for the watchdog check. | jhb | 2008-06-04 | 1 | -1/+1 |
* | Fix a strict aliasing warning - I think it is really telling us | dwmalone | 2008-06-04 | 1 | -2/+3 |
* | - Split the interrupt handler up into separate subroutines for rx, tx, and | jhb | 2008-06-04 | 2 | -61/+79 |
* | Recode the colemak keymap to ISO-8859. | philip | 2008-06-04 | 1 | -28/+28 |
* | Add device IDs for Ricoh R5U870-based OEM cameras | kevlo | 2008-06-04 | 1 | -0/+8 |
* | - update maintainer's info per src/MAINTAINERS | rafan | 2008-06-04 | 1 | -1/+1 |
* | - Associate myself with ncurses | rafan | 2008-06-04 | 1 | -0/+1 |
* | Add link register to fatal trap printout to better diagnose NULL | grehan | 2008-06-04 | 1 | -0/+1 |
* | o Improve the probe code dealing with interrupts. | imp | 2008-06-04 | 1 | -83/+54 |
* | - Replace rcsid with __FBSDID. | jkim | 2008-06-03 | 2 | -241/+261 |
* | Update mctest and its associated script to have a base port to listen | gnn | 2008-06-03 | 3 | -12/+28 |
* | - Change the watchdog timer logic to match other drivers that use their own | jhb | 2008-06-03 | 2 | -10/+17 |
* | cvs2svn did not delete this, even though it is empty. | peter | 2008-06-03 | 0 | -0/+0 |
* | Fix the date in the last commit. | rdivacky | 2008-06-03 | 1 | -1/+1 |
* | Switch to emulating Linux 2.6 on default. | rdivacky | 2008-06-03 | 2 | -2/+8 |
* | Exclude .svn directories from generated distfile. | flz | 2008-06-03 | 1 | -1/+2 |
* | Remove unneeded Giant locking of /dev/tty. | ed | 2008-06-03 | 1 | -3/+0 |
* | Add an XXX comment regarding a bug I introduced when modifying the behavior | rwatson | 2008-06-03 | 1 | -0/+3 |
* | Fix markup. | ru | 2008-06-03 | 1 | -4/+6 |
* | Add note about a reason to use mount(8) instead of mount_somefs. | kib | 2008-06-03 | 1 | -0/+11 |
* | Back out the nlm_global_lock part of the last change - I forgot that only | dfr | 2008-06-03 | 1 | -1/+0 |
* | Correct logic error that would prevent cs pccards from working on | imp | 2008-06-03 | 1 | -8/+8 |
* | Add device ID for AnyDATA ADU-500A EV-DO modem. | kan | 2008-06-03 | 3 | -0/+5 |
* | Add vendor/device IDs for Novatel U740 repackaged by Dell. | kan | 2008-06-03 | 2 | -0/+3 |
* | Update if_ndis to remove the legacy if_watchdog interface and | cokane | 2008-06-03 | 2 | -44/+33 |
* | Fix a crash when Arctic Ocean is selected. | jkim | 2008-06-02 | 1 | -3/+2 |
* | Add proper mime-types for files that they are relevant for. | dougb | 2008-06-02 | 1 | -0/+0 |
* | Make fe(4) MPSAFE: | jhb | 2008-06-02 | 3 | -44/+86 |
* | Add locking and make xe(4) MPSAFE: | jhb | 2008-06-02 | 3 | -73/+104 |
* | Make ie(4) MPSAFE: | jhb | 2008-06-02 | 3 | -81/+75 |
* | Sort IP addresses before hashing them for the signature. Otherwise carp is | mlaier | 2008-06-02 | 1 | -13/+39 |
* | Add a missing call to init_nsm(). | dfr | 2008-06-02 | 1 | -0/+1 |
* | When attempting to use the NSM state number in a lock request to detect | dfr | 2008-06-02 | 1 | -8/+10 |
* | When allocating temporary storage to hold a TCP/IP packet header | rwatson | 2008-06-02 | 2 | -11/+7 |
* | Push down the major/minor conversion for pts/%u to improve consistency. | ed | 2008-06-02 | 2 | -26/+20 |
* | getopt returns an int, not a char. Make sure that we store the | imp | 2008-06-02 | 1 | -1/+1 |
* | Slight simplification of the power parsing code, as well as using | imp | 2008-06-01 | 1 | -45/+27 |
* | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | mav | 2008-06-01 | 2 | -70/+23 |
* | Make m_megapullup() more intelligent: | mav | 2008-06-01 | 1 | -12/+32 |
* | Pass really available buffer size to libalias instead of MCLBYTES constant. | mav | 2008-06-01 | 1 | -2/+2 |
* | Use INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ_INSERT_TAIL when | philip | 2008-06-01 | 1 | -1/+1 |
* | Revert the changes I made to devfs_setattr() in r179457. | ed | 2008-06-01 | 1 | -4/+3 |
* | Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads will | philip | 2008-06-01 | 1 | -2/+2 |
* | PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet. | mav | 2008-06-01 | 1 | -3/+4 |