summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-117-38/+199
* Always home the cursor when changing the scrolling region.ed2009-11-111-7/+8
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
* Be careful which vattr fields are set during setattr replay.pjd2009-11-101-4/+8
* Avoid passing invalid mountpoint to getnewvnode().pjd2009-11-101-21/+18
* Add ixgb(4) to NOTES.jhb2009-11-101-0/+1
* - Locking fixes to not do silly things like drop the lock only to call ajhb2009-11-102-76/+67
* Controller does not update Tx descriptors(send BDs) after sendingyongari2009-11-101-6/+3
* s/a default/the default/dougb2009-11-101-1/+1
* Add support for the touchpads found in later models of iBook andnwhitehorn2009-11-101-21/+89
* Purge some useless mergeinfo.jhb2009-11-100-0/+0
* When rename("a", "b/.") is performed, target namei() call returnskib2009-11-101-0/+6
* In r198506, kern_sigsuspend() started doing cursig/postsig loop to makekib2009-11-102-9/+8
* Extract the code that records syscall results in the frame into MDkib2009-11-1021-304/+419
* Check fork() return valuedes2009-11-101-2/+5
* Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) anddes2009-11-108-867/+1
* MFp4:mav2009-11-102-21/+31
* Fix globbingdes2009-11-102-1/+3
* More rational usage()des2009-11-101-3/+5
* Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP,ume2009-11-102-0/+20
* Add a note about no hostname leading to "Amnesiac" on the consoledougb2009-11-101-0/+3
* Add a minimal change to prevent NULL deference in ee(1).delphij2009-11-101-1/+1
* Zero out Tx/Rx descriptors before using them. Also add missingyongari2009-11-091-0/+7
* Add missing bus_dmamap_sync(9) before issuing kick command.yongari2009-11-091-0/+3
* Unbreak booting of FreeBSD/mips by merging r195429 from projects/mips:gonzo2009-11-092-3/+3
* Spell sz correctly.nwhitehorn2009-11-091-1/+1
* MFV of r199105, tzdata2009r:edwin2009-11-091-4/+27
* Make isa_dma functions MPSAFE by introducing its own private lock. Theserdivacky2009-11-094-68/+166
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-093-19/+3
* Fix variable type.mav2009-11-091-1/+1
* Purge some duplicate mergeinfo.jhb2009-11-090-0/+0
* Add gai_strerror() catalog for ja_JP.UTF-8 and ja_JP.eucJP.ume2009-11-092-0/+72
* Mention the layout change of ieee80211req_scan_result.rpaulo2009-11-091-0/+5
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).rpaulo2009-11-094-1/+2060
* Increase the size of the OFW translations buffer to handle G5 systemsnwhitehorn2009-11-091-1/+4
* Add NLS catalogs support to gai_strerror(3).ume2009-11-092-0/+94
* Fix comment.ume2009-11-092-2/+2
* Add ja_JP.eucJP catalog.ume2009-11-092-0/+250
* Add ja_JP.UTF-8 catalog.ume2009-11-092-0/+250
* Add support for ATA Power Management.mav2009-11-092-3/+134
* The isr_intval in ieee80211req_scan_result structure should be 16 bit.rpaulo2009-11-091-1/+1
* Add more ICH10 chip IDs.mav2009-11-092-0/+8
* style(9): add missing parenthesesoleg2009-11-091-1/+1
* Initialize the whole message unit's DMA buffer to zero, this fixes a panicdelphij2009-11-092-2/+4
* - Add hw.clflush_disable loader tunable to avoid panic (trap 9) atkuriyama2009-11-092-2/+36
* Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 filesdelphij2009-11-091-5/+14
* Correct disabling checksum offloading for BCM5700 B0.yongari2009-11-091-1/+1
* Correct Olympus quirk.thompsa2009-11-081-1/+1
* Add missing mtx_destroy().thompsa2009-11-081-0/+1
* Improve support for High-speed USB audio devices.thompsa2009-11-081-121/+120
OpenPOWER on IntegriCloud