summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-01-16bpf devices behave similar to raw sockets and never block on write,Philip Guenthe
2012-01-15Calling pf_normalize_ip() from pf_setup_pdesc() was bad as theAlexander Bluhm
2012-01-15As SiS IDE has the same PCI product id for different revisionsJonathan Gray
2012-01-14Remove struct mclsizes, this is a left over.Christiano F. Haesbaert
2012-01-14KNF whitespace; no change with diff -wStuart Henderson
2012-01-14Support Huawei K4510 with DEV_UMASS5; Daniele PilengaStuart Henderson
2012-01-14syncStuart Henderson
2012-01-14add Huawei K4510; Daniele PilengaStuart Henderson
2012-01-13Simplify function wsfont_map_unichar.Alexandr Shadchin
2012-01-13Always set DKF_OPENED in the disk attach callback.Joel Sing
2012-01-13Crank amd64 boot(8) version for the softraid changes.Joel Sing
2012-01-13Restore previous behaviour - only print the DUID if we used it toJoel Sing
2012-01-13Switch back to bootduid, however remember to include sys/systm.h...Joel Sing
2012-01-13Drop IPv6 packets built from overlapping fragments in pf reassembly.Alexander Bluhm
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-13Repair hw vlan tagging and stripping on 82599. Previously receiverMike Belopuhov
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