Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela | |
in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino | |
From: Patrik Lindergren <patrik@datacom.nu> | |||
2001-08-20 | cope with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-19 | remove unused bits and pieces. | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-18 | deal with -1 from snprintf, if it ever happens | Theo de Raadt | |
2001-08-18 | be more careful with snprintf; millert ok | Theo de Raadt | |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski | |
it slightly harder to write generic buffer overflows. This doesn't really give any real security, but it raises the bar for script-kiddies and it's really cheap. The range of the random offsets is controlled by the sysctl kern.stackgap_random (must be a power of 2). This is disabled by default right now, but we'll set it to a reasonable value (1024?) soon, after some more testing. | |||
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | Hakan Olsson | |
memory. jakob@ ok. | |||
2001-08-16 | Xr raise(3) | Theo de Raadt | |
2001-08-15 | Typo fixes; andrew.hoerter@NeuStar.com | Aaron Campbell | |
2001-08-13 | Fix a bug with the %e flag introduced in a -Wall pass. The original | Todd C. Miller | |
code was in error but due to C precedence rules it didn't cause a problem. | |||
2001-08-13 | Explicitly NUL terminate dst in strvis() and strvisx() in case | Todd C. Miller | |
we are passes an empty string. vis() and strnvis() were already OK. Based on patch by wilfried@openbsd.org | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | Define INFTIM to -1, as appears everywhere. Talk about it in the | Federico G. Schwindt | |
manpage; millert@ ok. | |||
2001-08-08 | add CAVEATS section that talks about trust and the AD-bit | Jakob Schlyter | |
2001-08-07 | Do the memset only if tcgetattr() fails just in case the failed | Todd C. Miller | |
tcgetattr() mucked with the passed in struct termios in some way. | |||
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller | |
flags to keep track of what we changed. Print a newline if echo is off, even if we didn't turn it off ourselves. Fixes art's problem with a newline not being printed when piping to less. | |||
2001-08-07 | typo. | Peter Valchev | |
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | Theo de Raadt | |
2001-08-07 | add copyright notices; noted as missing by itojun | Theo de Raadt | |
2001-08-07 | typo | Jun-ichiro itojun Hagino | |
2001-08-07 | -Wunused | Jun-ichiro itojun Hagino | |
2001-08-07 | sorry, correct the polarity of return value on AF_INET6. | Jun-ichiro itojun Hagino | |
2001-08-07 | for AF_INET6, must compare sin6_scope_id. | Jun-ichiro itojun Hagino | |
2001-08-06 | add note about updating minor in libc_r/shlib_version; deraadt@ | Jakob Schlyter | |
2001-08-06 | add AUTHORS and update HISTORY | Jakob Schlyter | |
2001-08-06 | OpenBSD id-tags | Jakob Schlyter | |
2001-08-06 | add getrrsetbyname(3) - API to retrieve arbitrary DNS records | Jakob Schlyter | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | |||
2001-08-05 | Spelling corrections per PR 1988 by Andrew Hoerter. | Hugh Graham | |
2001-08-05 | there's no no host.conf on openbsd. pointed out by smb | Jun-ichiro itojun Hagino | |
2001-08-04 | Move decision whether to make a new hash table or not to be after | Todd C. Miller | |
the open(). That way if the user opened with O_EXLOCK and another process has the .db locked we don't decide to zero hash before the locking process has had a chance to write to the database. This also makes the logic simpler since we can just fstat the fd and check for size == 0 && !O_RDONLY. Closes PR 1934. | |||
2001-08-03 | Update sp->fts_cur in fts_read() before returning NULL. This | Todd C. Miller | |
prevents a duplicate free() in fts_close(). From karls@inet.no with some other, similar cases added. | |||
2001-08-03 | Acknowledge VM's limitations. | Marc Espie | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-07-31 | add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@ | Jakob Schlyter | |
2001-07-31 | Add missing LINK for cgetusedb | Kenneth R Westerback | |
2001-07-31 | Document that entries with d_fileno == 0 are invalid. | Artur Grabowski | |
From Egil Möller <redhog@mini.dhs.org> | |||
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt | |
2001-07-30 | handling of arg can cause EFAULT; dd@FreeBSD.org | Theo de Raadt | |
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-27 | clean up. | Mike Pechkin | |
millert@ ok | |||
2001-07-27 | varargs.h -> stdarg.h | Marco S Hyman | |
2001-07-25 | typo in arg name; ok deraadt@ | Kevin Steves | |
2001-07-22 | typo; david@phobia.ms | Theo de Raadt | |
2001-07-17 | mode -> type in description to match the synopsis. | Aaron Campbell | |
2001-07-15 | Mention leap seconds as the reason for (00-61) | Nathan Binkert | |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt | |