Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-12-15 | sync usage(); | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | sort options; sync usage; | Jason McIntyre | |
2006-12-15 | some Nm blips, from mk; | Jason McIntyre | |
2006-12-15 | minor tweaks, partly from ru@freebsd; | Jason McIntyre | |
2006-12-15 | remove a raft of unneccessary escapes; from ru@freebsd | Jason McIntyre | |
2006-12-15 | server-side Static-directory bits. | Xavier Santolaria | |
2006-12-15 | make enc(4) count; ok markus@ henning@ deraadt@ | Otto Moerbeek | |
2006-12-15 | make pflog(4) count; ok hennig@ deraadt@ | Otto Moerbeek | |
2006-12-15 | adjust the Directory request by sending the repository on a new line too. | Xavier Santolaria | |
matches gnu cvs behaviour. | |||
2006-12-15 | server-side Sticky bits. | Xavier Santolaria | |