summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFV of r195794edwin2009-08-271-2/+2
* MFV of r196350edwin2009-08-272-3/+38
* MFV of r195792:edwin2009-08-274-20/+50
* There's no need for checking result of M_WAITOK allocation.pjd2009-08-271-4/+0
* Fix an obvious topology lock leak.pjd2009-08-271-0/+1
* When multiple interfaces exist in the system, with each interface havingqingli2009-08-261-2/+25
* - Add quirk for Sony DSC digital cameras. This umass devices failstas2009-08-261-0/+8
* Add a temporary workaround which just lets init die instead ofmarius2009-08-261-1/+6
* Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL)kib2009-08-261-2/+1
* Add IFNET_HOLD reserved pointer value for the ifindex ifnet array,rwatson2009-08-261-13/+39
* Don't try to mmap the contents of empty files. This behaviour was harmlesscperciva2009-08-261-0/+4
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-252-5/+10
* - Use the headers from ACPI-CA to define various constants and structuresjhb2009-08-254-740/+523
* Add some tests for poll(2)/shutdown(2) interaction.jilles2009-08-252-2/+205
* Break out allocation of new ifindex values from if_alloc() and if_vmove(),rwatson2009-08-251-34/+42
* Localize 'e'.delphij2009-08-251-2/+4
* Fix argument ordering to memcpy as well as the size of the copy in themlaier2009-08-251-1/+1
* Add a new rc.d script, static_arp, which enables the administrator todelphij2009-08-254-2/+90
* It is possible for all the kthreads to exit (hci modules unloaded) which inthompsa2009-08-251-0/+9
* Fix build broken in r196524.glebius2009-08-251-8/+0
* Introduce SheevaPlug support.raj2009-08-254-0/+234
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-254-16/+24
* Introduce MII_ADDR_BASE option on ARM, which allows to override the defaultraj2009-08-252-4/+8
* Exclude common Kirkwood settings so they can be shared among various platformsraj2009-08-254-8/+21
* Properly handle initial state of power mgmt.raj2009-08-253-2/+134
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.raj2009-08-255-44/+13
* Document that ppp handles pipe(2) descriptors specially in -direct mode.brian2009-08-251-1/+14
* Rather than havnig enabled/disabled, implement a max queue depth.imp2009-08-251-13/+62
* - Add a SIGINFO handler for savecore.lulf2009-08-251-1/+17
* ANSIfy functions declarations, adjust prototypes. Rename local variablecharnier2009-08-251-75/+58
* Add a missing .El.delphij2009-08-251-0/+1
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoredelphij2009-08-241-2/+2
* Fix VESA modes and allow 8bit depth modes.delphij2009-08-243-22/+47
* Improve the case test to detect the presence of lo0 in the list ofdougb2009-08-241-1/+1
* Invoke the recently added mm-mtree.sh release script to store a pre-builtjhb2009-08-241-0/+1
* Fix a few issues with the lib32 dist so that it includes ldd32.jhb2009-08-242-2/+2
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-242-6/+41
* When bridging LRO is causing a problem, the believejfv2009-08-241-7/+6
* A couple of changes: first, make header split on by defaultjfv2009-08-241-18/+50
* Don't try to power down PHY when alc(4) failed to map the device.yongari2009-08-241-1/+2
* Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" toyongari2009-08-242-3/+6
* Update example for RELENG_8.kensmith2009-08-241-4/+5
* When ``ppp -direct'' is invoked by a program that uses pipe(2) tobrian2009-08-244-126/+305
* When realloc()ing device memory for transfer to another ppp process,brian2009-08-243-11/+13
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-249-19/+173
* - Update config to doxygen 1.5.2 (I use this with 1.5.9).netchild2009-08-2419-93/+63
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-242-2/+2
* This fixes a bug where the value set by SCTP_PARTIAL_DELIVERY_POINTtuexen2009-08-241-3/+3
* Our implementation of granpt(3) could be valid in the future.ed2009-08-241-15/+11
* This fixes two bugs in the NR-Sack code:rrs2009-08-241-460/+255
OpenPOWER on IntegriCloud