summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce a number of changes to the MROUTING code.bms2009-03-196-771/+702
* Comment IGMP_PIM as being very historic, as in, don't use.bms2009-03-191-1/+1
* Add missing const.marius2009-03-181-5/+5
* Use plural in a comment. No functional change.rpaulo2009-03-181-1/+1
* rate limit printfs for invalid tdma ie contents; probably want this tosam2009-03-182-7/+12
* Minor cleanups of tdma protocol handling:sam2009-03-186-64/+121
* The zfs_get_xattrdir() function is used to find the extended attributejhb2009-03-181-0/+2
* Fixed deletion of sav entries in key_delsah()vanhu2009-03-181-1/+6
* Do not use null_bypass for VOP_ISLOCKED, directly call defaultpho2009-03-181-0/+1
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-183-52/+286
* If the caller sets irp_usriostat or irp_usrevent it try to process itweongyo2009-03-181-10/+9
* Fix an old-standing bug that crept in along the several revisions:attilio2009-03-171-15/+15
* Deal with the case where ifma_protospec may be NULL, duringbms2009-03-173-6/+37
* Reviewed by: scott (scottl@freebsd.org)sbruno2009-03-171-32/+52
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-174-5/+52
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-178-26/+16
* Add some definitions for the DT_FLAGS_1 tag flags.kib2009-03-171-0/+5
* Use the properly sized types for ELF object header and program headers.kib2009-03-171-4/+4
* grab NDIS USB lock instead of HAL preemption. This change should beweongyo2009-03-171-3/+4
* Cast to (unsigned long) to make printf happy on i386rnoland2009-03-171-2/+3
* Add support for matching solely on vendor id.rnoland2009-03-171-2/+6
* Improve the debugging output of drm_mmaprnoland2009-03-171-1/+6
* Add list_for_each_prev to our linux compatibility.rnoland2009-03-171-0/+4
* Minor code cleanuprnoland2009-03-171-1/+1
* We can have more than 3 pci resourcesrnoland2009-03-171-1/+1
* Cast register maps and offsets to vm_offset_trnoland2009-03-171-6/+12
* Change the logic around to match ati_pcigart.rnoland2009-03-171-2/+2
* Use flsl() here rather than ffsl()rnoland2009-03-171-1/+1
* Remove the splimp()/splx() calls around the setting of the MTU. They arescf2009-03-171-2/+0
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-175-60/+70
* MFp4 //depot/projects/usb 159238,159275thompsa2009-03-171-2/+6
* Add Supertop IDE adapter and Quickcam entries.thompsa2009-03-171-0/+5
* Initial suspend/resume support for amd64.jkim2009-03-1724-20/+1247
* Detach GELI providers on shutdown/reboot, which will allow providers underneathpjd2009-03-161-1/+55
* Use the right MSI_REARM for RS600.rnoland2009-03-161-0/+1
* intpm: minor enhancementsavg2009-03-161-8/+8
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-165-50/+126
* Fix spelling in message.mav2009-03-161-3/+3
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofweongyo2009-03-161-4/+4
* Define and use two macros for loopback checksum offload:rwatson2009-03-161-6/+9
* Chase the k8temp->amdtemp rename in NOTES and loader.conf.dchagin2009-03-162-3/+3
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.rwatson2009-03-161-2/+2
* Teach psm about O_ASYNCrnoland2009-03-161-0/+23
* Get rid of any remaining PZERO flags in mtx_sleep()rnoland2009-03-163-14/+2
* Fix R600 writeback across suspend/resume.rnoland2009-03-161-3/+0
* Sort include files in the alphabetical order.dchagin2009-03-161-5/+4
* Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it toscf2009-03-161-0/+7
* Teach the loopback interface about checksum generation and validationrwatson2009-03-151-1/+22
* Ignore FUTEX_FD op, as it is done by linux.dchagin2009-03-152-8/+1
OpenPOWER on IntegriCloud