summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix some statements in disc(4) and about it:yar2007-03-262-3/+3
* | Give a hint that softc can contain many things besides ifp.yar2007-03-261-0/+5
* | Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-264-398/+350
* | We no longer embed ifnet in softc, and the pointer to ifnetyar2007-03-261-4/+4
* | Adding tests for Camellia which will be added to the tree soon.gnn2007-03-262-2/+14
* | Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-261-0/+349
* | Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-266-0/+125
* | Use "-ne" instead of "!=" for integer comparison.brooks2007-03-251-1/+1
* | In tcp_sack_doack() remove too tight KASSERT() added in last revision. Thisandre2007-03-251-14/+16
* | Replace a comment about RSVP/mrouting with a different but similar commentrwatson2007-03-251-5/+4
* | Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT().rwatson2007-03-251-9/+20
* | Remove ancient preprocessor code. Fix module compilation.rik2007-03-251-9/+1
* | Having gone to the trouble of setting up a variable, we should use it.mtm2007-03-251-1/+1
* | Two small changes to vm_map_pmap_enter():alc2007-03-251-4/+3
* | o Really commit typo fixes to HEAD.maxim2007-03-252-2/+2
* | Correct a comment typokris2007-03-251-1/+1
* | Update a comment: we usually call exec_vmspace_new with Giant not held,kris2007-03-251-1/+1
* | o cd9660 code repo-copied, update a comment.maxim2007-03-241-1/+1
* | o Remove isofs from the cscope dirs list. Its content wasmaxim2007-03-241-1/+1
* | o Use a define for a buffer size.maxim2007-03-243-3/+22
* | Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
* | Back out rev. 1.129 because it breaks the practice of auto-loadingyar2007-03-241-1/+3
* | General style cleanup.rwatson2007-03-241-162/+163
* | In order to satisfy ACPI's need for an identity mapping, modify thealc2007-03-242-32/+40
* | Drop the ipw softc lock before calling back into net80211, fixing ale2007-03-241-0/+2
* | Update the regression test so that there are actually two independentgnn2007-03-241-13/+12
* | o A quirk for Sagem USB-Serial controller.maxim2007-03-242-0/+3
* | o Add several CDMA-2000 terminals.maxim2007-03-242-2/+24
* | Notice when mkdir() fails.kientzle2007-03-243-11/+73
* | bus_size_t is a bad cross-architectural type with respect to printf, use uint...kmacy2007-03-242-2/+2
* | Issue a warning if there's a non-zero exit value.kientzle2007-03-242-1/+4
* | Fix compile error when libbz2 is unavailable.kientzle2007-03-241-1/+1
* | o While the script is correct and works well in sh(1) make itmaxim2007-03-241-1/+1
* | Default to booting off the SD card. It is more useful, and a fullimp2007-03-232-5/+32
* | New device: icee. Generic i2c eeprom driver.imp2007-03-232-0/+292
* | MFp4: Make the iicbus fully hinted. We no longer automatically addimp2007-03-232-51/+123
* | MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theimp2007-03-232-6/+12
* | MFp4: Create an ivar for each iic device on the iicbus. This ivarimp2007-03-231-1/+24
* | Fix posix_memalign() for large objects. Now that runs are extents ratherjasone2007-03-231-151/+297
* | MFp4: A bunch of patches from myself and Tisco to improve theimp2007-03-232-25/+40
* | Switch to ANSI function declarations.rodrigc2007-03-231-54/+16
* | Update to FICL 3.03 (the last release before FICL4 rewrite).jkim2007-03-2311-68/+405
* | remove WARNS=2: we're not ready for it yet.matteo2007-03-231-1/+0
* | - Increase coalesce_nsecskmacy2007-03-232-17/+31
* | commit missed changekmacy2007-03-231-0/+1
* | If KERNEL_EXTRA is defined, make kernel-all target depend on it.imp2007-03-231-1/+6
* | Exit status should be 1 on error.pjd2007-03-231-8/+5
* | Check PCI-e link width to avoid foot shooting with 4x linkskmacy2007-03-231-1/+17
* | Split tcp_input() into its two functional parts:andre2007-03-232-264/+416
* | Make sysinstall's code WARNS=2 clean .matteo2007-03-233-2/+5
OpenPOWER on IntegriCloud