summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-22in in, spotted by tobyBob Beck
2007-02-22read the exact length for POST requests as specified by theReyk Floeter
content-length header.
2007-02-22this ftruncate is really not needed now, if we're just unlinking.Bob Beck
ok millert@
2007-02-22avoid undefined. closes pr5386.Marc Espie
2007-02-22avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that thisMarc Espie
idiom works.
2007-02-22Problem noticed by Henrik Hellerstedt <henrik@kohina.net>Marc Espie
Fix a really fun bug in pkg_delete: solve_installed_names has to normalize the list of names so that comparing its size vs. its transitive closure is meaningful. Use the classical hash + list to preserve the order. While we're there, use the hash to avoid asking the same questions again and again. After some back&forth with bernd. okay bernd@
2007-02-22Add bcw_phy_lo_b_measure().Marcus Glocker
2007-02-22close 5389 and 5390,Bob Beck
unused variable and a chance to unlink the pidfile without lock if we couldn't kill a preexisting authpf process. spotted by Stefan Krah <sfk1@bigfoot.com>.
2007-02-22Add support for Winbond W83627EHF chips.Mark Kettenis
2007-02-22Dont pass seemingly random numbers down as the flagThordur I. Bjornsson
parameter of pool_init() ok drahn@ no objections miod@
2007-02-22Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they areTodd C. Miller
not used with Heimdal. Add UDP port 749 to DEFBADDYNAMICPORTS_UDP for consistency with DEFBADDYNAMICPORTS_TCP. We retain some Kerberos 4 ports for people running Heimdal in Kerberos 4 compat mode. OK deraadt@ beck@
2007-02-22Modernize the spamd.conf blacklist examples:Bob Beck
- Nuke SPEWS which is no longer maintained. - Provide link to U of A traplist - Provide link to reformatted Nixspam suspicious sources list ok deraadt@
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Added new prefix dump option for obtaining all ACPI filesJordan Hargrave
ok marco@
2007-02-22Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in theMarcus Glocker
bcw_init() path.
2007-02-22If a ,suffix file is given as an arg to ci and co, strip it. AvoidsOtto Moerbeek
potential disasters. Initial diff from niallo@, ok niallo@ joris@
2007-02-22Added changes to dump all tables not just DSDTJordan Hargrave
-o generates files of form <prefix>.<sig>.<num> eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc ok marco@
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-22Halftime for PHY init code, another ~1000 new lines.Marcus Glocker
2007-02-22syncTheo de Raadt
2007-02-22sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theoHenning Brauer
2007-02-22fix typo in function name, no functional changeMartin Reindl
2007-02-22Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4)Claudio Jeker
tunnels. Additional testing by Marc Winiger. OK kjc@ mbalmer@
2007-02-22make urpf-failed work with multipath routes.Pierre-Yves Ritschard
ok claudio@
2007-02-22Fix typo; from Stephane Chausson.Todd C. Miller
2007-02-22Check activep so Match and GatewayPorts work together; ok markus@Darren Tucker
2007-02-22Add a comment that explains, why the VID of draft 2 NAT-T includesHans-Joerg Hoexer
a traling '\n'. suggested by and ok deraadt@, jmc@
2007-02-22igor sobrado spotted that although we have mlinks for rdump andJason McIntyre
rrestore, the pages they point to don;t actually mention them. so make it clear that their functionality is now integral in dump and restore, and sync the text a little between the two pages; help/ok otto
2007-02-22put `check ssl' in the right place;Jason McIntyre
2007-02-22various language/macro fixes;Jason McIntyre
2007-02-22+.An -nosplitJason McIntyre
2007-02-22minor KNF bits here tooHenning Brauer
2007-02-22KNFHenning Brauer
2007-02-22Fix const inconsistencies, void pointer artithmetic;Xavier Santolaria
Based on diff from otto@ in OpenCVS. OK otto@.
2007-02-22do not try to set IP_TTL on non-INET listening sockets, it's not goingHenning Brauer
to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg
2007-02-22We were getting no interrupts in .MP. There are 2 fixes; one inMarco Peereboom
acpi_machdep.c and move the interrupt establishment down after ioapic has been initialized. ok jordan
2007-02-22Enable ACPI interrupts in APIC modeJordan Hargrave
ok marco@
2007-02-22another dead extern; Mark Lumsden <mark@cyodesigns.com>Henning Brauer
2007-02-22Fixed ACPITIMER header revision for ACPI2.0 onlyJordan Hargrave
ok marco@
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-22an unused define and an unused decl. From Mark Lumsden.Otto Moerbeek
2007-02-22New resource mapper interface and structuresJordan Hargrave
ok marco@
2007-02-22spacingReyk Floeter
2007-02-22spacingReyk Floeter
2007-02-22document the retry option before setting the state to down for hostsReyk Floeter
in tables.
2007-02-22document the new options to manipulate carp demotion counters.Reyk Floeter
2007-02-22Print base so that we can make a correct mapping between apic and irq.Marco Peereboom
ok jordan
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@
2007-02-22Expand description.Ray Lai
Help and okay jmc@.
2007-02-22Fix regression tests. False positives happened whenever the date/timeRay Lai
contained 1.3, 1.4, or 1.5. ``hahahahahaha'' joris@.