summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-20add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.David Gwynne
2005-09-20memory, media handling and a bunch of register definitions for Yukon-2.Brad Smith
2005-09-20merge xmaciireg.h and yukonreg.h into if_skreg.hBrad Smith
2005-09-20remove unused pci_intr_evcnt() macro.Brad Smith
2005-09-20shuffle some stuff from skreg to skvarBrad Smith
2005-09-19syncTheo de Raadt
2005-09-19Cypress rs232 (not currently ucom compatible)Theo de Raadt
2005-09-19spaces.Federico G. Schwindt
2005-09-19o Add initial bits for IBSS support.Damien Bergamini
2005-09-19sin6_scope_id maps to interface indices for link local addresses only!Brad Smith
2005-09-19remove the unused in6_ifindex2scopeid()Brad Smith
2005-09-19knf.Federico G. Schwindt
2005-09-19spelling.Federico G. Schwindt
2005-09-19another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgschTheo de Raadt
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-19dont use htole32 to set up values to be assigned to an 8 bit field.David Gwynne
2005-09-19replace the pointer mess used to handle wakeups on ccbs with a real flagDavid Gwynne
2005-09-19A few 'demon' -> 'daemon'.Kenneth R Westerback
2005-09-19Use variable to eliminate repeated calculation. More readable. NoKenneth R Westerback
2005-09-19Make idle a global variable so that gprof can see it and the time canDale Rahn
2005-09-19Typo 'taget' -> 'target'.Kenneth R Westerback
2005-09-19typoTheo de Raadt
2005-09-19Fix initialisation of baddynamicports.udp, busted since 1997, wow.Theo de Raadt
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-09-18Correctly close RAID components. Fixes PR 4508, okay deraadt@Pedro Martelletto
2005-09-18ansi. No binary change.Jonathan Gray
2005-09-18speelingDavid Gwynne
2005-09-17boot uses abstract 'hd' device names, and 'set tty' worksUwe Stuehler
2005-09-17KNFBrad Smith
2005-09-17re-add code which allows setting master/slave flag for links withBrad Smith
2005-09-17- use PHY_RESET() on all models in brgphy_service()Brad Smith
2005-09-17KNF and remove function/line number references from log messagesCan Erkin Acar
2005-09-17regenJonathan Gray
2005-09-17Handful of additional devices.Jonathan Gray
2005-09-17regenJonathan Gray
2005-09-17Linksys USB200M v2Jonathan Gray
2005-09-17remove VPD bitsBrad Smith
2005-09-17add media detection and dual port detection for Yukon-2.Brad Smith
2005-09-17add some Realtek chip idsBrad Smith
2005-09-16backout until we find a socket state for initTheo de Raadt
2005-09-16spelling.Federico G. Schwindt
2005-09-16- remove code to read PCI VPD as we do not use that anymore.Brad Smith
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-15Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functionalMiod Vallat
2005-09-15Fix typo.Mark Kettenis
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-15Revert rev 1.202 for now as it breaks at least one machine.Jonathan Gray