Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@. | |||
2007-02-22 | Always write the disklabel to disk when asked, even if it appears to | Kenneth R Westerback | |
be unchanged. Fixes PR#5209. Proper behaviour of 'q'uit still under discussion. ok ray@ millert@ ckuethe@ nick@ | |||
2007-02-22 | Defer printing of the per-file diff header until after the regexp | Todd C. Miller | |
"ignore" processing has finished. This way we only print the header for files that have diffs. The new behavior matches GNU diff (which is where the -I flag comes from). OK otto@ espie@ | |||
2007-02-22 | Pass sizeof(buf) to fgets instead of hard-coded number. | Ray Lai | |
From Charles Longeau. OK moritz@ and jakob@. | |||
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | Deanna Phillips | |
ago. ok kjell | |||
2007-02-21 | Add missing sensor description for temperature. | Deanna Phillips | |
ok dlg | |||
2007-02-21 | Long awaiting modernization: | Miod Vallat | |
- reset the drive and fetch its identification strings during probe, and do not attach if they don't look good. - do not store synchronous command blocks (used by hdreset) in the softc, since they are not processed asynchronously. The stack will do. - cleanup the disklabel retrieval code. - use disk_{,un}lock instead of rolling our own equivalent. - use bounds_check_with_label() in hdstrategy() instead of a stripped-down inline version of it. Tested on 7957A. | |||
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | Marco Peereboom | |
Tested by several folks and ok canacar | |||
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | Theo de Raadt | |
with %llu; ok miod | |||
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler | |
how much blowfish takes at max, which is 72 bytes. Also define a constant for this in the include file, suggested by ray@. ok pedro@ thib@ tedu@ | |||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis | |
ok marco@ | |||
2007-02-21 | make sure checkout_rev() sets correct file permissions via file->rf_mode | Niall O'Higgins | |
in case where fstat() of file->rf_fd won't give us right mode. fixes PR #5383 ok xsa@ | |||
2007-02-21 | Create "syslogd: restart" message after the setup of signal | Marco Pfatschbacher | |
handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@ | |||
2007-02-21 | put -L and -G in the right place; | Jason McIntyre | |
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-21 | order options; from Igor Sobrado | Jason McIntyre | |
2007-02-21 | sort options; sync synopsis and usage() | Jason McIntyre | |
from Igor Sobrado | |||
2007-02-21 | Sync with reality. Initial diff by Ingo Schwarze additional help by jmc@ | Claudio Jeker | |
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | Claudio Jeker | |
the right value is printed in case of an error. OK mglocker@ | |||
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker | |
Don't allow the userland to fiddle with flags reserved by the driver. Noticed by Ingo Schwarze. |