Age | Commit message (Expand) | Author |
2014-07-22 | use NULL instead of (foo *)0; Kent R. Spillner | Theo de Raadt |
2014-07-22 | sync | Theo de Raadt |
2014-07-22 | There is no httpctl yet. | Reyk Floeter |
2014-07-22 | floating , | Theo de Raadt |
2014-07-22 | Enable httpd(8) in the builds to get more testing, feedback and | Reyk Floeter |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | Repair two deep targets mistakenly called as afterinstall, rather | Theo de Raadt |
2014-07-22 | use a better style of sh code around aperture | Theo de Raadt |
2014-07-22 | Add initial httpd.conf(5) example for httpd(8) | Reyk Floeter |
2014-07-22 | remove unneccessary casts; Kent R. Spillner | Theo de Raadt |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
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 |
2014-07-22 | Tweak after recebt rc.securelevel change. | Antoine Jacoutot |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-22 | Convert from <sys/endian.h> to the shiney new <endian.h> | Philip Guenther |
2014-07-22 | Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memory | Philip Guenther |
2014-07-22 | Use Cm instead of Li for 'MASK:' | Philip Guenther |
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot |
2014-07-22 | Rewrite the description of the string_mask config file option to match | Philip Guenther |
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 |
2014-07-22 | Correct the initializer for tunnconf_default_pptp | Philip Guenther |
2014-07-22 | Kill a bunch more BUF_strdup's - these are converted to have a check for | Bob Beck |
2014-07-22 | Handle msgbuf_write() returning EAGAIN. | YASUOKA Masahiko |
2014-07-22 | change the test for still-open Unix domain sockets to be robust against | Damien Miller |
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 |
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 |
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-21 | Revert the up/down wheel emulation for now, there will be a better way | Nicholas Marriott |
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber |
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 |
2014-07-21 | Use explicit_bzero() instead of memset() on buffers going out of scope. | Philip Guenther |
2014-07-21 | don't try to be clever and name the _PATH_CP exec "mv", since this | Theo de Raadt |
2014-07-21 | use getlist() instead of hand-rolled equivalent, no functional change; | Ingo Schwarze |
2014-07-21 | cast from void * before math; enh@google | Theo de Raadt |