summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-01Fix a typo in comment. Constify. From NetBSD.Aaron Campbell
2001-05-01Add $OpenBSD$ tags.Aaron Campbell
2001-05-01Typo in comment.Aaron Campbell
2001-05-01Convert to new timeouts.Aaron Campbell
2001-05-01Add fields to keep track of reset capabilities and resets betterConstantine Sapuntzakis
2001-04-30Pass IOCTL to adapter device if not understood by SCSI layer.Constantine Sapuntzakis
2001-04-30Move ioctl stuff to low-level driverConstantine Sapuntzakis
2001-04-30Move ATA IOCTL commands to low-level WDC driverConstantine Sapuntzakis
2001-04-30Remove note about hack that should be no longer needed. Noted by Anil.Marc Espie
2001-04-30Better hints handling (used for sorting package lists):Marc Espie
- nodes without a hint should be fully transparent. The make_transparent procedure is potentially slow, but in reality, it's very fast. - don't automatically add an order to un-hinted nodes, so that they are truely transparent. Better memory allocation: split the hash of nodes into a single array instead of duplicating the memory requirements. Okay Todd.
2001-04-30Added ATAPI_DEVICE_RESET commandConstantine Sapuntzakis
2001-04-30fix function wcd so "cd x && y" returns an appropriate error when x does not ↵Marco S Hyman
exist
2001-04-30the -> toBrad Smith
2001-04-30koi8-r keyboard layout; from igor grabin <violent@death.kiev.ua>Michael Shalayeff
2001-04-30Move the zeroing of proc0 u area from cpu_startup to configure.Artur Grabowski
XXX - is this still necessary?
2001-04-30ssh-2.0.10 has the weak-key-bug, too.Markus Friedl
2001-04-30allow interop with weaker key generation used by ssh-2.0.x, x < 10Markus Friedl
2001-04-30rework scsi stuff a bit, better locking.Michael Shalayeff
still concurrent commands get busted, for some reason, for tihs reason we lock to1 command at a time for now. prev commit toamivar.h was a homeless -m.
2001-04-30ami.cMichael Shalayeff
2001-04-30padnessMichael Shalayeff
2001-04-30Move the hwrpb_primary_init to before configure.Artur Grabowski
2001-04-30Assure that we always close the socket, and that the default behaviorEric Jackson
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD.
2001-04-30Mention the sample configuration directory. Cleanup some .Nm usage.Hakan Olsson
2001-04-30right value for X_NSELCOLLArtur Grabowski
2001-04-30Add a FILES section describing default and sample file locations.Hakan Olsson
2001-04-30Move proc0's TSS and LDT initialization to a separate functionArtur Grabowski
that's called at the end of configure instead of cpu_startup. Inspired by NetBSD.
2001-04-30Move gdt_init prototype to gdt.hArtur Grabowski
2001-04-30mention how to generate extended attributes for certs with openssl;Niels Provos
from tim newsham; okay niklas@ ho@
2001-04-30Be more verbose about fifo ui operations.Hakan Olsson
2001-04-30sync.lebel
2001-04-30add new device, Lucent USB QuadraBus. deraadt@ OK.lebel
2001-04-30Ooops! Undo breakage I introduced in 1.48.Artur Grabowski
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-30don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@Markus Friedl
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-30cleaningJason Wright
2001-04-30pretty up rx filter setupJason Wright
2001-04-30syncJason Wright
2001-04-30broadcom 5820Jason Wright
2001-04-30prettyTheo de Raadt
2001-04-30correct copyright. i wrote some of this in 1989, wow.. i am old...Theo de Raadt
2001-04-30Fix the s-records encoding program so as to produce correct finalMiod Vallat
checksum if the chunk size is not 3 bytes. Update disillusionned comment accordingly. Ok deraadt@ [Note that the s-records files on the 2.9 cdroms have been corrected and are valid.]
2001-04-29Zero a buffer prior to passing it to readlink() as readlink()Todd C. Miller
does not append a NUL itself.
2001-04-29spelingTodd C. Miller
2001-04-29labels should precede actual code, not braces; from NetBSDTodd C. Miller
2001-04-29Add a bunch of old revision history comments that we are missing toTodd C. Miller
make diffing easier. No code changes...
2001-04-29include string.h not strings.hTodd C. Miller
2001-04-29raise spl around pdc callingMichael Shalayeff
2001-04-29pseg not yetMichael Shalayeff