Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-28 | document systrace related variables | Nikolay Sturm | |
espie@ ok | |||
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries | |
ok deraadt@ jmc@ | |||
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller | |
Comments and OK from otto@ | |||
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl | |
so in_gif_input can detect whether a proto 4 header is due to ipsec tunnel mode or gif(4) encapsulation; fixes pr 3023 ok itojun@. provos@ and angelos@ agree; tested by sturm@ | |||
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller | |
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@ | |||
2003-07-28 | No more source in usr.sbin/ssio; | Jason McIntyre | |
2003-07-28 | fix rcsid | Ted Unangst | |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-07-28 | rcsid should say openbsd | Ted Unangst | |
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn | |
Fix several calls which had the incorrect but working define in that position It happened that SYM_NOTPLT was 0, which was the desired size value. | |||
2003-07-28 | typo. from cedric | Jun-ichiro itojun Hagino | |
2003-07-27 | add _syslogd pseudo-account; ok deraadt@ | David Krause | |
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | Todd C. Miller | |
Problem noticed by otto@ | |||
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller | |
when diffreg() is called multiple times (i.e. in directory mode). Fixes a hang I saw doing "diff -r" of two large directory trees. | |||
2003-07-27 | Correct computation of argsize when setting diffargs. | Todd C. Miller | |
2003-07-27 | Start new sentence on a new line. | Otto Moerbeek | |
ok jmc@ | |||
2003-07-27 | sync struct addrinfo with what's in <netdb.h>; | Jason McIntyre | |
ok itojun@ | |||
2003-07-27 | USD docs for ed are 9-10, not 12,13; | Jason McIntyre | |
2003-07-27 | `p' can be interrupted; my mistake. | Jason McIntyre | |
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek | |
producing suboptimal diffs for large file containing lots of changes. Switch heuristic off with -d/--minimal (GNU compatible). Some hints from millert@. - Improve performance by reducing the number of realloc(3) calls. ok millert@ tedu@ | |||
2003-07-26 | install ed tutorial papers; | Jason McIntyre | |
very minor modifications, but get rid of the ugly 2-column display; ok mickey@ | |||
2003-07-26 | Add missing "break" in -s case and make usage() explicitly take void. | Todd C. Miller | |
From Andrey Matveev. | |||
2003-07-26 | man page for myname(5)/mygate(5); | Jason McIntyre | |
feedback and advice from nick@ henning@ and many others; ok nick@ henning@ | |||
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints ↵ | Michael Shalayeff | |
processing towards after that | |||
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of ↵ | Michael Shalayeff | |
wrmsr/rdmsr | |||
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff | |
2003-07-25 | Kill dead code after errx(). From Andrey Matveev; ericj@ OK | Todd C. Miller | |
2003-07-25 | context switches and interrupts are traps, not faults. align cpu field a | Ted Unangst | |
little better. some man page pretty from jmc@ and ok millert@ | |||
2003-07-25 | o deal with the case where -N was specified but no saved mtime in the gz file | Todd C. Miller | |
o a filename in the header should turn off cat mode if -N o make setmode() be smart about pipin and not set outfile based on /dev/stdin. mickey@ OK | |||
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright | |
2003-07-25 | make sure SYSENTER registers are 0 at boot time. should fix an unusual | Ted Unangst | |
DOS reported by Michal Zalewski to bugtraq. ok mickey@ toby@ | |||
2003-07-25 | for no apparent reason we ran out of inodes | Michael Shalayeff | |
2003-07-25 | Document FETCH_MANUALLY | Marc Espie | |
2003-07-25 | sync | Theo de Raadt | |
2003-07-25 | do not flip ip_len/ip_off. pechkin and henning ok | Jun-ichiro itojun Hagino | |
2003-07-25 | When parser_file() fails, print correct line number. | Mike Pechkin | |
millert@ ok | |||
2003-07-25 | add sha2 | Markus Friedl | |
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | another kerberos bit that's obsolete; | Jason McIntyre | |
2003-07-25 | The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers. | Henning Brauer | |
Jason Ackley <jason@ackley.net> in PR3368 | |||
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | remove obsolete kerberos references; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | no kerberos(1) so point people to info heimdal; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | remove obsolete kerberosIV sections; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | no kerberos(1) so point people to info heimdal; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | no man page for kerberos, so point people to info heimdal; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | asn1, com_err, hdb, and kafs are now links to krb5; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | add sha2 support; ok ho@ | Markus Friedl | |
2003-07-25 | change the description of [EINVAL] for mount() and unmount(); | Jason McIntyre | |
discussed with tedu. reported by Hannah Schroeter on misc@ | |||
2003-07-25 | remove some non-existent information from vmstat section; | Jason McIntyre | |
from Hans-Joerg Hoexer (PR 3367) |