summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-14remove two duplicate command entries;Ingo Schwarze
reported by Denis Fondras <openbsd at ledeuns dot net>
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
millert@ and jmc@ agree that "overriden" is wrong
2014-08-14Unused variable, and more fixes in the attach failure path.Miod Vallat
2014-08-14Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy whenMiod Vallat
the hint returned is over VM_MAXUSER_ADDRESS, apparently; better be safe for now while this is investigated further.
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Kill bandwidth monitoring meters.Martin Pieuchot
2014-08-14Add bounce matching for [] and {} like mg already does with () and likeBrian Callahan
Emacs does. ok florian@
2014-08-14Compare number of allocated clusters with a low watermark, notMike Belopuhov
a magic number 4 since sometimes we can't fit a single packet (jumbo frame) into 4 clusters. OK dlg
2014-08-14Sync with httpd, including the following change from doug@:Reyk Floeter
"Sync with RFC 7230-7235 phrases and IANA registered status codes. ok reyk@"
2014-08-14Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-08-14Sync with RFC 7230-7235 phrases and IANA registered status codes.doug
ok reyk@
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-14Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringMartin Pieuchot
code that comes with them. ok mikeb@, henning@
2014-08-14Show only active pools by default, pressing 'A' shows all of them.Martin Pieuchot
ok deraadt@
2014-08-14Do not set RTF_MASK, it is not used anymore.Martin Pieuchot
ok yasuoka@
2014-08-14fix logging strings (correct function name via __func__ + a typo)Bret Lambert
ok florian@ henning@
2014-08-14Remove obsolete struct stat parameters.Christopher Zimmermann
ok reyk@
2014-08-14add some definitions from libdrm 2.4.56Jonathan Gray
2014-08-14fix date that got changed by MdocdateIngo Schwarze
and no longer matches the desired output
2014-08-14mandoc 1.13.1 has been releasedIngo Schwarze
2014-08-14new regression tests collected during recent workIngo Schwarze
2014-08-14add missing NOPTS argumentsIngo Schwarze
2014-08-14Revert previous, as requested by kristaps@.Ingo Schwarze
The .Bf block can contain subblocks, so it has to render as an element that can contain flow content. But <em> cannot contain flow content, only phrasing content. Rendering .Em and .Bf differently would by unfortunate, and closing out .Bf before subblocks and re-opening it afterwards would merely complicate both the C code of the program and the generated HTML code. Besides, converting .Em to semantic HTML markup would require some content to be put into <em> and some into <i>, but we cannot automatically distinguish which is which, so strictly speaking, we can't use semantic HTML here but have to fall back to physical markup. Wonders of HTML...
2014-08-14Add a simple target to validate the syntax of -Thtml output.Ingo Schwarze
Not hooked to the build yet because there are still too many bugs.
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
Note that we use 240u := 1i for all devices, even -Tps and -Tpdf. Big fix of -Tascii rendering of f, m, and u. Small fix of -Tascii rendering of c. Big fix of -Thtml rendering of u. Big fix of -Tps rendering of m, p, and u. Clarify -Tps rendering of c. Correct documentation of scaling units, in particular with respect to u. This for example improves rendering of the OpenGL manuals. Joint work with kristaps@.
2014-08-13Add /usr/X11R6/share/X11/app-defaultsMatthieu Herrb
2014-08-13For a non-existent root we don't want the root prefix to show up inChristopher Zimmermann
PATH_INFO. Therefore put a lower bound of strlen(root) on scriptlen. This makes perfect sense for virtual FastCGI scripts which run chrooted in another directory from httpd. ok reyk@
2014-08-13Always call freeaddrinfo after getaddrinfo.Tobias Stoeckmann
ok dlg@
2014-08-13Provide a failsafe version of the path_info() function that doesn'tReyk Floeter
need a temporary path variable. Based on an initial diff from chrisz@. "Commit any failsafe version and I'm ok with it" chrisz@
2014-08-13Use <em> for .Em and .Bf -emphasis.Ingo Schwarze
The vast majority of .Em in real-world manuals is stress emphasis, for which <em> is the correct markup. Admittedly, there are some instances of .Em usage for alternate quality, for which <i> would be a better match. Most of these are technical terms that neither allow semantic markup nor are keywords - for the latter, .Sy would be preferable. A typical example is that the shell breaks input into .Em words . Alternate voice or mood, which would also require <i>, is almost absent from manuals. We cannot satisfy both stress emphasis and alternate quality, so pick the one that fits more often and looks less wrong when off. Patch from Guy Harris <guy at alum dot mit dot edu>. ok bentley@ joerg@NetBSD
2014-08-13Correctly set the rtable ID of the packet header when sendingMartin Pieuchot
Active Discovery Terminate packets. ok mikeb@, henning@, phessler@
2014-08-13Bring IPFIX sequence numbers in line with the RFC; originalBret Lambert
diff from benno@. ok benno@, florian@
2014-08-13Spelling - "alignment" not "alignement". ok ratchovNicholas Marriott
2014-08-13fix early loop termination in httpd path_info()Christopher Zimmermann
without this fix httpd always put at least the first path component in SCRIPT_NAME even when it did not exist. Now for completely non-existant paths everything goes into PATH_INFO.
2014-08-13match on Intel 9 series and 9 series LP PCH, and add 8 series KT to pucJonathan Gray
ok millert@
2014-08-13regenJonathan Gray
2014-08-13Add some more 9 series ids, correct some existing ones and addJonathan Gray
9 series LP/Wildcat Point-LP entries. ok millert@
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)Theo de Raadt
case of failing to map the 2nd object. found by Paul Maurers
2014-08-13use errc instead of juggling errno values in tftpd_listen.David Gwynne
2014-08-13setsockopt sets errno on failure, so we can use err instead of errx whenDavid Gwynne
handling the error.
2014-08-12Merge a patch that i successfully pushed to OpenSSL,Ingo Schwarze
original OpenSSL commit message follows: Fixed as shown; to be released post-1.0.2 commit bebbb11d132cc149f7713d6693703f8bfae10072 Author: Ingo Schwarze <schwarze@usta.de> Date: Sat Jan 18 11:46:25 2014 +0100 RT3239: Extra comma in NAME lines of two manpages In two OpenSSL manual pages, in the NAME section, the last word of the name list is followed by a stray trailing comma. While this may seem minor, it is worth fixing because it may confuse some makewhatis(8) implementations. While here, also add the missing word "size" to the one line description in SSL_CTX_set_max_cert_list(3). Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
2014-08-12Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and changeMiod Vallat
allocation strategy to VM_PSTRAT_BIGFIRST.
2014-08-12addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path.Miod Vallat
2014-08-12In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze
specifying a unit, the implied unit is 'n' (on the terminal, one character position; in PostScript, half of the current font size in points), not 'u' (roff output device basic unit). No functional change right now, but important for the upcoming scaling unit fixes.
2014-08-12The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze
an equivalent number as its argument, and strlen() measures the width of a string in characters, not in basic units. No functional change right now, but important for the upcoming scaling unit fixes.
2014-08-12Finally implement what's stated in the man page regarding parentMike Belopuhov
anchors for "once" rules: "In case this is the only rule in the anchor, the anchor will be destroyed automatically after the rule is matched." Employ an additional pointer pair to keep track of the parent ruleset containing the anchor that we want to remove. OK henning
2014-08-12Replace intrinsic ROTATE macros with an inline.bcook
Without the cast/mask, the compiler is allowed to optimize this directly to the correct CPU intrinsic for rotate.
2014-08-12Make sure that pf_step_into_anchor always saves a pointer to the ruleMike Belopuhov
that owns the anchor on the pf anchor stack. There's no reason why we should check for depth here. As a side effect this makes sure that the correct nested anchor gets it's counter bumped instead of the top most. For the save/restore symmetry pf_step_out_of_anchor is made to always restore previous value of the anchor rule. depth == 0 means what we a at the top (main ruleset). OK henning
2014-08-12Apart from some minor code reshuffling the big change is that weMike Belopuhov
start with a ruleset pointer assigned to pf_main_ruleset so that pf_purge_rule doesn't get called with a NULL. Prompted by the discussion with Alexandr Nedvedicky <alexandr ! nedvedicky at oracle ! com>. OK henning