summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-01-12add support for skinny variants.David Gwynne
2012-01-12regenDavid Gwynne
2012-01-12product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008David Gwynne
2012-01-12s/5.0/5.1/, ok deraadt@Stuart Henderson
2012-01-11Ansify raw_... function definitions. No binary change.Alexander Bluhm
2012-01-11crank to 5.1-betaTheo de Raadt
2012-01-11Backout premature use of 'bootduid', as 'rootduid' has not yet beenKenneth R Westerback
2012-01-11Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input().Alexander Bluhm
2012-01-11Put an splsoftassert(IPL_SOFTNET) into in_pcbdetach().Alexander Bluhm
2012-01-11ansify and de'register some prototypesDavid Hill
2012-01-11Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makesJoel Sing
2012-01-11Pass the DUID of the boot disk via bootduid instead of rootduid, since itJoel Sing
2012-01-11If the DUID of the boot disk has not been provided, attempt to locate itJoel Sing
2012-01-11Move softraid root mapping to later in the boot process - this will allowJoel Sing
2012-01-11Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. ThisJoel Sing
2012-01-11Make sr_boot_chunk and sr_boot_volume accessible from userland. Add aJoel Sing
2012-01-11Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.Alexander Bluhm
2012-01-10Replace the only occurrence of the obscure macro SLIST_FOREACH_PREVPTR.Alexander Bluhm
2012-01-10Remove unused definition WSFONT_RDONLY.Alexandr Shadchin
2012-01-10Remove unused function wsfont_getflg.Alexandr Shadchin
2012-01-10Implement RFC 5722 and drop all IPv6 fragments that belong to aAlexander Bluhm
2012-01-10Flush the cached IPv6 forward route every 500 ms. This preventsAlexander Bluhm
2012-01-09regenChristiano F. Haesbaert
2012-01-09Add support for a new puc(4), MosChip MCS9865.Christiano F. Haesbaert
2012-01-09pcidevsChristiano F. Haesbaert
2012-01-09repair errors paths for dma_alloc; spotted by dhillTheo de Raadt
2012-01-09another set of missing dma_alloc's for talking to a device. hit byTheo de Raadt
2012-01-09Remove the IPv6 fragment overlapping length adjustment code. ItAlexander Bluhm
2012-01-09Replace the hand-crafted queue for IPv6 fragments with LIST.Alexander Bluhm
2012-01-08Ansify non-ansified function definitions. No functional change.Alexandr Shadchin
2012-01-08Remove unused definition null16.Alexandr Shadchin
2012-01-08Make sure we only read cpuid 0x80000001 features if pnfeatset reports it.Christiano F. Haesbaert
2012-01-08Remove usb_event_cookie_t type and instances of it found in various structs;Miod Vallat
2012-01-08Preliminary multi-processor support for luna88k. It isKenji Aoyama
2012-01-08Make allocated memory zeroed. This fixes the problem that we got aKenji Aoyama
2012-01-07regenMark Kettenis
2012-01-07Intel Xeon E3-1200Mark Kettenis
2012-01-07Add X2APIC-related definitions for the MADT and silently skip them insteadMark Kettenis
2012-01-07Check that we have pstates in _PSS before calling the pstate status MSR.Jonathan Gray
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2012-01-06Remove extra and trailing spaces.Alexandr Shadchin
2012-01-06Remove unused Makefile.Alexandr Shadchin
2012-01-06Attach ath(4) to cardbus and add it to bsd.rdMartin Pieuchot
2012-01-05Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else.Alexander Bluhm
2012-01-05Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.Alexander Bluhm
2012-01-05Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.Alexander Bluhm
2012-01-05C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.Mark Kettenis
2012-01-05syncTheo de Raadt
2012-01-05new vertex device; Jakub TuD^MekTheo de Raadt
2012-01-05suspend/resume support for vr(4); from brynet@gmail.comTheo de Raadt