summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-18sync up libossaudio with NetBSD changes.Brad Smith
-- - Add __BEGIN_DECLS & __END_DECLS for C++ - Make protection against multiple inclusion non-invasive wrt. name space - Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is same, but EAGAIN is the posixly correct name - Remove white space - Change the behaviour to report emulated encodings, too - Implement SOUND_MIXER_INFO - Implement OSS_GETVERSION - Accept mixer values above max (100) - Handle the info from AUDIO_MIXER_DEVINFO properly, parts of it is opaque - Use accurate rounding in conversion between OSS and OpenBSD volume values - Map OSS mixer device "line1" to native mixer device "aux" -- Some testing by pvalchev@, no response from other testers in over a month and a half.
2001-08-18A very minimal skeleton. Based on code in NetBSD and sparc.Artur Grabowski
2001-08-18Well, we don't have a GENERIC yet, but we will have.Artur Grabowski
2001-08-18Some more includes from NetBSD.Artur Grabowski
No modifications.
2001-08-18better handle things; spotted by millertTheo de Raadt
2001-08-18I am sick and tired of bug reports LACKING INFORMATION.Artur Grabowski
2001-08-18strlcpy invades the treeTheo de Raadt
2001-08-18Some more includes from NetBSD.Artur Grabowski
2001-08-18M_DEBUG is no longer needed.Artur Grabowski
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell
2001-08-18ofwboot.net compiles/links, tooJason Wright
2001-08-18oopsJason Wright
2001-08-18More files needed to compile/link ofwbootJason Wright
2001-08-18Support for PCMCIA network cards with an ASIX AX88190. Committing this overAaron Campbell
a Linksys PCMPC100 Ver 3 10/100 card that now works.
2001-08-18Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD.Aaron Campbell
2001-08-18Enough of NetBSD/sparc64 for ofwboot to compile/linkJason Wright
2001-08-18probe for ps2 model and check if kbd controller is presentMichael Shalayeff
for deciding on a20 method to use. based on csapuntz@'s info provided.
2001-08-18write output portMichael Shalayeff
2001-08-18Get rid of the opt_ PITA.Artur Grabowski
2001-08-18Use kqueue for -f.Artur Grabowski
2001-08-18undup -f Flag.Marc Espie
2001-08-18prettier printing of statesTheo de Raadt
2001-08-18Document rules specific to the FSF subtree.Marc Espie
Basically, not following these rules might mean deep shit later on.
2001-08-18Clean up after brad.Miod Vallat
2001-08-18typo. From: "Brian J. Kifiak" <bk@rt.fm>Jun-ichiro itojun Hagino
2001-08-18remove pv_table, it is not referenced any longer.Dale Rahn
2001-08-18make apm use kqueue for transferring events to luse listener.Michael Shalayeff
apparently i thought i comitted this already before apmd. tested by me, art@ and jason@ .
2001-08-18Only map memory above 256MB if the memory is present in the system.Dale Rahn
2001-08-18make this compile __with__ akdb in the kernel configuration.Dale Rahn
Without this, it would not configure on systems with akbd.
2001-08-18Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come.Jason Wright
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
it slightly harder to write generic buffer overflows. This doesn't really give any real security, but it raises the bar for script-kiddies and it's really cheap. The range of the random offsets is controlled by the sysctl kern.stackgap_random (must be a power of 2). This is disabled by default right now, but we'll set it to a reasonable value (1024?) soon, after some more testing.
2001-08-18FormattingPaul Janzen
2001-08-18consistency nit, add some missing preprocessor symbols.Brad Smith
-- Ok'd by: d@
2001-08-18Make siop pay attention to quirks table. This not only eliminates theKenneth 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-18Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92Constantine Sapuntzakis
2001-08-18Add lots of missing prototypes, constify a few things. Add explicit ints.Marc Espie
Makes gcc much happier, less warnings.
2001-08-17When this code was imported to NetBSD by Jason Thorpe he did a bunch ofArtur Grabowski
useful changes (and a lot of cleanup). Bring in them.
2001-08-17Better handling of out-of-range numbers.Paul Janzen
Extraneous prompt and related comma splice removed.
2001-08-17cut and paste typos; from art@Michael Shalayeff
2001-08-17pthread_main_np prototypePeter Valchev
2001-08-17cut and paste typoMichael Shalayeff
2001-08-17more cleanup of FILESTheo de Raadt
2001-08-17changes for new kqueue iface, make sure to make includes firstMichael Shalayeff
2001-08-17When rounding up to the next page size, add NBPG-1, not NBPG beforeDale Rahn
trunc_page.
2001-08-17'y' and 'Y' both mean yes.Paul Janzen
2001-08-17provide a way to get the number used for irq line, not only a stringMichael 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-17fix FILESTheo de Raadt
2001-08-17Provide the equivalent to Solaris thr_main() function; from FreeBSDPeter Valchev
2001-08-17altqd startup stuffTheo de Raadt
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt