Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | VIA Tech devices from millert's new board | Aaron Campbell | |
2000-10-12 | AriadneII works. | Marc Espie | |
AriadneI is reported not to be functional, currently. | |||
2000-10-12 | Repair RAMDISK, which has no joystick. | Marc Espie | |
Thanks jj for testing, and miod for explanations. | |||
2000-10-12 | Don't mix usage of old and new timeout code. | Aaron Campbell | |
2000-10-12 | General man page cleanups, mostly to remove trailing whitespace, hard | Aaron Campbell | |
sentence breaks, and other such things. | |||
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | oops | Theo de Raadt | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | Create /root with mode 0700 instead of 0755; deraadt@ ok | Aaron Campbell | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | art's devices | Theo de Raadt | |
2000-10-12 | remove unused | Markus Friedl | |
2000-10-12 | don't segv on too many arguments. sync with kame | Jun-ichiro itojun Hagino | |
2000-10-12 | nice going, this did not even compile | Theo de Raadt | |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski | |
with -1. | |||
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
(this file actually contained two correct MAP_FAILED). | |||
2000-10-12 | MAP_FAILED, not -1 | Artur Grabowski | |
2000-10-12 | Check for MAP_FAILED in mmap return value, not -1. | Artur Grabowski | |
2000-10-12 | Fix cmp(1). It causes memory shortage for bigger files. | Kevin Lo | |
OK art@ | |||
2000-10-12 | Check the mmap return value against MAP_FAILED, not NULL. | Artur Grabowski | |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl | |
2000-10-12 | allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for | Jun-ichiro itojun Hagino | |
IPv6 advanced API). sync with netbsd. | |||
2000-10-12 | cleanups | Theo de Raadt | |
2000-10-12 | proto _rpc_dtablesize() | Theo de Raadt | |
2000-10-12 | When checking mmap return, check for MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-12 | printf-like string format pedant | Jun-ichiro itojun Hagino | |
2000-10-12 | Missed in last tn3270 commit due to cvs bug | Todd C. Miller | |
2000-10-12 | - RCS id police! | Brad Smith | |
- remove unnecessary CPPFLAGS and hardcoded optimization level in CFLAGS - fix execution of the benchmarks, ensure using nice from /usr/bin instead of the built-in which will fail, always use sh and try to run the binaries from the obj dir if it's used. | |||
2000-10-12 | refix breakage in previous commit, d@ forgot to remove his change while | Brad Smith | |
testing libpthread on sparc (which is not built by default ... yet). | |||
2000-10-11 | Use "cc -shared" not "ld -Bstatic" to build shared objects | Todd C. Miller | |
2000-10-11 | Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback in | Aaron Campbell | |
the PCVT (i386) console. | |||
2000-10-11 | Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DN | Aaron Campbell | |
key combo to activate scrollback in the console. | |||
2000-10-11 | now we need binutils 2.10.1, hahaha | Michael Shalayeff | |
2000-10-11 | bzero is handled in the lib/arch/hppa/Makefile.inc | Michael Shalayeff | |
2000-10-11 | memset.c is in libkern | Michael Shalayeff | |
2000-10-11 | remove DES | Markus Friedl | |
2000-10-11 | new cipher framework | Markus Friedl | |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by ↵ | Markus Friedl | |
mkiernan@avantgo.com and me | |||
2000-10-11 | Wall | Markus Friedl | |
2000-10-11 | support 'scp -o' with help from mouring@pconline.com | Markus Friedl | |
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl | |
2000-10-11 | Use terminfo, not termcap interfaces. | Todd C. Miller | |
Link with curses, not ocurses | |||
2000-10-11 | For some reason, with the eeprom width detection code mickey added awhile ago, | Aaron Campbell | |
special care for the ADMtek AN983 (Centaur-P) chip is no longer needed. This fixes Ethernet address reading for these cards. Thanks to todd@ for testing. | |||
2000-10-11 | disable talkd and fingerd by default, what the heck, they are less used ↵ | Theo de Raadt | |
these days | |||
2000-10-11 | sync | Theo de Raadt | |
2000-10-11 | printf format string typo in HIFN_DEBUG section. | Jun-ichiro itojun Hagino | |
size_t on printf (cast to u_long and use %lu) | |||
2000-10-11 | whitespace | Hugh Graham | |
2000-10-11 | whitespace fix | Hugh Graham | |