aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MFC noted: lukemftpd from NetBSD snapshot.Bruce A. Mah2006-09-072-2/+2
* s/USBDEVNAME/device_get_nameunit/gMaksim Yevmenkin2006-09-072-110/+105
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-073-13/+66
* Merge from DRM upstream:Eric Anholt2006-09-0712-62/+268
* Add bthidd(8) rc(8) scriptMaksim Yevmenkin2006-09-073-1/+38
* MFp4: first cut at getting I2C transfers working (generically). I'mWarner Losh2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerWarner Losh2006-09-071-9/+9
* Update bthidd(8) code and hook it up to the build.Maksim Yevmenkin2006-09-0714-462/+642
* While experimenting with cross-building by specifying just TARGET,Ruslan Ermilov2006-09-071-0/+1
* Fixed the -# option to work as documented in a manpage.Ruslan Ermilov2006-09-071-8/+20
* Added timestamping to buildworld, similar to buildkernel.Ruslan Ermilov2006-09-071-2/+12
* Change the class from uint8_t to int8_t so people can filter on >0Doug Ambrisko2006-09-071-1/+1
* New release notes: SA-06:19.openssl, SA-06:20.bind.Bruce A. Mah2006-09-072-4/+24
* All multicast listeners on a port should get one copy of the packet. ThisJohn Hay2006-09-071-3/+3
* Change the event log dump on initial boot to use get_event versusDoug Ambrisko2006-09-072-68/+117
* Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd.Maksim Yevmenkin2006-09-072-1/+3
* Chase revision 1.10 in usage string and a comment.Ceri Davies2006-09-071-2/+2
* - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable,Ruslan Ermilov2006-09-071-6/+25
* Use a single constant to define the sizes of the physmap[], phys_avail[],John Baldwin2006-09-072-8/+8
* Back when we had T/TCP support, we used to apply differentRuslan Ermilov2006-09-077-55/+30
* Second step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-071-15/+73
* Remove a microoptimization for i386 that was a micropessimization for amd64.Ruslan Ermilov2006-09-071-2/+1
* Fix the markup.Ruslan Ermilov2006-09-071-47/+62
* make "make TARGET=foo" work correctly. Before, it would fail to setWarner Losh2006-09-071-1/+4
* more usb fallout changesMatt Jacob2006-09-073-75/+86
* Static -> static.Matt Jacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.Tom Rhodes2006-09-071-3/+3
* Catch up to USB changes.Scott Long2006-09-071-149/+149
* Remove old debugging code from the interrupt handler.Scott Long2006-09-071-11/+4
* More removing compatibility macros.Warner Losh2006-09-0746-620/+573
* Only include FreeBSD defines. This file is slated to go to the happyWarner Losh2006-09-061-294/+0
* s/Static/static/gWarner Losh2006-09-0647-1432/+1440
* More antideclarification.Warner Losh2006-09-061-31/+27
* Reserve a precious 16bit gap in the mbuf pkthdr struct for ethernet 802.1pqAndre Oppermann2006-09-061-0/+1
* Make TSO (TCP segmentation offload) capabilities visible and accessible withAndre Oppermann2006-09-062-1/+20
* Unbreak in the case when device apic is compiled into non-SMP kernel.Maxim Sobolev2006-09-062-0/+4
* Use sysctl_handle_long() instead of duplicating it's logic forJohn Baldwin2006-09-061-8/+4
* Remove the portibility layer goo.Warner Losh2006-09-061-158/+71
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-069-27/+82
* Mostly re-write man page to reflect current state of this interface.Warner Losh2006-09-061-7/+109
* This commit was generated by cvs2svn to compensate for changes in r162079,Doug Barton2006-09-064-28/+42
|\
| * Vendor import of BIND 9.3.2-P1, which addresses the following securityDoug Barton2006-09-064-28/+42
| * Remove files from the vendor branch that are no longer presentDoug Barton2006-01-1431-23572/+0
* | jhb points out that these mallocs don't need to be checked becauseWarner Losh2006-09-061-16/+0
* | While convenient, avoid using alloca() for reasons specified inRuslan Ermilov2006-09-061-4/+20
* | MFp4: check the return value of malloc and report an error when invalid.Warner Losh2006-09-061-0/+16
* | Check inp_flags instead of inp_vflag for INP_ONESBCAST flag.Andre Oppermann2006-09-062-3/+3
* | Improve description of if_capabilities, if_capenable and ifi_hwassist.Andre Oppermann2006-09-063-4/+22
* | Fix stateful filtering of loopback IPv6 traffic to an address not configuredMax Laier2006-09-061-2/+8
* | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()Andre Oppermann2006-09-063-2/+39