summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* After thinking again, implement cam_ccbq_fini().mav2009-10-223-2/+11
* Prevent wraparound of the timeout variable.thompsa2009-10-221-1/+5
* Move comments to the beginning of the line to make it look better.edwin2009-10-221-5/+5
* Rename default to default_function, for compatibility with GNU awk.emaste2009-10-221-7/+7
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.mav2009-10-221-2/+0
* Initialize rann_flags properly.rpaulo2009-10-221-0/+1
* Set the devclass_t pointer specified in the DRIVER_MODULE() macrojhb2009-10-221-24/+14
* Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail onrpaulo2009-10-221-1/+1
* Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control.ru2009-10-221-1/+3
* List more dependencies for these drivers. While here, convertbrueffer2009-10-222-2/+20
* Remove self-reference.pjd2009-10-221-1/+0
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-222-4/+9
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-221-2/+2
* Fix a memory leak in an error case.brueffer2009-10-221-0/+3
* Verify "smp_started" is true before callingqingli2009-10-221-6/+10
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTphilip2009-10-213-18/+41
* After the installation of the /usr/share/zoneinfo, run tzsetup ifedwin2009-10-211-0/+20
* - Add support for chrooted installs.edwin2009-10-212-77/+156
* Move sed(1) from cross-tools to bootstrap-tools.ru2009-10-211-1/+5
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETrpaulo2009-10-211-4/+0
* Change gcc to assume a default machine architecture of 486 instead of 386jhb2009-10-211-1/+1
* Handle the case where there is only one PMC in the system.fabient2009-10-211-4/+4
* Review previous change. It has no relation to the I-cache coherencymarcel2009-10-211-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-2120-74/+196
* Make input parsing in Farhenheit actually work.ed2009-10-211-5/+5
* PR: 139751fabient2009-10-211-1/+1
* o Align function on a 32-byte boundary so that the core's front-endmarcel2009-10-211-3/+7
* Set CSTD in all cases except when CC=icc and NO_WARNS is set. Thisrdivacky2009-10-211-1/+1
* MFp4:mav2009-10-211-4/+4
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+2
* MFp4:mav2009-10-212-174/+29
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+1
* MFp4:mav2009-10-211-85/+111
* Add a missing free() call.brueffer2009-10-211-0/+2
* MFp4:mav2009-10-213-3/+4
* MFp4:mav2009-10-211-7/+26
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerstas2009-10-214-47/+54
* MFp4:mav2009-10-212-37/+79
* - On entrance to the rx_eof sync RX rings maps with POSTWRITE flagstas2009-10-211-4/+7
* Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which res...rink2009-10-211-10/+73
* The tunefs utility does not work on active filesystems.remko2009-10-211-2/+2
* Add empty watchdogd_flags.brueffer2009-10-211-0/+1
* Improve the description of the malofw kernel module installation.brueffer2009-10-211-5/+10
* Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb devicethompsa2009-10-201-2/+3
* The flow-table function flowtable_route_flush() may be calledqingli2009-10-201-7/+11
* Fix a case where rename actually succeeds, which is also expected behaviourpjd2009-10-201-2/+3
* Make mxge do a better job recovering from NIC h/w faultsgallatin2009-10-201-13/+37
* In the ARP callout timer expiration function, the current time_secondqingli2009-10-201-9/+9
* Random number generator initialization cleanup:ru2009-10-203-2/+15
OpenPOWER on IntegriCloud