Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-22 | in in, spotted by toby | Bob Beck | |
2007-02-22 | read the exact length for POST requests as specified by the | Reyk Floeter | |
content-length header. | |||
2007-02-22 | this ftruncate is really not needed now, if we're just unlinking. | Bob Beck | |
ok millert@ | |||
2007-02-22 | avoid undefined. closes pr5386. | Marc Espie | |
2007-02-22 | avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that this | Marc Espie | |
idiom works. | |||
2007-02-22 | Problem 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-22 | Add bcw_phy_lo_b_measure(). | Marcus Glocker | |
2007-02-22 | close 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-22 | Add support for Winbond W83627EHF chips. | Mark Kettenis | |
2007-02-22 | Dont pass seemingly random numbers down as the flag | Thordur I. Bjornsson | |
parameter of pool_init() ok drahn@ no objections miod@ | |||
2007-02-22 | Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are | Todd 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-22 | Modernize 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-22 | Revert my previous commit. Kettenis no likey. | Marco Peereboom | |
2007-02-22 | Added new prefix dump option for obtaining all ACPI files | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in the | Marcus Glocker | |
bcw_init() path. | |||
2007-02-22 | If a ,suffix file is given as an arg to ci and co, strip it. Avoids | Otto Moerbeek | |
potential disasters. Initial diff from niallo@, ok niallo@ joris@ | |||
2007-02-22 | Added changes to dump all tables not just DSDT | Jordan 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-22 | Comment out the errmsg printf in hdgetdisklabel() again. | Miod Vallat | |
2007-02-22 | Halftime for PHY init code, another ~1000 new lines. | Marcus Glocker | |
2007-02-22 | sync | Theo de Raadt | |
2007-02-22 | sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theo | Henning Brauer | |
2007-02-22 | fix typo in function name, no functional change | Martin Reindl | |
2007-02-22 | Make 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-22 | make urpf-failed work with multipath routes. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-02-22 | Fix typo; from Stephane Chausson. | Todd C. Miller | |
2007-02-22 | Check activep so Match and GatewayPorts work together; ok markus@ | Darren Tucker | |
2007-02-22 | Add a comment that explains, why the VID of draft 2 NAT-T includes | Hans-Joerg Hoexer | |
a traling '\n'. suggested by and ok deraadt@, jmc@ | |||
2007-02-22 | igor sobrado spotted that although we have mlinks for rdump and | Jason 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-22 | put `check ssl' in the right place; | Jason McIntyre | |
2007-02-22 | various language/macro fixes; | Jason McIntyre | |
2007-02-22 | +.An -nosplit | Jason McIntyre | |
2007-02-22 | minor KNF bits here too | Henning Brauer | |
2007-02-22 | KNF | Henning Brauer | |
2007-02-22 | Fix const inconsistencies, void pointer artithmetic; | Xavier Santolaria | |
Based on diff from otto@ in OpenCVS. OK otto@. | |||
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer | |
to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg | |||
2007-02-22 | We were getting no interrupts in .MP. There are 2 fixes; one in | Marco Peereboom | |
acpi_machdep.c and move the interrupt establishment down after ioapic has been initialized. ok jordan | |||
2007-02-22 | Enable ACPI interrupts in APIC mode | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | another dead extern; Mark Lumsden <mark@cyodesigns.com> | Henning Brauer | |
2007-02-22 | Fixed ACPITIMER header revision for ACPI2.0 only | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek | |
2007-02-22 | an unused define and an unused decl. From Mark Lumsden. | Otto Moerbeek | |
2007-02-22 | New resource mapper interface and structures | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | document the retry option before setting the state to down for hosts | Reyk Floeter | |
in tables. | |||
2007-02-22 | document the new options to manipulate carp demotion counters. | Reyk Floeter | |
2007-02-22 | Print base so that we can make a correct mapping between apic and irq. | Marco Peereboom | |
ok jordan | |||
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk 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-22 | Expand description. | Ray Lai | |
Help and okay jmc@. | |||
2007-02-22 | Fix regression tests. False positives happened whenever the date/time | Ray Lai | |
contained 1.3, 1.4, or 1.5. ``hahahahahaha'' joris@. |