Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot | |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot | |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot | |
2014-07-22 | tab->space; consistent with the other sysctl values. | Antoine Jacoutot | |
2014-07-22 | Drop quotes and mention that 3 and not 2 variables can be overridden. | Antoine Jacoutot | |
ok robert@ | |||
2014-07-22 | Tweak after recebt rc.securelevel change. | Antoine Jacoutot | |
2014-07-22 | use ansi style function declarations | Jonathan Gray | |
with suggestions from and ok guenther@ | |||
2014-07-22 | Convert from <sys/endian.h> to the shiney new <endian.h> | Philip Guenther | |
ok dtucker@, who also confirmed that -portable handles this already | |||
2014-07-22 | Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memory | Philip Guenther | |
when BIO_new_{file,fp}() fails. inspired by a diff from logan@ ok miod@ | |||
2014-07-22 | Use Cm instead of Li for 'MASK:' | Philip Guenther | |
(Overlooked among jmc@'s other suggestions) | |||
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot | |
places and it makes things simpler: no need to check for file existence. discussed with and ok deraadt@ rpe@ | |||
2014-07-22 | Rewrite the description of the string_mask config file option to match | Philip Guenther | |
reality, and reformatting to be readable. formatting and wording suggestions miod@ jmc@ | |||
2014-07-22 | oops, duplicate | Theo de Raadt | |
2014-07-22 | need dev/pci/vga_pcivar.h | Theo de Raadt | |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray | |
Problem noticed/fix tested by sebastia@ on macppc. sparc64 problems in earlier diff pointed out by deraadt@ 'looks good' kettenis@ 'commit' deraadt@ | |||
2014-07-22 | Correct the initializer for tunnconf_default_pptp | Philip Guenther | |
ok yasuoka@ | |||
2014-07-22 | Kill a bunch more BUF_strdup's - these are converted to have a check for | Bob Beck | |
NULL before an intrinsic strdup. ok miod@ | |||
2014-07-22 | Handle msgbuf_write() returning EAGAIN. | YASUOKA Masahiko | |
from krw | |||
2014-07-22 | change the test for still-open Unix domain sockets to be robust against | Damien Miller | |
nc implementations that produce error messages. from -portable | |||
2014-07-22 | Prevent spam from key_load_private_pem during hostbased auth. ok djm@ | Darren Tucker | |
2014-07-22 | better match proposed syscall api | bcook | |
2014-07-22 | boot(9): Reduce diffs between hppa & hppa64 (& others) | Masao Uebayashi | |
2014-07-22 | sync | Theo de Raadt | |
2014-07-22 | Pull in all the parts. Let's face the facts -- .PATH from other | Theo de Raadt | |
parts of the tree is PAINFUL for basically everyone upstream, not just for us in our own tree. | |||
2014-07-21 | protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook | Theo de Raadt | |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky | |
functions, per POSIX Issue 7 ok deraadt | |||
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze | |
preserve manpath and arch in .Xr links | |||
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse | |
- minor code shuffling and rename a variable to reduce diff with wd.c no binary change | |||
2014-07-21 | Revert the up/down wheel emulation for now, there will be a better way | Nicholas Marriott | |
to do this along later for those who want it. | |||
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber | |
bluhm@ three days ago, oops. | |||
2014-07-21 | net.inet6.ip6.accept_rtadv is gone | Christian Weisgerber | |
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber | |
set it. Provisionally drop net.inet6.icmp6.rediraccept, too. | |||
2014-07-21 | Use explicit_bzero() instead of memset() on buffers going out of scope. | Philip Guenther | |
Also, zero the SHA256 context. suggested by "eric" in a comment on an opensslrampage.org post ok miod@ deraadt@ | |||
2014-07-21 | don't try to be clever and name the _PATH_CP exec "mv", since this | Theo de Raadt | |
breaks the instbin argv[0] mechanism found by landry, ok guenther | |||
2014-07-21 | use getlist() instead of hand-rolled equivalent, no functional change; | Ingo Schwarze | |
diff from Kent R. Spillner <kspillner at acm org>; no objections came up when showing this diff on tech@ | |||
2014-07-21 | cast from void * before math; enh@google | Theo de Raadt | |
2014-07-21 | missing newline | Theo de Raadt | |
2014-07-21 | Fix typo: s/lstate/lstat/ | Matthew Dempsky | |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi | |
- Always use either: ((x & RB_XXX) != 0) or ((x & RB_XXX) == 0) in boolean context (mostly if (x), or x ? y : z) - prom_halt() in alpha is confirmed to take int as boolean Converted by coccinelle. No functional change intended. | |||
2014-07-21 | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze | |
2616) requires the Location: response-header field to be an absolute URI (14.30), and only the most recent proposed standard (RFC 7231), which is barely a month old, allows a relative Location: (7.1.2). While most modern browsers appear to support relative Location: headers, some may not, and it's maybe a bit early to rely on relative Location: headers. I'm not going back to the HTTP_HOST or SERVER_NAME CGI variables, though. While some CGI programs certainly require those, in which case both the CGI programmer and the web server admin have to be very careful to keep the system secure and reliable, man.cgi(8) does not really need them. We always know at compile time which domain we are running for, and for man.cgi(8), security and reliability are definitely much more important than flexibility. So make HTTP_HOST a compile-time definition for now. | |||
2014-07-21 | 5.7 packages key | Christian Weisgerber | |
2014-07-21 | lockf is entirely useless and it was a mistake to change to it, go back | Nicholas Marriott | |
to using flock which actually works sensibly. Also always retry the lock to fix a potential race, and add some extra logging. | |||
2014-07-21 | Drop explicit support for F13-F20 and change to match the xterm terminfo | Nicholas Marriott | |
entry: F13-F24 are S-F1 to S-F12 F25-F36 are C-F1 to C-F12 F37-F48 are C-S-F1 to C-S-F12 F49-F60 are M-F1 to M-F12 and F61-F63 are M-S-F1 to M-S-F3 This should be no difference for applications inside tmux, but means that any key binding for F13 will need to be replaced by S-F1 and so on. | |||
2014-07-21 | fix some wrong comments and a bit of KNF | Mike Larkin | |
2014-07-21 | printf(9) and friends don't support the <number>$ flags, so gcc's | Philip Guenther | |
kprintf attribute shouldn't accept them. ok martynas@ | |||
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther | |
being-standardized <endian.h> ok deraadt@ millert@ beck@ | |||
2014-07-21 | sync | Theo de Raadt | |
2014-07-21 | 5.7 base key | Theo de Raadt | |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat | |
NetBSD. | |||
2014-07-20 | Provide correct guidance on which header to use in the comments | Philip Guenther | |