Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Revert change to using sc_link in calls to siop_print_info(). | Kenneth R Westerback | |
sc_link->device_softc not necessarily available for devices like cd's that don't issue SCSI commands after INQUIRY during probe, leaving negotiation triggering to next LUN. Spotted by Nikolay Sturm. Fixing this is not worth the effort and added complexity for a cosmetic improvement. Keep code cleanups done at the same time, and add a typo fix (destiation -> destination). | |||
2001-06-25 | add cyberflex_verify_AUT0() | Markus Friedl | |
2001-06-25 | -Wall | Markus Friedl | |
2001-06-25 | Forgot the PCI bus attachment, from NetBSD, hacked by mickey | Niklas Hallqvist | |
2001-06-25 | add MACOBIOVERBOSE as per discussion w/ dale | Michael Shalayeff | |
2001-06-25 | KNF | Angelos D. Keromytis | |
2001-06-25 | Comment out the iopsp desc. | Niklas Hallqvist | |
2001-06-25 | Include I2O files | Niklas Hallqvist | |
2001-06-25 | interpret DLT_PFLOG | Niels Provos | |
2001-06-25 | New dma engine skeleton | Jason Wright | |
2001-06-25 | prototype OF_interpret(), more cleanup. | Dale Rahn | |
2001-06-25 | Initial I2O framework from NetBSD, hacked up by mickey and me. | Niklas Hallqvist | |
Finds devices fine, but we still have no subdevice drivers. Coming though. | |||
2001-06-25 | fix some constraints and spillage | Michael Shalayeff | |
2001-06-25 | DLT_PFLOG | Niels Provos | |
2001-06-25 | Be more careful in pciide_compat_intr_disestablish. | Artur Grabowski | |
While I'm here, clean up spaces. | |||
2001-06-25 | we need only one pflog now | Niels Provos | |
2001-06-25 | extend the logging via a new link header type. export interface, direction, | Niels Provos | |
action and rule nr. | |||
2001-06-25 | Enable interrupts during PCIIDE detect | Constantine Sapuntzakis | |
2001-06-25 | remaining lists converted to TAILQs | Daniel Hartmeier | |
2001-06-25 | Don't return from a void function. | Artur Grabowski | |
2001-06-25 | remove old cruft | Eric Jackson | |
2001-06-25 | Undo premature commit | Constantine Sapuntzakis | |
2001-06-25 | Cleanup/rewrite. Some further work. No crypto yet. | Hakan Olsson | |
2001-06-25 | Whoops, there's nothing at sc_link[1] any more | Constantine Sapuntzakis | |
2001-06-25 | Import completely re-written netcat w/ support for IPv6. | Eric Jackson | |
very little usage has changed, man page soon to come for it as well. deraadt@ ok | |||
2001-06-25 | Fix up usage() and alphabetize options. | smart | |
2001-06-25 | Remove instance stuff now that su uses an explicit option to specify | Todd C. Miller | |
the invoking user. | |||
2001-06-25 | use TAILQ instead of homegrown list, other lists will follow | Daniel Hartmeier | |
2001-06-25 | bits are -wrong- in documentation... this is a recurring theme, do chip | Jason Wright | |
makers -read- their docs? | |||
2001-06-25 | #ifdef KRB4 -> #ifdef KRB524 | Hans Insulander | |
2001-06-25 | Fix earlier commit of pciide disestablish | Constantine Sapuntzakis | |
2001-06-25 | Don't do the root instance handling stuff; su no longer does it. | Hans Insulander | |
2001-06-25 | Add disestablish for pciide on Alpha | Constantine Sapuntzakis | |
2001-06-25 | add an and wi attachments | Michael Shalayeff | |
2001-06-25 | PCIIDE compat intr disestablish routines for i386 | Constantine Sapuntzakis | |
2001-06-25 | Add disestablish routine for compat PCIIDE interrupts | Constantine Sapuntzakis | |
2001-06-25 | Support su'ing with local root password or with a root instance. | Hans Insulander | |
2001-06-25 | Instead of trying to do clever and figure out a root instance for Kerberos, | Hans Insulander | |
send tell the auth program who the invoking user is, and rely on it to handle root instances for Kerberos. This makes the code much cleaner and simpler. ok millertt@ | |||
2001-06-25 | support readahead option | Niklas Hallqvist | |
2001-06-25 | Better style in description; additional sections at end. | Ian Darwin | |
2001-06-25 | add wireless section | Michael Shalayeff | |
2001-06-25 | add an@pci | Michael Shalayeff | |
2001-06-25 | remove struct and contsts duplicated in between the files. | Michael Shalayeff | |
make it work on powerpc. improve performance by using the bus_*_multi_* finctions instead of loops. | |||
2001-06-25 | ANSIfy | Artur Grabowski | |
2001-06-25 | first stab at packet logging for pf. inspired by late night dreams of art. | Niels Provos | |
we just pass drop and passed packets to different pseudo interface that can be listened to with bpf. | |||
2001-06-25 | make raw functions take count' to distract from evil bus.h remarks | Michael Shalayeff | |
2001-06-25 | pf is in conf/GENERIC | Artur Grabowski | |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves | |
2001-06-25 | pci_mapreg_map requires another argument | Nathan Binkert | |
2001-06-25 | Change autonegotiation timeout for devices with a gigabit phy to 10s. All | Nathan Binkert | |
other devices default to 5 seconds. ok deraadt. from NetBSD. |