Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-28 | export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ ok | Michael Shalayeff | |
2000-12-28 | Adding m88k support | Steve Murphree | |
2000-12-28 | Typo | Miod Vallat | |
2000-12-28 | We don't provide SYS_NBOOT for netbooting hp300 machines, SYS_UBOOT is | Miod Vallat | |
able to do this job. aaron@ ok | |||
2000-12-28 | Define UADDR not as fixed address, but rather as what it really is: | Miod Vallat | |
a negative offset relative to the top of the adressing space. This fixes the miscompilation problems in locore_r2000.S with binutils 2.10. Tested by maja@ and myself. | |||
2000-12-28 | Alter compilation flags, since binutils have changed some of their default | Miod Vallat | |
settings between 2.7 and 2.10. Inspired by a similar NetBSD change. Also, while I'm at it, add more -W stuff to CDIAGFLAGS | |||
2000-12-28 | indent. couple of pedant. from deraadt (sync with kame) | Jun-ichiro itojun Hagino | |
2000-12-28 | Remove unused and confusing reporting line. | Angelos D. Keromytis | |
2000-12-28 | mvme88k updates to -current. finally! | Steve Murphree | |
2000-12-28 | Fixed m88k related defines. | Steve Murphree | |
2000-12-28 | enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}' | Markus Friedl | |
2000-12-28 | sync | Aaron Campbell | |
2000-12-28 | Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not find | Aaron Campbell | |
an exact model number for it though... | |||
2000-12-28 | count authentication failures only | Markus Friedl | |
2000-12-28 | fingerprint for MITM attacks, too | Markus Friedl | |
2000-12-28 | document -D | Markus Friedl | |
2000-12-28 | make it obvious the key/authkey pairs can be distinct; Gordon Greene. | Jason Wright | |
2000-12-27 | Show CURDIR in that failure case too. Can't show a Makefile name yet | Marc Espie | |
though... Ok'ed miod@. | |||
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith | |
adjucent -> adjacent usefull -> useful | |||
2000-12-27 | Reality-check: install goes through fake/package now (most often). | Marc Espie | |
Document link-categories, unlink-categories. Point to bsd.port.mk(5) as a more comprehensive document. More accurate history. Use .Fx/.Ox where I can. | |||
2000-12-27 | More stuff: checksum process, fix REFETCH description. | Marc Espie | |
Describe CATEGORIES, DISTNAME. | |||
2000-12-27 | less chatty | Markus Friedl | |
2000-12-27 | undo | Markus Friedl | |
2000-12-27 | OpenSSH-2.4.0 | Markus Friedl | |
2000-12-27 | typo | Markus Friedl | |
2000-12-27 | new option: HostKeyAlias: allows the user to record the host key | Markus Friedl | |
under a different name. This is useful for ssh tunneling over forwarded connections or if you run multiple sshd's on different ports on the same machine. | |||
2000-12-27 | multiple -t force pty allocation, document ORIGINAL_COMMAND | Markus Friedl | |
2000-12-27 | update for ssh-2 | Markus Friedl | |
2000-12-27 | behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic ↵ | Michael Shalayeff | |
<il11@mail.csuchico.edu> | |||
2000-12-25 | always read new byte from rng, then decide wheather to start a new cycle | Michael Shalayeff | |
2000-12-24 | Get rid of unused usage() exit code; pointed out by mpech@prosoft.org.lv | Aaron Campbell | |
2000-12-24 | oops | Aaron Campbell | |
2000-12-24 | indent | Aaron Campbell | |
2000-12-24 | Get rid of undocumented -h option. | Aaron Campbell | |
2000-12-24 | Get rid of ugly usage() output. People can read the man page to get a command | Aaron Campbell | |
list. Sync the usage() with the man page. | |||
2000-12-24 | Sync usage() with man page. | Aaron Campbell | |
2000-12-24 | Xr shells(5), not getusershell(3). | Aaron Campbell | |
2000-12-24 | Set sequence number to zero for last message in SADB_DUMP, close pr 1583. | Angelos D. Keromytis | |
2000-12-24 | Extra argument in the function to tdb_walk(), indicating last TDB. | Angelos D. Keromytis | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-12-24 | Spelling: tripple -> triple | Aaron Campbell | |
2000-12-24 | Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have to | Aaron Campbell | |
decrement it when reporting how many samples have been read so far. | |||
2000-12-23 | Make cdio subject line more explicit (aaron & me) | Marc Espie | |
2000-12-23 | type is not a .Fn | Markus Friedl | |
2000-12-23 | create proper docs for timer{add,clear,sub,isset,cmp} | Theo de Raadt | |
2000-12-23 | if a short rwhod packet arrived on a little endian machine, all stack memory | Theo de Raadt | |
from a local buffer till it runs into the signal trampoline, is long-word byte swapped, then it receives SIGSEGV. and this program has a timer signal handler, which does WAY too much, completely violating rules as to what a signal handler may do. totally sick shit. | |||
2000-12-23 | hostnames are case-insensitive; brian | Theo de Raadt | |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt | |
2000-12-22 | strlcpy is great | Theo de Raadt | |
2000-12-22 | use strtoul() instead of atoi() | Theo de Raadt | |