| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MFV of r195792: | edwin | 2009-08-27 | 4 | -20/+50 |
* | There's no need for checking result of M_WAITOK allocation. | pjd | 2009-08-27 | 1 | -4/+0 |
* | Fix an obvious topology lock leak. | pjd | 2009-08-27 | 1 | -0/+1 |
* | When multiple interfaces exist in the system, with each interface having | qingli | 2009-08-26 | 1 | -2/+25 |
* | - Add quirk for Sony DSC digital cameras. This umass devices fail | stas | 2009-08-26 | 1 | -0/+8 |
* | Add a temporary workaround which just lets init die instead of | marius | 2009-08-26 | 1 | -1/+6 |
* | Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL) | kib | 2009-08-26 | 1 | -2/+1 |
* | Add IFNET_HOLD reserved pointer value for the ifindex ifnet array, | rwatson | 2009-08-26 | 1 | -13/+39 |
* | Don't try to mmap the contents of empty files. This behaviour was harmless | cperciva | 2009-08-26 | 1 | -0/+4 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 2 | -5/+10 |
* | - Use the headers from ACPI-CA to define various constants and structures | jhb | 2009-08-25 | 4 | -740/+523 |
* | Add some tests for poll(2)/shutdown(2) interaction. | jilles | 2009-08-25 | 2 | -2/+205 |
* | Break out allocation of new ifindex values from if_alloc() and if_vmove(), | rwatson | 2009-08-25 | 1 | -34/+42 |
* | Localize 'e'. | delphij | 2009-08-25 | 1 | -2/+4 |
* | Fix argument ordering to memcpy as well as the size of the copy in the | mlaier | 2009-08-25 | 1 | -1/+1 |
* | Add a new rc.d script, static_arp, which enables the administrator to | delphij | 2009-08-25 | 4 | -2/+90 |
* | It is possible for all the kthreads to exit (hci modules unloaded) which in | thompsa | 2009-08-25 | 1 | -0/+9 |
* | Fix build broken in r196524. | glebius | 2009-08-25 | 1 | -8/+0 |
* | Introduce SheevaPlug support. | raj | 2009-08-25 | 4 | -0/+234 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 4 | -16/+24 |
* | Introduce MII_ADDR_BASE option on ARM, which allows to override the default | raj | 2009-08-25 | 2 | -4/+8 |
* | Exclude common Kirkwood settings so they can be shared among various platforms | raj | 2009-08-25 | 4 | -8/+21 |
* | Properly handle initial state of power mgmt. | raj | 2009-08-25 | 3 | -2/+134 |
* | Eliminate platform_pmap_init() to simplify Marvell bootstrap code. | raj | 2009-08-25 | 5 | -44/+13 |
* | Document that ppp handles pipe(2) descriptors specially in -direct mode. | brian | 2009-08-25 | 1 | -1/+14 |
* | Rather than havnig enabled/disabled, implement a max queue depth. | imp | 2009-08-25 | 1 | -13/+62 |
* | - Add a SIGINFO handler for savecore. | lulf | 2009-08-25 | 1 | -1/+17 |
* | ANSIfy functions declarations, adjust prototypes. Rename local variable | charnier | 2009-08-25 | 1 | -75/+58 |
* | Add a missing .El. | delphij | 2009-08-25 | 1 | -0/+1 |
* | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | delphij | 2009-08-24 | 1 | -2/+2 |
* | Fix VESA modes and allow 8bit depth modes. | delphij | 2009-08-24 | 3 | -22/+47 |
* | Improve the case test to detect the presence of lo0 in the list of | dougb | 2009-08-24 | 1 | -1/+1 |
* | Invoke the recently added mm-mtree.sh release script to store a pre-built | jhb | 2009-08-24 | 1 | -0/+1 |
* | Fix a few issues with the lib32 dist so that it includes ldd32. | jhb | 2009-08-24 | 2 | -2/+2 |
* | Tweak the way that the ACPI and ISA bus drivers match hint devices to | jhb | 2009-08-24 | 2 | -6/+41 |
* | When bridging LRO is causing a problem, the believe | jfv | 2009-08-24 | 1 | -7/+6 |
* | A couple of changes: first, make header split on by default | jfv | 2009-08-24 | 1 | -18/+50 |
* | Don't try to power down PHY when alc(4) failed to map the device. | yongari | 2009-08-24 | 1 | -1/+2 |
* | Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" to | yongari | 2009-08-24 | 2 | -3/+6 |
* | Update example for RELENG_8. | kensmith | 2009-08-24 | 1 | -4/+5 |
* | When ``ppp -direct'' is invoked by a program that uses pipe(2) to | brian | 2009-08-24 | 4 | -126/+305 |
* | When realloc()ing device memory for transfer to another ppp process, | brian | 2009-08-24 | 3 | -11/+13 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 9 | -19/+173 |
* | - Update config to doxygen 1.5.2 (I use this with 1.5.9). | netchild | 2009-08-24 | 19 | -93/+63 |
* | Make if_grow static -- it's not used outside of if.c, and with the | rwatson | 2009-08-24 | 2 | -2/+2 |
* | This fixes a bug where the value set by SCTP_PARTIAL_DELIVERY_POINT | tuexen | 2009-08-24 | 1 | -3/+3 |
* | Our implementation of granpt(3) could be valid in the future. | ed | 2009-08-24 | 1 | -15/+11 |
* | This fixes two bugs in the NR-Sack code: | rrs | 2009-08-24 | 1 | -460/+255 |
* | Allow multiple console devices per driver without insane code duplication. | ed | 2009-08-24 | 2 | -24/+24 |
* | When "jail -c vnet" request fails, the current code actually creates and | zec | 2009-08-24 | 1 | -1/+1 |