Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-18 | fix .Dt | Eric Jackson | |
1999-11-18 | fix .Nm | Eric Jackson | |
1999-11-18 | bad aaron | Theo de Raadt | |
1999-11-18 | we don't install zopen.3 | Todd C. Miller | |
1999-11-18 | Add MLINK for openssh(1). | Aaron Campbell | |
1999-11-17 | Spell my name right. | Aaron Campbell | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-17 | remove extraneous backslash | Todd C. Miller | |
1999-11-17 | Turn warnings on, | Marc Espie | |
Add missing prototypes, Make local functions static, Sort extern.h by file, Constify all char * that can be, Copy temp file name so that eval does not modify its arguments. | |||
1999-11-17 | Typo | Marc Espie | |
1999-11-17 | Ensure translit works with accented characters. | Marc Espie | |
1999-11-17 | Night of the moronic coder, part 2. | Marc Espie | |
repairs patterns such as divert(6) divert(7) undivert(6) divert(6) which are not that frequent, but were *quite* thoroughly broken... | |||
1999-11-17 | include fingerprint.h | Markus Friedl | |
1999-11-17 | bugfix: the log() for passwd-auth escaped during logging changes. | Markus Friedl | |
1999-11-17 | There is no msdosfs_abortop. Remove prototype. | Artur Grabowski | |
1999-11-17 | Avoid overflowing when calculating blocks at the third level of indirection. | Artur Grabowski | |
From NetBSD. | |||
1999-11-17 | foregroundproc() in scp | Theo de Raadt | |
1999-11-17 | daddr_t vs. ufs_daddr_t cleanup | Artur Grabowski | |
1999-11-17 | Use u_int32_t for lfs inode number. | Artur Grabowski | |
If we would ever change ino_t, the struct dinode would break. | |||
1999-11-17 | add MLINKs I missed | Todd C. Miller | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-17 | merge with freebsd: | Jason Wright | |
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly | |||
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | add more MLINKs | Todd C. Miller | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-17 | allow to compile without -DFFS. okay deraadt@ | David Leonard | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright | |
o fix tx recovery with call to rl_reset/rl_init o automatic tuning of tx threshold o make sure first mbuf contains the entire ether_header o remove matching of SiS 900 chipset | |||
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis | |
driver (pciide, wdc, etc.) Remove #define WDCDEBUG from top of files More fixes to ATAPISCSI logic: Not all devices transition correctly between phases. Devices are supposed to keep BSY high until they've set the registers to the next sensible state. Some devices drop BSY and leave the registers in an old or nonsense state. Our polling code is extremely sensitive to this (though an early itnerrupt could also observe this). So, if the device is in an unexpected state, the new polling code waits for a while in the hope that it enters a better state. This seems to fix many of the problems reported. Also, there was a horrible bug which would cause sense to fail on a ATAPI command that sent data to the drive | |||
1999-11-16 | typo | Theo de Raadt | |
1999-11-16 | bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie | Markus Friedl | |
1999-11-16 | add OpenSSH information to AUTHOR section. okay markus@ | Niels Provos | |
1999-11-16 | close-on-exec for auth-socket, ok deraadt | Markus Friedl | |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl | |
1999-11-16 | move common prompt-for-filename-code into own function | Markus Friedl | |
1999-11-16 | - Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder... | Aaron Campbell | |
- Support ANSI save/restore cursor position escape sequences. - Move the line-wrap check out of the STATE_INIT case so it is executed regardless of the state. This fixes a subtle bug. | |||
1999-11-16 | force logging to stderr while loading private key file | Markus Friedl | |
(lost while converting to new log-levels) | |||
1999-11-16 | prettyprint dreaded keysize warnings | Markus Friedl | |
1999-11-16 | noone needs this anymore | Theo de Raadt | |
1999-11-16 | typo in doc ref | Michael Shalayeff | |
1999-11-16 | flush the cache once we patched memory in ddb | Michael Shalayeff | |
1999-11-16 | Close PR 961, approved by millert@ | Marc Espie | |
1999-11-16 | tabs vs spaces | Michael Shalayeff | |
1999-11-16 | make a copy of attach args for each attachment | Michael Shalayeff | |
1999-11-16 | define TLB_BITS for %b | Michael Shalayeff | |
1999-11-16 | fix argument access macro (+1 fuzz), align frame per hp requirements | Michael Shalayeff | |
1999-11-16 | openbsd/hppa is ELFDATA2MSB | Michael Shalayeff | |