summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix my error in rev. 1.152glebius2006-12-041-1/+1
* if a thread blocked on userland condition variable isdavidxu2006-12-044-5/+25
* Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().cognet2006-12-041-0/+1
* 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
* 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
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEmaxim2006-12-031-2/+4
* 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
* 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-024-3040/+3216
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-0219-249/+135
* MFP4 (108673, 110519, 110874):netchild2006-12-021-5/+30
* Add the linux module to the amd64 build, all symbols can now be resolved.netchild2006-12-021-0/+1
* Provide stream operations.cognet2006-12-021-0/+36
* Softc may be NULL in g_journal_orphan(), so don't be surprised.pjd2006-12-021-3/+4
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsrwatson2006-12-011-20/+0
* if_watchdog -> rl_watchdogru2006-12-012-14/+16
* ALTQify ep(4).mlaier2006-12-011-5/+7
* Fix packing on the country band descriptor. No real change since thisimp2006-12-011-1/+1
* Make sure that carp_header is 36 bytes longimp2006-12-011-0/+4
* fix typo in last commitimp2006-12-011-1/+1
* Use FreeBDS standard __packed as opposed to the gcc centricimp2006-12-011-2/+2
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-012-4/+4
* Move the __packed declarations. This makes sizeof(struct llc) 8 againimp2006-12-011-7/+11
* Make libalias.conf parsing a bit smarter.piso2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-013-35/+41
* clarify shortcut returnsam2006-12-011-2/+2
* Grammar nit.ru2006-12-011-1/+1
* We can have no PV entry here if the previous mapping was unmanaged, and the newcognet2006-12-011-1/+2
* Use CTASSERT to make sure:imp2006-12-011-1/+6
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-012-4/+4
OpenPOWER on IntegriCloud