Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-16 | typo | Martin Reindl | |
2006-12-16 | unused variable | Theo de Raadt | |
2006-12-16 | spacing, plus dubious \% in format string | Theo de Raadt | |
2006-12-16 | spacing | Theo de Raadt | |
2006-12-16 | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | Marc Aurele La France | |
look into it, even though there's no OpenBSD/s390. | |||
2006-12-16 | tweak slightly: not having the variable is okay, not finding the package | Marc Espie | |
is still an error. | |||
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding | |
no binary change. | |||
2006-12-16 | Better sti_mapchar() implementation, matches Latin char indexes to HP Roman | Miod Vallat | |
font indicies whenever possible. | |||
2006-12-16 | make the section on BPF standalone and clarify it applies to client | Kevin Steves | |
and server; ok henning@ help and ok jmc@ | |||
2006-12-16 | o add missing calibration bits for ZD1211B in zyd_set_chan() | Damien Bergamini | |
o add workaround for TX rate==0 bug here too. | |||
2006-12-16 | trim 802.11 FCS from received frames. | Damien Bergamini | |
noticed by jsg@ | |||
2006-12-16 | spacing | Reyk Floeter | |
2006-12-16 | make /sbin/dhclient-script consistent with other paths; ok henning@ | Kevin Steves | |
2006-12-16 | more spacing | Reyk Floeter | |
2006-12-16 | Fix two comments. ok reyk@ | Bernd Ahlers | |
2006-12-16 | knf (second level indents are four spaces) | Reyk Floeter | |
2006-12-16 | knf, spacing | Reyk Floeter | |
2006-12-16 | Adopt 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-16 | knf, spacing | Reyk 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-16 | ltlib 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-16 | knf, add copyright and license for in_cksum() from ping.c | Reyk Floeter | |
2006-12-16 | new sentence, new line | Reyk Floeter | |
2006-12-16 | new sentence, new line | Reyk Floeter | |
2006-12-16 | Import hostated, the host status daemon. This daemon will monitor | Reyk 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-16 | it's not an error for a variable not to be defined for some/all of the | Marc Espie | |
*.pc files, see x11/gnome/yelp. | |||
2006-12-16 | +.Ex -std fold | Jason McIntyre | |
2006-12-16 | "Mention what underlining is meant here." | Jason McIntyre | |
from ru@freebsd, -r1.13; | |||
2006-12-16 | various small improvements; | Jason McIntyre | |
2006-12-16 | strlen fix. | Ray Lai | |
OK jaredy@ and millert@. | |||
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt | |
2006-12-15 | use mii_media_active instead of mii_media_status to get the full | Reyk 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-15 | sync | Mark Kettenis | |
2006-12-15 | sync | Mark Kettenis | |
2006-12-15 | Create /dev/pci[0-3]. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-12-15 | Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of | Mark Kettenis | |
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work. | |||
2006-12-15 | Sync arch list | Miod Vallat | |
2006-12-15 | Regen | Miod Vallat | |
2006-12-15 | Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussed | Miod Vallat | |
with deraadt@ some time ago | |||
2006-12-15 | Correct order of malloc(9) arguments. | Marc Balmer | |
Spotted by Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>; thanks. | |||
2006-12-15 | add the HP NC373i PCI Express Multifunction Gigabit embedded server | Reyk Floeter | |
adapter as found on the latest HP ProLiant servers (DL365 G1, DL385 G2, DL585 G2). | |||
2006-12-15 | small KNF | Kevin Steves | |
2006-12-15 | regen | Mark Kettenis | |
2006-12-15 | Add e few entries found on a HP DL585 G2. | Mark Kettenis | |
2006-12-15 | add support for "Static-directory" request. | Xavier Santolaria | |
2006-12-15 | fix every architecture being treated as strictly aligned in sf_rxintr() by | Martin Reindl | |
only checking for __STRICT_ALIGNMENT; tested on i386 and alpha | |||
2006-12-15 | KNF | Kevin Steves | |
2006-12-15 | typo in comment | Kevin Steves | |
2006-12-15 | sync w/ usage(); ok pedro | Jason McIntyre | |
2006-12-15 | dummy support for update-patches request. | Xavier Santolaria | |
2006-12-15 | use "special" and "node" for synopsis/usage() here too; | Jason McIntyre | |