Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-10 | Crank major number. openssl on m68k is now compiled in 32 bit mode instead | Theo de Raadt | |
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation. | |||
2001-03-09 | minor irrelevant oops | Theo de Raadt | |
2001-03-09 | add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060 | Theo de Raadt | |
2001-03-09 | build using OpenBSD-m68k on m68k machines | Theo de Raadt | |
2001-03-09 | m{,un}lockall | Artur Grabowski | |
2001-03-09 | Xr mlockall | Artur Grabowski | |
2001-03-09 | Add mlockall and munlockall. man-page from NetBSD. | Artur Grabowski | |
2001-03-09 | typo | Artur Grabowski | |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵ | Theo de Raadt | |
just got cranked a little while ago. discussion with millert | |||
2001-03-08 | exit(-1) -> exit(1) | Angelos D. Keromytis | |
2001-03-08 | document that exit() -> wait() only returns low bits | Theo de Raadt | |
2001-03-04 | Forgot commit, oops. | Marc Espie | |
2001-03-03 | typo | Theo de Raadt | |
2001-03-03 | plug many memory leaks | Theo de Raadt | |
2001-03-02 | missed a second hash->ohash | Marc Espie | |
2001-03-02 | Missed one hash->ohash | Marc Espie | |
2001-03-02 | Fix preamble | Marc Espie | |
2001-03-02 | Oops, ohash_lookup_string bit the dust. | Marc Espie | |
2001-03-02 | Add ohash_* functions to libc. | Marc Espie | |
Ok'd deraadt@, millert@ | |||
2001-03-01 | describe a few new flags; jlemon@freebsd.org | Niels Provos | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-02-28 | ncurses-5.2-20010224 | Todd C. Miller | |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). | |||
2001-02-25 | fix enboldening on idcok and immedok in NAME section | Todd C. Miller | |
2001-02-25 | Missing commas in NAME section. Found by an espie script ;-) | Todd C. Miller | |
2001-02-22 | Add a caveat about our O_TRUNC paranoia; art@ ok | Anil Madhavapeddy | |
2001-02-22 | Make _nc_get_token() take a "silent" argument and only warn if it | Todd C. Miller | |
is not set. Propagate "silent" flag in _nc_parse_entry() to _nc_get_token(). Set the silent flag when reading termcap files, including $TERMCAP. | |||
2001-02-22 | Update to ncurses-5.2-20010210: | Todd C. Miller | |
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program. | |||
2001-02-21 | #ifdef out the "older tic versions may treat the description field | Todd C. Miller | |
as an alias" warning since it hits people with $TERMCAP set when there is no terminfo file present. A better fix would be to make _nc_get_token() take a quiet flag. | |||
2001-02-21 | Define struct _machdep_state again for libc_r to compile on mvme88k. | Miod Vallat | |
2001-02-21 | replace comment with something not so misleading. | Brad Smith | |
2001-02-18 | fix typo | Todd C. Miller | |
2001-02-17 | spelling and grammar | Paul Janzen | |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen | |
that don't have to be split. | |||
2001-02-16 | Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usage | Bob Beck | |
on sockets. Adds new documented rfc1413 routine to do client side ident stuff. leaves compatible rfc931() routine in lib which calls new routine, incremenent shlib minor. | |||
2001-02-16 | style(9) nit in examples, aaron@ ok | smart | |
2001-02-15 | fix change from previous commit that didn't get the ports correctly | Bob Beck | |
out of sockaddr_inX's for client side ident. | |||
2001-02-13 | Fix authorizer removal problem. | Angelos D. Keromytis | |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen | |
2001-02-12 | capitalization | Aaron Campbell | |
2001-02-12 | correct listener side example. from deraadt | Jun-ichiro itojun Hagino | |
2001-02-11 | Some cleanup. | Aaron Campbell | |
2001-02-10 | Add missing line continuation character. Fixes sparc and powerpc builds. | Todd C. Miller | |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller | |
2001-02-10 | Insert a missing comma. | Aaron Campbell | |
2001-02-09 | simplify if loops a bit; Reviewed by: beck@ | Brad Smith | |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-07 | dd ECONNABORTED. | Jun-ichiro itojun Hagino | |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. |