aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some statements in disc(4) and about it:Yaroslav Tykhiy2007-03-262-3/+3
* Give a hint that softc can contain many things besides ifp.Yaroslav Tykhiy2007-03-261-0/+5
* Complete removal of uipc_socket2.c by moving the last few functions toRobert Watson2007-03-264-398/+350
* We no longer embed ifnet in softc, and the pointer to ifnetYaroslav Tykhiy2007-03-261-4/+4
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-261-0/+349
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-264-0/+13
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. ThisAndre Oppermann2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentRobert Watson2007-03-251-5/+4
* Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT().Robert Watson2007-03-251-9/+20
* Remove ancient preprocessor code. Fix module compilation.Roman Kurakin2007-03-251-9/+1
* Two small changes to vm_map_pmap_enter():Alan Cox2007-03-251-4/+3
* Correct a comment typoKris Kennaway2007-03-251-1/+1
* Update a comment: we usually call exec_vmspace_new with Giant not held,Kris Kennaway2007-03-251-1/+1
* o cd9660 code repo-copied, update a comment.Maxim Konovalov2007-03-241-1/+1
* o Remove isofs from the cscope dirs list. Its content wasMaxim Konovalov2007-03-241-1/+1
* o Use a define for a buffer size.Maxim Konovalov2007-03-243-3/+22
* General style cleanup.Robert Watson2007-03-241-162/+163
* In order to satisfy ACPI's need for an identity mapping, modify theAlan Cox2007-03-242-32/+40
* Drop the ipw softc lock before calling back into net80211, fixing aLukas Ertl2007-03-241-0/+2
* o A quirk for Sagem USB-Serial controller.Maxim Konovalov2007-03-242-0/+3
* o Add several CDMA-2000 terminals.Maxim Konovalov2007-03-242-2/+24
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...Kip Macy2007-03-242-2/+2
* Default to booting off the SD card. It is more useful, and a fullWarner Losh2007-03-232-5/+32
* New device: icee. Generic i2c eeprom driver.Warner Losh2007-03-232-0/+292
* MFp4: Make the iicbus fully hinted. We no longer automatically addWarner Losh2007-03-232-51/+123
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theWarner Losh2007-03-232-5/+11
* MFp4: Create an ivar for each iic device on the iicbus. This ivarWarner Losh2007-03-231-1/+24
* MFp4: A bunch of patches from myself and Tisco to improve theWarner Losh2007-03-232-25/+40
* Switch to ANSI function declarations.Craig Rodrigues2007-03-231-54/+16
* Update to FICL 3.03 (the last release before FICL4 rewrite).Jung-uk Kim2007-03-2311-68/+405
* - Increase coalesce_nsecsKip Macy2007-03-232-17/+31
* commit missed changeKip Macy2007-03-231-0/+1
* If KERNEL_EXTRA is defined, make kernel-all target depend on it.Warner Losh2007-03-231-1/+6
* Check PCI-e link width to avoid foot shooting with 4x linksKip Macy2007-03-231-1/+17
* Split tcp_input() into its two functional parts:Andre Oppermann2007-03-232-264/+416
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLAndre Oppermann2007-03-232-34/+32
* Bring SACK option handling in tcp_dooptions() in line with all otherAndre Oppermann2007-03-233-8/+15
* - Fix exca_(io|mem)_map() to return proper errno values.John Baldwin2007-03-231-20/+21
* Purge two redundant case labels.Bruce M Simpson2007-03-231-2/+0
* Don't destroy a mutex just before we use it, instead,Xin LI2007-03-231-1/+1
* vm_page_busy() no longer requires the page queues lock to be held. ReduceAlan Cox2007-03-231-2/+2
* Stop setting ki_ocomm (thread name) to the proc name by default, as nothingEd Maste2007-03-231-8/+1
* Pass the RID from the bus frontends to the core probe function.Marcel Moolenaar2007-03-225-7/+7
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-225-125/+142
* add include now required for crypto flagsSam Leffler2007-03-221-0/+2
* Merge from vendor branch to fix tinderbox breakage.Jung-uk Kim2007-03-221-2/+4
* This commit was generated by cvs2svn to compensate for changes in r167817,Jung-uk Kim2007-03-221-1/+2
|\
| * Fix tinderbox build breakage.Jung-uk Kim2007-03-222-3/+6
| * Remove files that are no longer needed or removed by vendor.Jung-uk Kim2007-03-225-3071/+0
* | Fix a typo, and update a comment.Bruce M Simpson2007-03-221-3/+2