summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the wait for default route change I made a few weeks ago by creatingbrooks2008-06-054-28/+51
* Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.attilio2008-06-051-0/+4
* Add the support for the Globetrotter Max 3.6 HSDPA Modem.attilio2008-06-052-0/+3
* Obsolete gpt(8) by replacing it with geom(8). Add the glabel andmarcel2008-06-051-2/+4
* Allow building a static geom(8) for release related crunchedmarcel2008-06-051-1/+1
* Optimize the CVS bug #17168 fix by relaxing the conditions for update.obrien2008-06-051-1/+3
* Make the cs(4) driver MPSAFE:jhb2008-06-054-67/+118
* Rename the ie_EE16 module to just 'ie' so that at least one of the modulesjhb2008-06-051-1/+7
* - Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead tojhb2008-06-051-3/+3
* - ncurses has been updated to 5.6-20080503rafan2008-06-051-1/+1
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
* Fix the media auto code by breaking it :-). Auto now just means 'useimp2008-06-051-19/+8
* Add a newline after usage.mlaier2008-06-041-1/+1
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-043-1566/+1621
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESmarcel2008-06-044-8/+8
* De-register declarations.dwmalone2008-06-049-86/+86
* Gah, always reset the timer for the watchdog check.jhb2008-06-041-1/+1
* Fix a strict aliasing warning - I think it is really telling usdwmalone2008-06-041-2/+3
* - Split the interrupt handler up into separate subroutines for rx, tx, andjhb2008-06-042-61/+79
* Recode the colemak keymap to ISO-8859.philip2008-06-041-28/+28
* Add device IDs for Ricoh R5U870-based OEM cameraskevlo2008-06-041-0/+8
* - update maintainer's info per src/MAINTAINERSrafan2008-06-041-1/+1
* - Associate myself with ncursesrafan2008-06-041-0/+1
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* o Improve the probe code dealing with interrupts.imp2008-06-041-83/+54
* - Replace rcsid with __FBSDID.jkim2008-06-032-241/+261
* Update mctest and its associated script to have a base port to listengnn2008-06-033-12/+28
* - Change the watchdog timer logic to match other drivers that use their ownjhb2008-06-032-10/+17
* cvs2svn did not delete this, even though it is empty.peter2008-06-030-0/+0
* Fix the date in the last commit.rdivacky2008-06-031-1/+1
* Switch to emulating Linux 2.6 on default.rdivacky2008-06-032-2/+8
* Exclude .svn directories from generated distfile.flz2008-06-031-1/+2
* Remove unneeded Giant locking of /dev/tty.ed2008-06-031-3/+0
* Add an XXX comment regarding a bug I introduced when modifying the behaviorrwatson2008-06-031-0/+3
* Fix markup.ru2008-06-031-4/+6
* Add note about a reason to use mount(8) instead of mount_somefs.kib2008-06-031-0/+11
* Back out the nlm_global_lock part of the last change - I forgot that onlydfr2008-06-031-1/+0
* Correct logic error that would prevent cs pccards from working onimp2008-06-031-8/+8
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-033-0/+5
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-032-0/+3
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-032-44/+33
* Fix a crash when Arctic Ocean is selected.jkim2008-06-021-3/+2
* Add proper mime-types for files that they are relevant for.dougb2008-06-021-0/+0
* Make fe(4) MPSAFE:jhb2008-06-023-44/+86
* Add locking and make xe(4) MPSAFE:jhb2008-06-023-73/+104
* Make ie(4) MPSAFE:jhb2008-06-023-81/+75
* Sort IP addresses before hashing them for the signature. Otherwise carp ismlaier2008-06-021-13/+39
* Add a missing call to init_nsm().dfr2008-06-021-0/+1
* When attempting to use the NSM state number in a lock request to detectdfr2008-06-021-8/+10
* When allocating temporary storage to hold a TCP/IP packet headerrwatson2008-06-022-11/+7
OpenPOWER on IntegriCloud