Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-11-18 | Use bus_addr_t for address in em_fill_descriptors(). | 1 | -3/+3 | ||
2005-11-18 | fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap(). | 1 | -7/+4 | ||
From FreeBSD | |||||
2005-11-18 | sync | 17 | -15/+24 | ||
2005-11-18 | revert part of rev 1.45 .. | 1 | -14/+4 | ||
- Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. which was in preparation for a software-based workaround for a HW VLAN tagging issue, but due to a HW limitation with tagging, we cannot use HW VLAN tagging at all. | |||||
2005-11-18 | Add some more cards. Mostly from Stuart Henderson. | 1 | -5/+7 | ||
2005-11-18 | kill more dumb or contextless. | 1 | -12/+1 | ||
2005-11-18 | added code yesterday | 3 | -4/+51 | ||
2005-11-18 | Protect biodone() with splbio(). | 3 | -3/+12 | ||
2005-11-18 | Define the CS/80 identify structure only once and correctly, instead of | 6 | -68/+48 | ||
duplicating it in every CS/80 driver and using an hardcoded number for its size. No functional change. | |||||
2005-11-17 | Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@ | 1 | -3/+5 | ||
2005-11-17 | kvtop() is not used anymore. Thanks for the fish. | 2 | -17/+2 | ||
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | 3 | -91/+75 | ||
2005-11-17 | fix byteorder for "s" and "l" formats; ok henning@ krw@ | 1 | -4/+4 | ||
2005-11-17 | document "log (user)" | 1 | -1/+8 | ||
wording help and ok jmc@ | |||||
2005-11-17 | Regen. | 2 | -12/+12 | ||
2005-11-17 | Unify SMBus controllers ids. | 1 | -6/+6 | ||
2005-11-17 | remove stale NAMEDB; ok theo | 1 | -3/+2 | ||
2005-11-17 | Use sectors as the size units for the RAW_PART (i.e. 'c') partition in | 1 | -3/+2 | ||
spoofed sd disklabels. Sectors are the partition size units used and documented everywhere else in the tree. sd ensures a sector will always be a multiple of 512. Fixes disklabel(8) error messages and partition size display for sd devices that have no OpenBSD disklabel and a sectorsize > 512. Noted by Robert Szasz on his Sony Hi-MD device. ok pedro@ marco@ | |||||
2005-11-17 | typo, ok hshoexer@ | 1 | -2/+2 | ||
2005-11-17 | for pfctl -f rules, open the file before resetting options. when opening | 3 | -24/+28 | ||
the file fails, produce only the error message and leave options unchanged. reported by Tamas TEVESZ, ok deraadt@ | |||||
2005-11-17 | Work around a gcc optimization problem. Spotted by biorn@; fix | 1 | -3/+5 | ||
inspired by FreeBSD. ok biorn@ millert@ deraadt@ | |||||
2005-11-17 | errx is better here | 1 | -7/+7 | ||
2005-11-17 | Test a few more rint functions. | 1 | -2/+13 | ||
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | 13 | -6/+634 | ||
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | |||||
2005-11-17 | some knf and whitespace cleanup. | 1 | -15/+15 | ||
2005-11-17 | sort hosts, even when specified on the command line. | 1 | -16/+19 | ||
fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@ | |||||
2005-11-17 | style; no binary change. | 1 | -35/+15 | ||
2005-11-17 | sync | 1 | -0/+1 | ||
2005-11-17 | yet another output fix; | 1 | -6/+7 | ||
2005-11-17 | indent; | 1 | -2/+2 | ||
2005-11-17 | Add support for following forks. Backported from the to-be released gdb 6.4. | 1 | -355/+450 | ||
Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now. | |||||
2005-11-17 | add attachment for openpic behind memc, for newer G5 systems. | 4 | -8/+15 | ||
only attaches a parent openpic, not a slave openpic. ok kettenis | |||||
2005-11-17 | restructure the wtmp/newsyslog blurb slightly, to make this read better; | 1 | -12/+11 | ||
2005-11-17 | need to escape `-' to produce an en-dash; | 1 | -2/+2 | ||
2005-11-17 | saying when a device *first* appeared is much more informative, in a | 1 | -3/+2 | ||
HISTORY section, than just noting that it did appear; | |||||
2005-11-17 | add a free() which got lost in r1.104. ok hshoexer@ deraadt@ | 1 | -1/+2 | ||
2005-11-17 | buffer overflow | 1 | -2/+3 | ||
2005-11-17 | finally get around to documenting the alternate call to pkg_create. | 1 | -1/+14 | ||
2005-11-17 | missing strdup() check, From: David Hill <dhill@mindcry.org> | 1 | -2/+3 | ||
2005-11-17 | tun devices get created (cloned) automagically when the device is opened. | 1 | -2/+6 | ||
the code took a shortcut which results in the new device not beeing added to its interface class group as it should. call the regular if_clone_create() instead of taking shortcuts, and all is fine. ok markus, tested Mike Belopuhov <mkb@crypt.org.ru> | |||||
2005-11-17 | Unbreak; noticed by evol@online.ptt.ru. | 1 | -2/+2 | ||
2005-11-17 | Fix pastos; ok deraadt@. | 1 | -10/+10 | ||
2005-11-17 | slightly better | 1 | -3/+6 | ||
2005-11-17 | Xr zrc 4 here, too | 2 | -2/+9 | ||
2005-11-17 | Xr zrc 4 | 2 | -2/+7 | ||
2005-11-17 | add missing word | 1 | -3/+3 | ||
2005-11-17 | Sharp CE-RH2 remote control driver | 8 | -9/+455 | ||
2005-11-17 | "#ifdef is for emacs developers.", back after kjell cried | 1 | -1/+2 | ||
2005-11-17 | fix mixer control names. | 2 | -7/+7 | ||
i2s.c diff from Tsubai Masanari's CVS repo. ok joris@ | |||||
2005-11-17 | sync | 1 | -0/+1 | ||