summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-16typoMartin Reindl
2006-12-16unused variableTheo de Raadt
2006-12-16spacing, plus dubious \% in format stringTheo de Raadt
2006-12-16spacingTheo de Raadt
2006-12-16Fix up s390 assembler in arla's lwp threading. Results from beck@ request toMarc Aurele La France
look into it, even though there's no OpenBSD/s390.
2006-12-16tweak slightly: not having the variable is okay, not finding the packageMarc Espie
is still an error.
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
no binary change.
2006-12-16Better sti_mapchar() implementation, matches Latin char indexes to HP RomanMiod Vallat
font indicies whenever possible.
2006-12-16make the section on BPF standalone and clarify it applies to clientKevin Steves
and server; ok henning@ help and ok jmc@
2006-12-16o add missing calibration bits for ZD1211B in zyd_set_chan()Damien Bergamini
o add workaround for TX rate==0 bug here too.
2006-12-16trim 802.11 FCS from received frames.Damien Bergamini
noticed by jsg@
2006-12-16spacingReyk Floeter
2006-12-16make /sbin/dhclient-script consistent with other paths; ok henning@Kevin Steves
2006-12-16more spacingReyk Floeter
2006-12-16Fix two comments. ok reyk@Bernd Ahlers
2006-12-16knf (second level indents are four spaces)Reyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems.Kenneth R Westerback
Enables devices (e.g. newer iPods, various other mp3 players) that use 2048 byte sectors. Inspired by original diffs from weingart@ and Alexey Vatchenk. ok tom@ pedro@ deraadt@ weingart@ marco@
2006-12-16knf, spacingReyk Floeter
please note that some editors will replace tabs with multiple spaces if you cut & paste code from other sections. please try to keep the tabs ;).
2006-12-16ltlib marker for libtool convenience library.Marc Espie
Long-term, we want to be able to build stuff without installing dependencies `for real', and pkgconfig and libtool files keep getting in the way, so pkg_* will have to take control, sooner or later...
2006-12-16knf, add copyright and license for in_cksum() from ping.cReyk Floeter
2006-12-16new sentence, new lineReyk Floeter
2006-12-16new sentence, new lineReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter
remote hosts and dynamically alter pf(4) tables and redirection rules for active server load balancing. The daemon has been written by Pierre-Yves Ritschard (pyr at spootnik.org) and was formerly known as "slbd". The daemon is fully functional but it still needs some work and cleanup so we don't link it to the build yet. Some TODOs are a partial rewrite of the check_* routines (use libevent whenever we can), improvement of the manpages, and general knf and cleanup. ok deraadt@ claudio@
2006-12-16it's not an error for a variable not to be defined for some/all of theMarc Espie
*.pc files, see x11/gnome/yelp.
2006-12-16+.Ex -std foldJason McIntyre
2006-12-16"Mention what underlining is meant here."Jason McIntyre
from ru@freebsd, -r1.13;
2006-12-16various small improvements;Jason McIntyre
2006-12-16strlen fix.Ray Lai
OK jaredy@ and millert@.
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-15use mii_media_active instead of mii_media_status to get the fullReyk Floeter
duplex state. this will actually enable duplex reporting for drivers using the mii layer. figured out by Moritz Grimm with sk(4)
2006-12-15syncMark Kettenis
2006-12-15syncMark Kettenis
2006-12-15Create /dev/pci[0-3].Mark Kettenis
ok miod@, deraadt@
2006-12-15Process status descriptors that have SK_Y2_STOPC_OWN bit set instead ofMark Kettenis
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work.
2006-12-15Sync arch listMiod Vallat
2006-12-15RegenMiod Vallat
2006-12-15Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussedMiod Vallat
with deraadt@ some time ago
2006-12-15Correct order of malloc(9) arguments.Marc Balmer
Spotted by Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>; thanks.
2006-12-15add the HP NC373i PCI Express Multifunction Gigabit embedded serverReyk Floeter
adapter as found on the latest HP ProLiant servers (DL365 G1, DL385 G2, DL585 G2).
2006-12-15small KNFKevin Steves
2006-12-15regenMark Kettenis
2006-12-15Add e few entries found on a HP DL585 G2.Mark Kettenis
2006-12-15add support for "Static-directory" request.Xavier Santolaria
2006-12-15fix every architecture being treated as strictly aligned in sf_rxintr() byMartin Reindl
only checking for __STRICT_ALIGNMENT; tested on i386 and alpha
2006-12-15KNFKevin Steves
2006-12-15typo in commentKevin Steves
2006-12-15sync w/ usage(); ok pedroJason McIntyre
2006-12-15dummy support for update-patches request.Xavier Santolaria
2006-12-15use "special" and "node" for synopsis/usage() here too;Jason McIntyre