Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-01 | Fix a typo in comment. Constify. From NetBSD. | Aaron Campbell | |
2001-05-01 | Add $OpenBSD$ tags. | Aaron Campbell | |
2001-05-01 | Typo in comment. | Aaron Campbell | |
2001-05-01 | Convert to new timeouts. | Aaron Campbell | |
2001-05-01 | Add fields to keep track of reset capabilities and resets better | Constantine Sapuntzakis | |
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | Constantine Sapuntzakis | |
2001-04-30 | Move ioctl stuff to low-level driver | Constantine Sapuntzakis | |
2001-04-30 | Move ATA IOCTL commands to low-level WDC driver | Constantine Sapuntzakis | |
2001-04-30 | Remove note about hack that should be no longer needed. Noted by Anil. | Marc Espie | |
2001-04-30 | Better 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-30 | Added ATAPI_DEVICE_RESET command | Constantine Sapuntzakis | |
2001-04-30 | fix function wcd so "cd x && y" returns an appropriate error when x does not ↵ | Marco S Hyman | |
exist | |||
2001-04-30 | the -> to | Brad Smith | |
2001-04-30 | koi8-r keyboard layout; from igor grabin <violent@death.kiev.ua> | Michael Shalayeff | |
2001-04-30 | Move the zeroing of proc0 u area from cpu_startup to configure. | Artur Grabowski | |
XXX - is this still necessary? | |||
2001-04-30 | ssh-2.0.10 has the weak-key-bug, too. | Markus Friedl | |
2001-04-30 | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | Markus Friedl | |
2001-04-30 | rework 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-30 | ami.c | Michael Shalayeff | |
2001-04-30 | padness | Michael Shalayeff | |
2001-04-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski | |
2001-04-30 | Assure that we always close the socket, and that the default behavior | Eric Jackson | |
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD. | |||
2001-04-30 | Mention the sample configuration directory. Cleanup some .Nm usage. | Hakan Olsson | |
2001-04-30 | right value for X_NSELCOLL | Artur Grabowski | |
2001-04-30 | Add a FILES section describing default and sample file locations. | Hakan Olsson | |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski | |
that's called at the end of configure instead of cpu_startup. Inspired by NetBSD. | |||
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski | |
2001-04-30 | mention how to generate extended attributes for certs with openssl; | Niels Provos | |
from tim newsham; okay niklas@ ho@ | |||
2001-04-30 | Be more verbose about fifo ui operations. | Hakan Olsson | |
2001-04-30 | sync. | lebel | |
2001-04-30 | add new device, Lucent USB QuadraBus. deraadt@ OK. | lebel | |
2001-04-30 | Ooops! Undo breakage I introduced in 1.48. | Artur Grabowski | |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl | |
2001-04-30 | don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@ | Markus Friedl | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-30 | cleaning | Jason Wright | |
2001-04-30 | pretty up rx filter setup | Jason Wright | |
2001-04-30 | sync | Jason Wright | |
2001-04-30 | broadcom 5820 | Jason Wright | |
2001-04-30 | pretty | Theo de Raadt | |
2001-04-30 | correct copyright. i wrote some of this in 1989, wow.. i am old... | Theo de Raadt | |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod 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-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller | |
does not append a NUL itself. | |||
2001-04-29 | speling | Todd C. Miller | |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller | |
2001-04-29 | Add a bunch of old revision history comments that we are missing to | Todd C. Miller | |
make diffing easier. No code changes... | |||
2001-04-29 | include string.h not strings.h | Todd C. Miller | |
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |
2001-04-29 | pseg not yet | Michael Shalayeff | |