Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() | Miod Vallat | |
ok deraadt@ guenther@ millert@ | |||
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter | |
OK florian@ | |||
2015-01-19 | Does not need netinet/ip_ipsp.h | Theo de Raadt | |
2015-01-19 | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is | Mark Kettenis | |
requested. ok deraadt@ | |||
2015-01-19 | Remove dead store causing clang to warn; dhill | Miod Vallat | |
2015-01-19 | use SYMLOOP_MAX rather than MAXSYMLINKS | Theo de Raadt | |
2015-01-19 | mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNEL | Theo de Raadt | |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt | |
ok millert | |||
2015-01-19 | mlk jr day is the third monday, and not just for new york. | Ted Unangst | |
from richard | |||
2015-01-19 | SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX | Theo de Raadt | |
2015-01-19 | Kill loadavg.h and just use the fscale value directly. | Todd C. Miller | |
There's no need for crazy casts of p_pctcpu in ORDERKEY_PCTCPU since kinfo_proc exports it as uint32_t. OK deraadt@ | |||
2015-01-19 | sparc also needs <machine/param.h> for CPU_SUN*. | Miod Vallat | |
2015-01-19 | fix format strings in (disabled) debugging | Damien Miller | |
2015-01-19 | this test was broken in at least two ways, such that it | Damien Miller | |
wasn't checking that a KRL was not excluding valid keys | |||
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt | |
under _KERNEL, and adjust the one consumer (netstat) so that it requests the exposure. Will take a few more rounds to get this right. ok mikeb | |||
2015-01-19 | cleanup of the SMALL hiding from Mathias Svensson | Theo de Raadt | |
2015-01-19 | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used | Alexander Bluhm | |
with getaddrinfo() or getnameinfo(), but keep HOST_NAME_MAX+1 when the hostname comes from gethostname(). No binary change; OK deraadt@ | |||
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray | |
maximum supported temperature, Tj(Max). As the temperature values are relative to this value this should make the sensor values more accurate. From Simon Mages. | |||
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller | |
description. | |||
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback | |
superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@. | |||
2015-01-19 | Remove unnecessary <netinet/ip_ipsp.h> includes | Mike Belopuhov | |
2015-01-19 | Back out changes unrelated to the ENAMETOOLONG diff. | Todd C. Miller | |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot | |
2015-01-19 | remove a couple of unused headers. | Brent Cook | |
reported by Jonas 'Sortie' Termansen | |||
2015-01-19 | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | Nicholas Marriott | |
2015-01-19 | Only care about other permissions, allow group to be set. | Nicholas Marriott | |
2015-01-19 | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. | Nicholas Marriott | |
2015-01-19 | add a specialized version of version compares that should not update | Marc Espie | |
everything all the time, at the bequest of aja. (basically, we updated everything when runtime dependencies changed, even though we actually only care for wantlib, and hard dependencies, but those trigger bumps all over the tree) Experimental for now, turn on with -DSHORTENED. Likely to become the new default if nothing bad comes out of it. | |||
2015-01-19 | If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy | Theo de Raadt | |
honouring systems before 4.3BSD. | |||
2015-01-19 | replace local MIN() with MINIMUM() | Theo de Raadt | |
2015-01-19 | pass the size of the softc to free. | David Gwynne | |
ok deraadt@ | |||
2015-01-19 | be a bit more careful in these tests to ensure that | Damien Miller | |
known_hosts is clean | |||
2015-01-19 | white space fixes. no binary change. | David Gwynne | |
2015-01-19 | gcc does not understand that the loop conditionally sets bsod before | Theo de Raadt | |
using it, so it warns... Copy the warning silencing code from the same function in ../ld.so | |||
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt | |
the header version ok guenther | |||
2015-01-19 | move to <limits.h> universe | Theo de Raadt | |
ok yasuoka | |||
2015-01-19 | CMASK went out of scope with the recent <sys/param.h> removal. But oh | Theo de Raadt | |
golly gee, ftpd can handle that itself due to the glorious old practice of #ifndef #define. Remove that junk. ok guenther | |||
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt | |
2015-01-19 | If UID_MAX is not defined, this should fail to compile. | Theo de Raadt | |
ok guenther | |||
2015-01-19 | normalize formatting | Theo de Raadt | |
2015-01-19 | cleanup sys/param.h comment | Theo de Raadt | |
2015-01-19 | djm, your /usr/include tree is old | Theo de Raadt | |
2015-01-19 | The kernel doesn't actually care what a sockaddr's sa_len is on input, | Philip Guenther | |
so don't waste code setting it | |||
2015-01-18 | regression test for known_host file editing using | Damien Miller | |
ssh-keygen (-H / -R / -F) after hostkeys_foreach() change; feedback and ok markus@ | |||
2015-01-18 | some feedback from markus@: comment hostkeys_foreach() | Damien Miller | |
context and avoid a member in it. | |||
2015-01-18 | make ssh-keygen use hostkeys_foreach(). Removes some | Damien Miller | |
horrendous code; ok markus@ | |||
2015-01-18 | convert load_hostkeys() (hostkey ordering and known_host | Damien Miller | |
matching) to use the new hostkey_foreach() iterator; ok markus | |||
2015-01-18 | Back out previous. HOST_NAME_MAX is only defined for newer POSIX | Todd C. Miller | |
revisions so it is not safe to define MAXHOSTNAMELEN in terms of it. | |||
2015-01-18 | introduce hostkeys_foreach() to allow iteration over a | Damien Miller | |
known_hosts file or controlled subset thereof. This will allow us to pull out some ugly and duplicated code, and will be used to implement hostkey rotation later. feedback and ok markus | |||
2015-01-18 | Forward declare 'struct file' so that libkvm and others that indirectly pull | Philip Guenther | |
in sys/uio.h with _KERNEL defined don't warn. ok deraadt@ |