summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFP4: 109652jkim2006-12-041-39/+38
* Bug fix for obscenely large wait times on uncontested lockskmacy2006-12-041-4/+4
* - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day wejkim2006-12-042-22/+24
* Grammar.ru2006-12-041-1/+1
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-042-53/+43
* - separate out rounding memory ranges to 4M boundaries from OFW memory alloca...kmacy2006-12-043-46/+73
* document recent change to return ECONNRESET for tcp socketssam2006-12-041-1/+4
* Use _kevent() instead of kevent().ume2006-12-041-7/+7
* Fix an edge case in rman_manage_region() where it didn't handle a resourcejhb2006-12-041-4/+7
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-044-3/+18
* Fix my error in rev. 1.152glebius2006-12-041-1/+1
* Fix typo, I was using a wrong header file, and the typo is not detecteddavidxu2006-12-041-1/+1
* Use kernel provided userspace condition variable to implement pthreaddavidxu2006-12-046-96/+105
* if a thread blocked on userland condition variable isdavidxu2006-12-044-5/+25
* o Correct a function prototype.maxim2006-12-041-1/+1
* Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().cognet2006-12-041-0/+1
* Argh. Restore a stat() call that was erroneously removed.kientzle2006-12-041-0/+6
* recent changes have caused TRAP_TRACING to induce corruptionkmacy2006-12-041-2/+2
* Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in themarius2006-12-041-1/+0
* - In hme_stop() mask all interrupts.marius2006-12-041-45/+91
* Improve style(9) conformance of igmp.c.rwatson2006-12-041-45/+43
* - put some common code in a function handle_remount();luigi2006-12-031-38/+43
* Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the usersyrinx2006-12-031-1/+1
* MFP4 (110939):netchild2006-12-031-1/+1
* Sync with i386 (remove the LINUX stuff) now that the module is usable.netchild2006-12-031-5/+0
* MFP4 (110957)netchild2006-12-031-2/+3
* Minor clarification.dds2006-12-031-1/+1
* New test cases demonstrating fixed bugs, and the reason whydds2006-12-0321-1/+201
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEmaxim2006-12-031-2/+4
* Prevent buffer overflow when forcibly terminating an escape character.dds2006-12-031-1/+3
* Correct handling of format strings with escaped % specifications.dds2006-12-031-2/+5
* o Fix typo: manger -> manager.maxim2006-12-031-1/+1
* o /stand/sysinstall -> /usr/sbin/sysinstall.maxim2006-12-031-1/+1
* o As POSIX requires confstr(3) returns zero on errors, not -1.maxim2006-12-031-2/+2
* Fix a massive couple of botches here: the NVRAM settingsmjacob2006-12-031-23/+15
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-mjacob2006-12-031-13/+24
* Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least onemjacob2006-12-031-1/+0
* It's confusing to say that "Command Queueing Supported" just basedmjacob2006-12-031-3/+2
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-033-27/+48
* Introduce userspace condition variable, since we have already POSIXdavidxu2006-12-032-19/+225
* Forced commit: previous revision just correctly reflected thatmjacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-034-102/+163
* Add missing includes for <sys/buf.h> and <sys/bio.h>.rodrigc2006-12-021-0/+2
* - Probe Davicom DM9102 PHYs.marius2006-12-021-30/+8
* - In acphy_service() for the MII_TICK case don't bother to check whethermarius2006-12-021-30/+7
* - Add another Altima PHY, which is a AC101 workalike and integratedmarius2006-12-021-1/+3
* - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurationsmarius2006-12-021-37/+9
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsmarius2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:marius2006-12-027-94/+53
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-027-3136/+3506
OpenPOWER on IntegriCloud