summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - When we restore VESA state, try BIOS POST earlier. VESA restore statejkim2009-10-232-25/+71
* Use the correct option name in the preprocessor command to enableqingli2009-10-233-5/+5
* Remove unneeded blank line from bpf_drvinit().rwatson2009-10-231-1/+0
* - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] andjhb2009-10-235-20/+19
* Style fix.jhb2009-10-231-1/+1
* Don't bother copying the name of a kproc or kthread out into a temporaryjhb2009-10-231-6/+2
* MFp4:mav2009-10-234-15/+4
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-232-19/+99
* Do not map the trap vectors into the kernel's address space. They arenwhitehorn2009-10-232-6/+13
* Make "Retrying Command" to be printed before actual retrying.mav2009-10-231-22/+17
* Improve grammar in ip_input comment while attempting to maintain whatrwatson2009-10-231-2/+2
* Properly sort the intr_event_describe_handler() prototype.jhb2009-10-231-2/+2
* Revert interrupt reason check order back.mav2009-10-231-6/+6
* MFp4:mav2009-10-234-254/+760
* Fix the build.mav2009-10-231-1/+1
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,rpaulo2009-10-231-7/+1
* Use double-quotation marks to fix the unexpanded variable issue.hrs2009-10-231-3/+3
* Replace most of priority numbers with defines. No logical changes.mav2009-10-2314-116/+117
* Remove some obsoleted comments.mav2009-10-231-13/+0
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-239-103/+214
* 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
OpenPOWER on IntegriCloud