summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-18Use bus_addr_t for address in em_fill_descriptors().brad1-3/+3
2005-11-18fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap().brad1-7/+4
From FreeBSD
2005-11-18syncderaadt17-15/+24
2005-11-18revert part of rev 1.45 ..brad1-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-18Add some more cards. Mostly from Stuart Henderson.marco1-5/+7
2005-11-18kill more dumb or contextless.kjell1-12/+1
2005-11-18added code yesterdayderaadt3-4/+51
2005-11-18Protect biodone() with splbio().miod3-3/+12
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofmiod6-68/+48
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@miod1-3/+5
2005-11-17kvtop() is not used anymore. Thanks for the fish.miod2-17/+2
2005-11-17Factorize DMA cache flush code, use modern types and constants, ansify.miod3-91/+75
2005-11-17fix byteorder for "s" and "l" formats; ok henning@ krw@stevesk1-4/+4
2005-11-17document "log (user)"joel1-1/+8
wording help and ok jmc@
2005-11-17Regen.grange2-12/+12
2005-11-17Unify SMBus controllers ids.grange1-6/+6
2005-11-17remove stale NAMEDB; ok theojakob1-3/+2
2005-11-17Use sectors as the size units for the RAW_PART (i.e. 'c') partition inkrw1-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-17typo, ok hshoexer@grunk1-2/+2
2005-11-17for pfctl -f rules, open the file before resetting options. when openingdhartmei3-24/+28
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@; fixotto1-3/+5
inspired by FreeBSD. ok biorn@ millert@ deraadt@
2005-11-17errx is better hereotto1-7/+7
2005-11-17Test a few more rint functions.otto1-2/+13
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaotto13-6/+634
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@
2005-11-17some knf and whitespace cleanup.moritz1-15/+15
2005-11-17sort hosts, even when specified on the command line.moritz1-16/+19
fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@
2005-11-17style; no binary change.fgsch1-35/+15
2005-11-17syncderaadt1-0/+1
2005-11-17yet another output fix;xsa1-6/+7
2005-11-17indent;xsa1-2/+2
2005-11-17Add support for following forks. Backported from the to-be released gdb 6.4.kettenis1-355/+450
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.drahn4-8/+15
only attaches a parent openpic, not a slave openpic. ok kettenis
2005-11-17restructure the wtmp/newsyslog blurb slightly, to make this read better;jmc1-12/+11
2005-11-17need to escape `-' to produce an en-dash;jmc1-2/+2
2005-11-17saying when a device *first* appeared is much more informative, in ajmc1-3/+2
HISTORY section, than just noting that it did appear;
2005-11-17add a free() which got lost in r1.104. ok hshoexer@ deraadt@moritz1-1/+2
2005-11-17buffer overflowderaadt1-2/+3
2005-11-17finally get around to documenting the alternate call to pkg_create.espie1-1/+14
2005-11-17missing strdup() check, From: David Hill <dhill@mindcry.org>henning1-2/+3
2005-11-17tun devices get created (cloned) automagically when the device is opened.henning1-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-17Unbreak; noticed by evol@online.ptt.ru.grange1-2/+2
2005-11-17Fix pastos; ok deraadt@.grange1-10/+10
2005-11-17slightly betteruwe1-3/+6
2005-11-17Xr zrc 4 here, toouwe2-2/+9
2005-11-17Xr zrc 4uwe2-2/+7
2005-11-17add missing worduwe1-3/+3
2005-11-17Sharp CE-RH2 remote control driveruwe8-9/+455
2005-11-17"#ifdef is for emacs developers.", back after kjell criedcloder1-1/+2
2005-11-17fix mixer control names.brad2-7/+7
i2s.c diff from Tsubai Masanari's CVS repo. ok joris@
2005-11-17syncderaadt1-0/+1