Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-10-11 | make sure to set PG_W on the pte! | Brandon Creighton | |
also invalidate tb entries at certain points | |||
2000-10-11 | extraneous tab | Hugh Graham | |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino | |
we don't support IPv4 mapped address, and there are inconsistent bit manipulation code so it's safer to nuke them. | |||
2000-10-11 | update these to work with cleaner vsbus dma; from netbsd | Brandon Creighton | |
2000-10-11 | fix argument printing in stack trace | Brandon Creighton | |
2000-10-11 | add asc* | Brandon Creighton | |
also need vsbus_dma.c | |||
2000-10-11 | asc* (ncr53c9x on 4000/60 and others) and new dma code; | Brandon Creighton | |
both from netbsd | |||
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||
2000-10-11 | back out weak symbols; deraadt@ | David Leonard | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | Fix typo; claudio@core-sdi.com. | Federico G. Schwindt | |
2000-10-10 | build mkhybrid | Bob Beck | |
2000-10-10 | mkhybrid 1.12b5.1 | Bob Beck | |
Note, this normally makes a "mkisofs" which is the same binary, mkisofs from here needs to be tested out prior to replacing our existing mkisofs with this. (currently just installs mkhybrid) | |||
2000-10-10 | use rexexp for version string matching | Markus Friedl | |
2000-10-10 | correct register masks | Brandon Creighton | |
2000-10-10 | bring in stuff from recent netbsd -- correct number of buffers now being | Brandon Creighton | |
allocated | |||
2000-10-10 | - add some cases for ka52/53 (VAX_BTYP_1303), tested by hugh | Brandon Creighton | |
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model |