summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-17foregroundproc() in scpTheo de Raadt
1999-11-17daddr_t vs. ufs_daddr_t cleanupArtur Grabowski
1999-11-17Use u_int32_t for lfs inode number.Artur Grabowski
If we would ever change ino_t, the struct dinode would break.
1999-11-17add MLINKs I missedTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17merge with freebsd:Jason Wright
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17allow to compile without -DFFS. okay deraadt@David Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17mii 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-17New interface to ATA registers that goes through the lower-level deviceConstantine 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-16typoTheo de Raadt
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-16close-on-exec for auth-socket, ok deraadtMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus 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-16force logging to stderr while loading private key fileMarkus Friedl
(lost while converting to new log-levels)
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16typo in doc refMichael Shalayeff
1999-11-16flush the cache once we patched memory in ddbMichael Shalayeff
1999-11-16Close PR 961, approved by millert@Marc Espie
1999-11-16tabs vs spacesMichael Shalayeff
1999-11-16make a copy of attach args for each attachmentMichael Shalayeff
1999-11-16define TLB_BITS for %bMichael Shalayeff
1999-11-16fix argument access macro (+1 fuzz), align frame per hp requirementsMichael Shalayeff
1999-11-16openbsd/hppa is ELFDATA2MSBMichael Shalayeff
1999-11-16hpt_hashsize no more, using cr24 insteadMichael Shalayeff
1999-11-16stack does grows up; ddb breakpoints done (local); add note for btlb workMichael Shalayeff
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me.
1999-11-16Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.Artur Grabowski
At the same time, give it a 'better' name.
1999-11-16Remove duplicate variable definitions.Artur Grabowski
1999-11-16No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)Artur Grabowski
1999-11-16Opps.. remove stuff that shouldn't be in the last commit.Artur Grabowski
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-16Remove unused (ifdef:d away) variables.Artur Grabowski
(shrinking my "grep vm_offset_t")
1999-11-16We don't need a prototype for kmem_alloc.Artur Grabowski
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15I'm a moron...Marc Espie
Bug found by dugsong@. I can't believe it wasn't found before.
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
the private hostkey and ptrace()
1999-11-15Remove a duplicate #include.Aaron Campbell