summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-18fix attribution, spotted by jmcTheo de Raadt
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
from nicholas marriott;
2005-11-18- new sentence, new lineJason McIntyre
- avoid Xr to self - lookup(n.) -> look up(v.)
2005-11-18do not devide by zeroMichael Shalayeff
2005-11-18Work around yet another race on non-locking file systems: when callingPedro Martelletto
VOP_INACTIVE() in vrele() and vput(), we may sleep. Since there's no locking of any kind, someone can vget() the vnode and vrele() it while we sleep, beating us in getting the vnode on the free list.
2005-11-18Bump copyright (watchdog addition).Alexander Yurchenko
2005-11-18use new libpcap-provided datalink_x_to_y functions instead of local copiesDamien Miller
(with different prototypes); ok mpf@
2005-11-18pull in the good bits of libpcap-0.9.4's API without the cross-platformDamien Miller
cruft. help from deraadt@, mpf@, jmc@; ok mpf@a nb. this will break tcpdump unless it updated too
2005-11-18remove stray .Ed;Jason McIntyre
2005-11-18sort list of masters;Jason McIntyre
2005-11-18restructure some text slightly;Jason McIntyre
ok espie@
2005-11-18minor knf;Xavier Santolaria
2005-11-18don't assume that close() can fail, from deraadtCamiel Dobbelaar
ok henning deraadt
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
- decouple the command structures from scsi structures, allowing non block oriented commands (e.g. management commands) to be built. - redesign the various command queues to remove race conditions and to allow commands from multiple sources to coexist in the system - move major processing of commands and messages to a dedicated kernel thread to avoid spending too long in the interrupt handler - add device data structures for various management commands to the header file Much code from FreeBSD
2005-11-18Use bus_addr_t for address in em_fill_descriptors().Brad Smith
2005-11-18fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap().Brad Smith
From FreeBSD
2005-11-18syncTheo de Raadt
2005-11-18revert part of rev 1.45 ..Brad Smith
- 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-18Add some more cards. Mostly from Stuart Henderson.Marco Peereboom
2005-11-18kill more dumb or contextless.Kjell Wooding
2005-11-18added code yesterdayTheo de Raadt
2005-11-18Protect biodone() with splbio().Miod Vallat
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofMiod Vallat
duplicating it in every CS/80 driver and using an hardcoded number for its size. No functional change.
2005-11-17Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@Miod Vallat
2005-11-17kvtop() is not used anymore. Thanks for the fish.Miod Vallat
2005-11-17Factorize DMA cache flush code, use modern types and constants, ansify.Miod Vallat
2005-11-17fix byteorder for "s" and "l" formats; ok henning@ krw@Kevin Steves
2005-11-17document "log (user)"Joel Knight
wording help and ok jmc@
2005-11-17Regen.Alexander Yurchenko
2005-11-17Unify SMBus controllers ids.Alexander Yurchenko
2005-11-17remove stale NAMEDB; ok theoJakob Schlyter
2005-11-17Use sectors as the size units for the RAW_PART (i.e. 'c') partition inKenneth R Westerback
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-17typo, ok hshoexer@Alexander von Gernler
2005-11-17for pfctl -f rules, open the file before resetting options. when openingDaniel Hartmeier
the file fails, produce only the error message and leave options unchanged. reported by Tamas TEVESZ, ok deraadt@
2005-11-17Work around a gcc optimization problem. Spotted by biorn@; fixOtto Moerbeek
inspired by FreeBSD. ok biorn@ millert@ deraadt@
2005-11-17errx is better hereOtto Moerbeek
2005-11-17Test a few more rint functions.Otto Moerbeek
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaOtto Moerbeek
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@
2005-11-17some knf and whitespace cleanup.Moritz Jodeit
2005-11-17sort hosts, even when specified on the command line.Moritz Jodeit
fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@
2005-11-17style; no binary change.Federico G. Schwindt
2005-11-17syncTheo de Raadt
2005-11-17yet another output fix;Xavier Santolaria
2005-11-17indent;Xavier Santolaria
2005-11-17Add support for following forks. Backported from the to-be released gdb 6.4.Mark Kettenis
Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now.
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
only attaches a parent openpic, not a slave openpic. ok kettenis
2005-11-17restructure the wtmp/newsyslog blurb slightly, to make this read better;Jason McIntyre
2005-11-17need to escape `-' to produce an en-dash;Jason McIntyre
2005-11-17saying when a device *first* appeared is much more informative, in aJason McIntyre
HISTORY section, than just noting that it did appear;
2005-11-17add a free() which got lost in r1.104. ok hshoexer@ deraadt@Moritz Jodeit