Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | Formatting | Paul Janzen | |
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith | |
-- Ok'd by: d@ | |||
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback | |
ugly INQUIRY snooping but avoids adding even uglier #ifdef's to turn off stuff, e.g. tagged queuing. Add two disk drives now known to lie about supporting tagged queuing to quirks table. One from millert@ (<MICROP, 4421-07 0329SJ, 0329>) and one from Hakan Olsson (<SEAGATE, ST150176LW, 0002>). Add field 'inquiry_flags2' to struct scsi_link to hold flags2 field from struct scsi_inquiry_data. These flags relate to SCSI-3 specific features. Clean up some logic, eliminating need for TARF_PPR flag. | |||
2001-08-18 | Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92 | Constantine Sapuntzakis | |
2001-08-18 | Add lots of missing prototypes, constify a few things. Add explicit ints. | Marc Espie | |
Makes gcc much happier, less warnings. | |||
2001-08-17 | When this code was imported to NetBSD by Jason Thorpe he did a bunch of | Artur Grabowski | |
useful changes (and a lot of cleanup). Bring in them. | |||
2001-08-17 | Better handling of out-of-range numbers. | Paul Janzen | |
Extraneous prompt and related comma splice removed. | |||
2001-08-17 | cut and paste typos; from art@ | Michael Shalayeff | |
2001-08-17 | pthread_main_np prototype | Peter Valchev | |
2001-08-17 | cut and paste typo | Michael Shalayeff | |
2001-08-17 | more cleanup of FILES | Theo de Raadt | |
2001-08-17 | changes for new kqueue iface, make sure to make includes first | Michael Shalayeff | |
2001-08-17 | When rounding up to the next page size, add NBPG-1, not NBPG before | Dale Rahn | |
trunc_page. | |||
2001-08-17 | 'y' and 'Y' both mean yes. | Paul Janzen | |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-08-17 | fix FILES | Theo de Raadt | |
2001-08-17 | Provide the equivalent to Solaris thr_main() function; from FreeBSD | Peter Valchev | |
2001-08-17 | altqd startup stuff | Theo de Raadt | |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-08-17 | fgen from NetBSD | Jason Wright | |
2001-08-17 | depend wscons_machdep.c on wsdisplay; from Peter Galbavy ↵ | Michael Shalayeff | |
<peter.galbavy@knowtion.net> | |||
2001-08-17 | Back out pcic_delay() since we cannot call tsleep() in interupt context. | Todd C. Miller | |
For this to work pcmcia would have to be a kernel thread w/ process context. | |||
2001-08-17 | typo in comment | Kevin Steves | |
2001-08-17 | Add RC4 support. | ben | |
2001-08-17 | Some missing protos. Use macros from <link.h> instead of rolling our own. | Marc Espie | |
2001-08-17 | Show indirect symbols in -e mode. | Marc Espie | |
2001-08-17 | Fix keyed HMAC where the key was longer than the blocksize | Niklas Hallqvist | |
2001-08-17 | Add test with long key, longer than common hmac blocksize | Niklas Hallqvist | |
2001-08-17 | clean up after Todd. | Marc Espie | |
2001-08-17 | Make floppyC29.fs installable again. | Kenneth R Westerback | |
With kernfs gone, dmesg must be compiled into the image. Also add hostname as in ../common/*. Encountered by George Shaffer. ok deraadt@. | |||
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-17 | Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now. | Hakan Olsson | |
2001-08-17 | Reverse smoke-induced error from me. thanks to miod@ | Janne Johansson | |
2001-08-17 | M4 indirection, to test other binaries more easily. | Marc Espie | |
2001-08-17 | Probably nbsd1.2 rather than obsd2.2 | Janne Johansson | |
2001-08-17 | Openbsd1.2? Nah.. | Janne Johansson | |
2001-08-17 | man 4 intro pointed to itself in "See also". | Janne Johansson | |
2001-08-17 | o) close .Bl; | Mike Pechkin | |
o) NetBSD -> .Bx; o) we should sort options in .DESCRIPTION; some spotted from form@openbsd.ru; millert@ ok. | |||
2001-08-17 | ro -> readonly for readability. | Janne Johansson | |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt | |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt | |
2001-08-17 | Sony is Chip ID 2 (like in the Aibo) | Todd C. Miller | |
2001-08-17 | Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create(). | Jason Wright | |
2001-08-16 | Typo | Miod Vallat | |
2001-08-16 | document case sensitivity for ssh, sshd and key file | Kevin Steves | |
options and arguments; ok markus@ | |||
2001-08-16 | no options yet | Camiel Dobbelaar | |
2001-08-16 | remove remaining PAM defines and comments | Camiel Dobbelaar | |
2001-08-16 | remove SHADOW hooks | Camiel Dobbelaar | |
2001-08-16 | stand-alone by default | Camiel Dobbelaar | |