Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-01 | this is what i'm running these days | Michael Shalayeff | |
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | Aaron Campbell | |
config(8) UKC; millert@ ok | |||
2001-05-01 | Sort SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-01 | Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATURE | Federico G. Schwindt | |
option is used. Note that this does not work. | |||
2001-05-01 | Update; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | Michael Shalayeff | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-05-01 | Correct PCVT references. | Aaron Campbell | |
2001-05-01 | Remove PCVT file references. | Aaron Campbell | |
2001-05-01 | The old (pcvt) moused is gone in favor of the new (wscons) wsmoused. | Aaron Campbell | |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-05-01 | convert to new timeouts | Todd C. Miller | |
2001-05-01 | Use opendir/readdir instead of open/read when making a file list. | Artur Grabowski | |
This makes filename tab-completion work and takes dired a step further. | |||
2001-05-01 | raise the file name and buffer name sizes | Artur Grabowski | |
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson | |
2001-05-01 | get rid of dtom(), okay itojun@ angelos@ mickey@ millert@ | Niels Provos | |
2001-05-01 | avodi null pointer dereference. sync with kame | Jun-ichiro itojun Hagino | |
2001-05-01 | Reformat EXAMPLES section. | Aaron Campbell | |
2001-05-01 | trailing spaces | Michael Shalayeff | |
2001-05-01 | Simpler explanation of exit values. | Aaron Campbell | |
2001-05-01 | trailing spaces | Michael Shalayeff | |
2001-05-01 | Add a 250ms wait in attach if ATAPI drives present on channel. Some | Constantine Sapuntzakis | |
ATAPI devices need a while to boot their firmware, esp. if there is a CD in the drive. Sending them commands early causes them to wedge or abort those commands. | |||
2001-05-01 | splhigh -> spltty | Aaron Campbell | |
2001-05-01 | constify some arrays | Michael Shalayeff | |
2001-05-01 | restore socket base addr and bus number on resume; from netbsd | Michael Shalayeff | |
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 | |