summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerimp2006-09-071-9/+9
* Change the class from uint8_t to int8_t so people can filter on >0ambrisko2006-09-071-1/+1
* All multicast listeners on a port should get one copy of the packet. Thisjhay2006-09-071-3/+3
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-072-68/+117
* Use a single constant to define the sizes of the physmap[], phys_avail[],jhb2006-09-072-8/+8
* Back when we had T/TCP support, we used to apply differentru2006-09-077-55/+30
* Second step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-071-15/+73
* Remove a microoptimization for i386 that was a micropessimization for amd64.ru2006-09-071-2/+1
* more usb fallout changesmjacob2006-09-073-75/+86
* Static -> static.mjacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.trhodes2006-09-071-3/+3
* Catch up to USB changes.scottl2006-09-071-149/+149
* Remove old debugging code from the interrupt handler.scottl2006-09-071-11/+4
* More removing compatibility macros.imp2006-09-0746-620/+573
* Only include FreeBSD defines. This file is slated to go to the happyimp2006-09-061-294/+0
* s/Static/static/gimp2006-09-0647-1432/+1440
* More antideclarification.imp2006-09-061-31/+27
* Reserve a precious 16bit gap in the mbuf pkthdr struct for ethernet 802.1pqandre2006-09-061-0/+1
* Unbreak in the case when device apic is compiled into non-SMP kernel.sobomax2006-09-062-0/+4
* Use sysctl_handle_long() instead of duplicating it's logic forjhb2006-09-061-8/+4
* Remove the portibility layer goo.imp2006-09-061-158/+71
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-069-27/+82
* jhb points out that these mallocs don't need to be checked becauseimp2006-09-061-16/+0
* MFp4: check the return value of malloc and report an error when invalid.imp2006-09-061-0/+16
* Check inp_flags instead of inp_vflag for INP_ONESBCAST flag.andre2006-09-062-3/+3
* Improve description of if_capabilities, if_capenable and ifi_hwassist.andre2006-09-063-4/+22
* Fix stateful filtering of loopback IPv6 traffic to an address not configuredmlaier2006-09-061-2/+8
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-063-2/+39
* Remove call to fdfree() for the AIO daemons to prevent kernel panicsmp2006-09-061-6/+0
* Refine previous revision to allow acpi_wakecode.h to be safely builtru2006-09-061-1/+7
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-065-31/+20
* The poison pill of death: adding a target mode reply handler and targetmjacob2006-09-051-5/+5
* Fix problems with destroy and forcible destroy functionality:pjd2006-09-052-75/+47
* Coverity: initialize some variables before potential use.mjacob2006-09-051-0/+2
* - Include <sys/reboot.h> to get the RB_* defines.ru2006-09-051-6/+4
* Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decisionjhay2006-09-051-1/+1
* The FreeBSD by default "disables" hyper-threading cores, by not schedulingsobomax2006-09-052-0/+20
* Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Expressanholt2006-09-052-1/+2
* Finally fix rev. 1.256glebius2006-09-052-6/+8
* Remove extra parenthesis in last commit.glebius2006-09-052-4/+4
* - Make net.inet.tcp.maxtcptw modifiable at run time.glebius2006-09-052-14/+56
* Merge all code of do_lock_normal, do_lock_pi and do_lock_pp intodavidxu2006-09-051-120/+52
* Add 'show vnode <addr>' DDB command.pjd2006-09-041-2/+18
* bump version for libpcap+tcpdump importssam2006-09-041-1/+1
* more juniper dlt'ssam2006-09-041-0/+12
* Add SIIG 4 port serial card based on the Oxford OX16PCI954.marcel2006-09-041-0/+6
* Add locking to vge_ifmedia_upd().mr2006-09-041-0/+2
* Fix typo in comment.thomas2006-09-041-1/+1
OpenPOWER on IntegriCloud