summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-22use NULL instead of (foo *)0; Kent R. SpillnerTheo de Raadt
2014-07-22syncTheo de Raadt
2014-07-22There is no httpctl yet.Reyk Floeter
Found by jturner
2014-07-22floating ,Theo de Raadt
2014-07-22Enable httpd(8) in the builds to get more testing, feedback andReyk Floeter
improvements. It is not "finished" but serves static files. ok deraadt@
2014-07-22- remove unneeded headerJasper Lievisse Adriaanse
- move a declaration before code - sync with wd.c -r1.101 from may 2011 and pass dk_openmask to setdisklabel
2014-07-22Repair two deep targets mistakenly called as afterinstall, ratherTheo de Raadt
than distribution. These would modify files in /etc, part of the base set, but still... that makes it harder to discern their sets placement.
2014-07-22use a better style of sh code around apertureTheo de Raadt
2014-07-22Add initial httpd.conf(5) example for httpd(8)Reyk Floeter
Requested by deraadt@
2014-07-22remove unneccessary casts; Kent R. SpillnerTheo de Raadt
2014-07-22better warning for 8bit cardsJasper Lievisse Adriaanse
2014-07-22- use DL_SECTOBLK() instead of handrolling the same functionalityJasper Lievisse Adriaanse
- octcfsize() returns daddr_t, so calculate the return value in a daddr_t
2014-07-22Switch to MI functions disk_{gone,openpart,closepart} instead of handrollingJasper Lievisse Adriaanse
the same functionality.
2014-07-22Use MI rasops_cmap, instead of MD-defined ANSI colormap.Kenji Aoyama
Note about workaround for 8bpp frame buffer: Current LUNA wscons touches only first 4 planes (plane #0-#3), but other program (e.g. mlterm-fb) can use all 8 planes on an 8bpp frame buffer. When such program exits, it may not clear all planes, so there may be some visible garbage data on the other 4 planes (plane #4-#7) when we use default 256 rasops_cmap directly. We should manage all 8 planes on LUNA, but that will be too much overhead for 16 colors wscons. So, by repeating 16 colors in 256 colormap, we can ignore the values on the other 4 planes. ok miod@
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-22tab->space; consistent with the other sysctl values.Antoine Jacoutot
2014-07-22Drop quotes and mention that 3 and not 2 variables can be overridden.Antoine Jacoutot
ok robert@
2014-07-22Tweak after recebt rc.securelevel change.Antoine Jacoutot
2014-07-22use ansi style function declarationsJonathan Gray
with suggestions from and ok guenther@
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
ok dtucker@, who also confirmed that -portable handles this already
2014-07-22Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memoryPhilip Guenther
when BIO_new_{file,fp}() fails. inspired by a diff from logan@ ok miod@
2014-07-22Use Cm instead of Li for 'MASK:'Philip Guenther
(Overlooked among jmc@'s other suggestions)
2014-07-22Drop the "... during install" comments; they were missing in severalAntoine Jacoutot
places and it makes things simpler: no need to check for file existence. discussed with and ok deraadt@ rpe@
2014-07-22Rewrite the description of the string_mask config file option to matchPhilip Guenther
reality, and reformatting to be readable. formatting and wording suggestions miod@ jmc@
2014-07-22oops, duplicateTheo de Raadt
2014-07-22need dev/pci/vga_pcivar.hTheo de Raadt
2014-07-22The 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-22Correct the initializer for tunnconf_default_pptpPhilip Guenther
ok yasuoka@
2014-07-22Kill a bunch more BUF_strdup's - these are converted to have a check forBob Beck
NULL before an intrinsic strdup. ok miod@
2014-07-22Handle msgbuf_write() returning EAGAIN.YASUOKA Masahiko
from krw
2014-07-22change the test for still-open Unix domain sockets to be robust againstDamien Miller
nc implementations that produce error messages. from -portable
2014-07-22Prevent spam from key_load_private_pem during hostbased auth. ok djm@Darren Tucker
2014-07-22better match proposed syscall apibcook
2014-07-22boot(9): Reduce diffs between hppa & hppa64 (& others)Masao Uebayashi
2014-07-22syncTheo de Raadt
2014-07-22Pull in all the parts. Let's face the facts -- .PATH from otherTheo de Raadt
parts of the tree is PAINFUL for basically everyone upstream, not just for us in our own tree.
2014-07-21protect sysctl path with SYS__sysctl instead; from enh@google, ok bcookTheo de Raadt
2014-07-21Add pthread_sigmask() and raise() to the list of async signal safeMatthew Dempsky
functions, per POSIX Issue 7 ok deraadt
2014-07-21fix 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-21Revert the up/down wheel emulation for now, there will be a better wayNicholas Marriott
to do this along later for those who want it.
2014-07-21Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out byChristian Weisgerber
bluhm@ three days ago, oops.
2014-07-21net.inet6.ip6.accept_rtadv is goneChristian Weisgerber
2014-07-21Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn'tChristian Weisgerber
set it. Provisionally drop net.inet6.icmp6.rediraccept, too.
2014-07-21Use 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-21don't try to be clever and name the _PATH_CP exec "mv", since thisTheo de Raadt
breaks the instbin argv[0] mechanism found by landry, ok guenther
2014-07-21use 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-21cast from void * before math; enh@googleTheo de Raadt