| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some statements in disc(4) and about it: | Yaroslav Tykhiy | 2007-03-26 | 2 | -3/+3 |
| * | Give a hint that softc can contain many things besides ifp. | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+5 |
| * | Complete removal of uipc_socket2.c by moving the last few functions to | Robert Watson | 2007-03-26 | 4 | -398/+350 |
| * | We no longer embed ifnet in softc, and the pointer to ifnet | Yaroslav Tykhiy | 2007-03-26 | 1 | -4/+4 |
| * | Introduce a new toy interface, edsc(4). It's a discard interface | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+349 |
| * | Introduce a new toy interface, edsc(4). It's a discard interface | Yaroslav Tykhiy | 2007-03-26 | 4 | -0/+13 |
| * | In tcp_sack_doack() remove too tight KASSERT() added in last revision. This | Andre Oppermann | 2007-03-25 | 1 | -14/+16 |
| * | Replace a comment about RSVP/mrouting with a different but similar comment | Robert Watson | 2007-03-25 | 1 | -5/+4 |
| * | Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT(). | Robert Watson | 2007-03-25 | 1 | -9/+20 |
| * | Remove ancient preprocessor code. Fix module compilation. | Roman Kurakin | 2007-03-25 | 1 | -9/+1 |
| * | Two small changes to vm_map_pmap_enter(): | Alan Cox | 2007-03-25 | 1 | -4/+3 |
| * | Correct a comment typo | Kris Kennaway | 2007-03-25 | 1 | -1/+1 |
| * | Update a comment: we usually call exec_vmspace_new with Giant not held, | Kris Kennaway | 2007-03-25 | 1 | -1/+1 |
| * | o cd9660 code repo-copied, update a comment. | Maxim Konovalov | 2007-03-24 | 1 | -1/+1 |
| * | o Remove isofs from the cscope dirs list. Its content was | Maxim Konovalov | 2007-03-24 | 1 | -1/+1 |
| * | o Use a define for a buffer size. | Maxim Konovalov | 2007-03-24 | 3 | -3/+22 |
| * | General style cleanup. | Robert Watson | 2007-03-24 | 1 | -162/+163 |
| * | In order to satisfy ACPI's need for an identity mapping, modify the | Alan Cox | 2007-03-24 | 2 | -32/+40 |
| * | Drop the ipw softc lock before calling back into net80211, fixing a | Lukas Ertl | 2007-03-24 | 1 | -0/+2 |
| * | o A quirk for Sagem USB-Serial controller. | Maxim Konovalov | 2007-03-24 | 2 | -0/+3 |
| * | o Add several CDMA-2000 terminals. | Maxim Konovalov | 2007-03-24 | 2 | -2/+24 |
| * | bus_size_t is a bad cross-architectural type with respect to printf, use uint... | Kip Macy | 2007-03-24 | 2 | -2/+2 |
| * | Default to booting off the SD card. It is more useful, and a full | Warner Losh | 2007-03-23 | 2 | -5/+32 |
| * | New device: icee. Generic i2c eeprom driver. | Warner Losh | 2007-03-23 | 2 | -0/+292 |
| * | MFp4: Make the iicbus fully hinted. We no longer automatically add | Warner Losh | 2007-03-23 | 2 | -51/+123 |
| * | MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the | Warner Losh | 2007-03-23 | 2 | -5/+11 |
| * | MFp4: Create an ivar for each iic device on the iicbus. This ivar | Warner Losh | 2007-03-23 | 1 | -1/+24 |
| * | MFp4: A bunch of patches from myself and Tisco to improve the | Warner Losh | 2007-03-23 | 2 | -25/+40 |
| * | Switch to ANSI function declarations. | Craig Rodrigues | 2007-03-23 | 1 | -54/+16 |
| * | Update to FICL 3.03 (the last release before FICL4 rewrite). | Jung-uk Kim | 2007-03-23 | 11 | -68/+405 |
| * | - Increase coalesce_nsecs | Kip Macy | 2007-03-23 | 2 | -17/+31 |
| * | commit missed change | Kip Macy | 2007-03-23 | 1 | -0/+1 |
| * | If KERNEL_EXTRA is defined, make kernel-all target depend on it. | Warner Losh | 2007-03-23 | 1 | -1/+6 |
| * | Check PCI-e link width to avoid foot shooting with 4x links | Kip Macy | 2007-03-23 | 1 | -1/+17 |
| * | Split tcp_input() into its two functional parts: | Andre Oppermann | 2007-03-23 | 2 | -264/+416 |
| * | Tidy up some code to conform better to surroundings and style(9), 0 = NULL | Andre Oppermann | 2007-03-23 | 2 | -34/+32 |
| * | Bring SACK option handling in tcp_dooptions() in line with all other | Andre Oppermann | 2007-03-23 | 3 | -8/+15 |
| * | - Fix exca_(io|mem)_map() to return proper errno values. | John Baldwin | 2007-03-23 | 1 | -20/+21 |
| * | Purge two redundant case labels. | Bruce M Simpson | 2007-03-23 | 1 | -2/+0 |
| * | Don't destroy a mutex just before we use it, instead, | Xin LI | 2007-03-23 | 1 | -1/+1 |
| * | vm_page_busy() no longer requires the page queues lock to be held. Reduce | Alan Cox | 2007-03-23 | 1 | -2/+2 |
| * | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | Ed Maste | 2007-03-23 | 1 | -8/+1 |
| * | Pass the RID from the bus frontends to the core probe function. | Marcel Moolenaar | 2007-03-22 | 5 | -7/+7 |
| * | MFP4: a) Some constification from NetBSD (gcc 4.1.2) | Matt Jacob | 2007-03-22 | 5 | -125/+142 |
| * | add include now required for crypto flags | Sam Leffler | 2007-03-22 | 1 | -0/+2 |
| * | Merge from vendor branch to fix tinderbox breakage. | Jung-uk Kim | 2007-03-22 | 1 | -2/+4 |
| * | This commit was generated by cvs2svn to compensate for changes in r167817, | Jung-uk Kim | 2007-03-22 | 1 | -1/+2 |
| |\ |
|
| | * | Fix tinderbox build breakage. | Jung-uk Kim | 2007-03-22 | 2 | -3/+6 |
| | * | Remove files that are no longer needed or removed by vendor. | Jung-uk Kim | 2007-03-22 | 5 | -3071/+0 |
| * | | Fix a typo, and update a comment. | Bruce M Simpson | 2007-03-22 | 1 | -3/+2 |