summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update a comment describing the page queues.alc2007-07-131-6/+7
* Eliminate dead code.alc2007-07-121-10/+0
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-1233-7148/+46
* Forced commit to recognize repo-copy of Coda files from src/sys/coda torwatson2007-07-121-0/+2
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-125-21/+33
* revert handling of ssid and bssid to be manadatory instead of advisorysam2007-07-121-33/+40
* Round up the FAT block size to a multiple of the sector size so that i/obde2007-07-121-8/+6
* Fix a bug where the callout might not be initialized before being used.njl2007-07-121-6/+18
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-124-12/+3
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-127-41/+13
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherrwatson2007-07-121-1/+1
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* Improve the net80211 handling within ndisthompsa2007-07-122-158/+303
* Removed unnecessary global includes for ixgbe, and em. Both have beenjfv2007-07-121-6/+0
* Add the actual source too :)jfv2007-07-1112-0/+9206
* New driver for Intel 10G PCI-Express adapter (82598), driver isjfv2007-07-112-0/+13
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-112-40/+40
* In the function pc98_check_if_type for the non-8251 casemjacob2007-07-111-0/+4
* Fix ioctls on the control vnode: ioctls on a character device fail withrwatson2007-07-112-2/+2
* Avoid a panic in insmntque when we pass a NULL mount: this reenablesrwatson2007-07-112-14/+2
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauserwatson2007-07-1112-262/+108
* Now that wicontrol has been removed from the base system the correspondingthompsa2007-07-112-1/+15
* Resolve Coda mount failing because Coda failed to match the devicerwatson2007-07-112-16/+8
* Avoid crash when opening Coda device: when allocating coda_mntinfo, werwatson2007-07-114-14/+20
* Fix kbdmux(4) issue with backslash/underscore key not working onemax2007-07-111-0/+3
* Fix userland applications compilation by using correct KPI protectionattilio2007-07-111-0/+7
* This commit was generated by cvs2svn to compensate for changes in r171364,harti2007-07-111-7/+7
|\
| * Vendor patch to remove some __inline qualifiers on non-static functionsharti2007-07-111-7/+7
* | Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* | MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-113-18/+10
* | Remove now-stale 00READ file in the Coda tree; rvb isn't the currentrwatson2007-07-111-15/+0
* | Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyimp2007-07-112-0/+3
* | Add --no-warn-mismatch to ld(1) when linking binary files intomarcel2007-07-111-4/+4
* | Mark ng_h4(4) as not MPSAFE and disconnect it from the LINT build for now.emax2007-07-111-1/+1
* | Add additional product id and quirks entry for MetaGeek Wi-Spyimp2007-07-102-0/+5
* | Correct a problem in the ZERO_COPY_SOCKETS option, specifically, inalc2007-07-101-2/+22
* | Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.emax2007-07-102-2/+3
* | Don't use almost perfectly pessimal cluster allocation. Allocationbde2007-07-102-6/+5
* | Further cleanup of UDPv4:rwatson2007-07-102-98/+96
* | Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI.avatar2007-07-101-1/+3
* | Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* | Be more conservative- turn off fast posting and RIO for 22XX cards.mjacob2007-07-101-7/+2
* | MFp4 122896kmacy2007-07-103-42/+78
* | Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()marcel2007-07-101-3/+8
* | Missed in last commit: add usb task for rue to use for its ticks.imp2007-07-091-0/+1
* | - Add codec id for Realtek ALC268.ariff2007-07-092-18/+57
* | Fix stream suspend/resume activity due to its states beingariff2007-07-091-12/+27
* | General style, white space, and comment cleanup; move to ANSI Crwatson2007-07-093-101/+73
* | When all the other drivers were converted to scheduling a taskqueue toimp2007-07-091-0/+18
OpenPOWER on IntegriCloud