Age | Commit message (Expand) | Author |
2002-02-13 | Oups, don't print fname<1> when there's only one buffer for this file. | Vincent Labrecque |
2002-02-13 | remove the cast too; ok deraadt | Peter Valchev |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2002-02-13 | indent | Theo de Raadt |
2002-02-13 | proc is not an enum, dummy! this makes sparc64 amd work | Theo de Raadt |
2002-02-13 | be a bit more pendrantic about spelling than the brit was | Theo de Raadt |
2002-02-13 | fix some Xr | Theo de Raadt |
2002-02-13 | correct -m description; wngdn@src.uchicago.edu | Theo de Raadt |
2002-02-13 | Ooops. unbreak after last. | Artur Grabowski |
2002-02-13 | FREF/FRELE where required due to fd_getfile. | jasoni |
2002-02-13 | Be -really- careful not to modify the payload when replacing the ethernet | Jason Wright |
2002-02-13 | oops, i swapped these, how did THAT happen | Theo de Raadt |
2002-02-13 | hppa is in. | Todd T. Fries |
2002-02-13 | fix tty/pty #'s (off by one) | Todd T. Fries |
2002-02-13 | sync | Todd T. Fries |
2002-02-13 | enable amiga | Todd T. Fries |
2002-02-13 | the same resolv.c needs to be in both krb and krb5, for static arch like vax | Theo de Raadt |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-13 | The syscall numer is quad to __syscall(2). | Artur Grabowski |
2002-02-13 | use amiga, not Amiga | Theo de Raadt |
2002-02-13 | Changes necessary to configure vax. Confirmed by miod + theo. | Hugh Graham |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2002-02-13 | sync with KAME. | Kenjiro Cho |
2002-02-13 | rewrite the parser code to get rid of the heritage | Kenjiro Cho |
2002-02-13 | typo: clinet -> client from KAME. | Kenjiro Cho |
2002-02-13 | sync with KAME. | Kenjiro Cho |
2002-02-13 | sync with KAME. | Kenjiro Cho |
2002-02-13 | sync with KAME. | Kenjiro Cho |
2002-02-13 | move ALTQ_RED and ALTQ_CBQ from altq.h to altq_var.h. | Kenjiro Cho |
2002-02-13 | don't ignore the contents of /etc/ssh; ok deraadt@ | Marco S Hyman |
2002-02-13 | sync | Theo de Raadt |
2002-02-13 | vpn1211 | Theo de Raadt |
2002-02-13 | simplify the define_key() code to use sane functions in two separate buffer | Vincent Labrecque |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt |
2002-02-13 | teach about sparc64 | Theo de Raadt |
2002-02-13 | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | Damien Miller |
2002-02-13 | readpass.c is not longer from UCB, since we now use readpassphrase(3) | Markus Friedl |
2002-02-13 | handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ | Markus Friedl |
2002-02-12 | sync | Theo de Raadt |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt |
2002-02-12 | while im here; clean -Wall. | Federico G. Schwindt |
2002-02-12 | _PATH_DEV already includes the trailing '/'; no need for it. | Federico G. Schwindt |
2002-02-12 | test before commit | Theo de Raadt |
2002-02-12 | only compile pckbc_isa if pckbc was configured on isa | Michael Shalayeff |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-12 | amap_extend is very expensive, allocate more memory to avoid bcopy the next | Niels Provos |
2002-02-12 | sync | Theo de Raadt |
2002-02-12 | fix style in .SYNOPSIS. Spotted by grange@grange.ru | Mike Pechkin |
2002-02-12 | Add 128-bits as recommended AES key length. | Kjell Wooding |