summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove now-stale 00READ file in the Coda tree; rvb isn't the currentRobert Watson2007-07-111-15/+0
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyWarner Losh2007-07-112-0/+3
* Add --no-warn-mismatch to ld(1) when linking binary files intoMarcel Moolenaar2007-07-111-4/+4
* Mark ng_h4(4) as not MPSAFE and disconnect it from the LINT build for now.Maksim Yevmenkin2007-07-111-1/+1
* Add additional product id and quirks entry for MetaGeek Wi-SpyWarner Losh2007-07-102-0/+5
* Correct a problem in the ZERO_COPY_SOCKETS option, specifically, inAlan Cox2007-07-101-2/+22
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Maksim Yevmenkin2007-07-102-2/+3
* Don't use almost perfectly pessimal cluster allocation. AllocationBruce Evans2007-07-102-6/+5
* Further cleanup of UDPv4:Robert Watson2007-07-102-98/+96
* Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI.Tai-hwa Liang2007-07-101-1/+3
* Get rid of a couple of Coverity found sign comparison errors.Matt Jacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob2007-07-101-7/+2
* MFp4 122896Kip Macy2007-07-103-42/+78
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()Marcel Moolenaar2007-07-101-3/+8
* Missed in last commit: add usb task for rue to use for its ticks.Warner Losh2007-07-091-0/+1
* - Add codec id for Realtek ALC268.Ariff Abdullah2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingAriff Abdullah2007-07-091-12/+27
* General style, white space, and comment cleanup; move to ANSI CRobert Watson2007-07-093-101/+73
* When all the other drivers were converted to scheduling a taskqueue toWarner Losh2007-07-091-0/+18
* Fix duplicates that crept in at the last minute :-(.Warner Losh2007-07-091-2/+1
* Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP).Bruce M Simpson2007-07-091-11/+26
* Correct a reference-counting mistake in the ZFS code which led to abnormalDoug Rabson2007-07-094-6/+2
* Further diff reduction against the proposed merged usbdevs: Add a fewWarner Losh2007-07-091-21/+37
* More vendors from the merged list.Warner Losh2007-07-091-10/+71
* dma_tag is a static structure. Testing for it being a NULL pointerMarcel Moolenaar2007-07-091-1/+1
* Eliminate the special case handling of OBJT_DEVICE objects inAlan Cox2007-07-081-10/+0
* NULL_LDT_BASE is used in !SMP kernels too and set_user_ldt() is notAttilio Rao2007-07-081-4/+2
* MFp4:Xin LI2007-07-084-67/+83
* Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-081-2/+2
* Now that we have a function that can be called from a cdevsw close()Nate Lawson2007-07-071-9/+1
* Actual code shows several problems in ia32 LDT handling:Attilio Rao2007-07-072-34/+39
* Minor UDPv4 cleanup: capitalize comment, move statistics update after mbufRobert Watson2007-07-071-3/+3
* When a cached page is reactivated in vm_fault(), update the counter thatAlan Cox2007-07-061-8/+10
* Trivial differences with the proposed merged BSD usbdevs file mergedWarner Losh2007-07-061-95/+94
* uhub already does the printing and naming of a device, so don't do itWarner Losh2007-07-061-5/+1
* Fix some problems with lock_profiling in sx locks:Attilio Rao2007-07-063-23/+36
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-066-36/+0
* Bump version after repo-copy of I4B headers.Bjoern A. Zeeb2007-07-061-1/+1
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-066-1433/+0
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-0684-195/+195
* I did not intend to turn -Werror on for pc98. Refine the test forPeter Wemm2007-07-061-1/+1
* Turn on -Werror for sparc64 and sun4v.Peter Wemm2007-07-061-1/+2
* Fix warnings.Peter Wemm2007-07-062-3/+3
* Fix warning - add missing #includePeter Wemm2007-07-061-0/+1
* re(4) devices requires an external EEPROM. Depending on models itPyun YongHyeon2007-07-062-2/+4
* Space cleanupXin LI2007-07-0524-163/+163
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-0527-800/+384
* Added comments eplaining the requirement for device crypto with IPSECGeorge V. Neville-Neil2007-07-051-3/+5
* Remove unused variable from pf_subr.c to make it -Werror buildable.Max Laier2007-07-052-2/+2
* Prefer device_printf to printf + device_get_nameunit. This savesWarner Losh2007-07-051-17/+14