summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-01-20save content of the pci attach args, not the pointer; from Christian EhrhardtMike Belopuhov
2012-01-20Add bio(4) status interface structs and utility functions to softraid(4).Joel Sing
2012-01-20Implement a status message interface for bio(4) capable devices.Joel Sing
2012-01-19Teach pppoe(4) about RFC 4638. This allows negotiating increased MTU withStuart Henderson
2012-01-18Remove dead assignments and newly created unused variables.Charles Longeau
2012-01-18Don't unconditionally allocate new nodes in the hostap auth frame input path.Stefan Sperling
2012-01-18Make it possible to free cached nodes which never associated (e.g. nodesStefan Sperling
2012-01-18Fix a problem that causes LCP keepalive timeout. In case the ack number ofYASUOKA Masahiko
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'sMike Belopuhov
2012-01-17Fix trailing whitespace.Alexander Bluhm
2012-01-17Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printfMiod Vallat
2012-01-17Move the bio(4) cookie into a separate struct and make this struct theJoel Sing
2012-01-17Check the metadata level against the assembly level before proceeding withJoel Sing
2012-01-17Add missing ioctl DNPRINTFs and nuke some rogue commas.Joel Sing
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2012-01-17During IPv6 source address selection, give address scope higher priorityStefan Sperling
2012-01-16Pass struct pf_pdesc to pf_walk_option6() and pf_walk_header6() toAlexander Bluhm
2012-01-16Ensure that all disk attach callbacks have completed before attemptingJoel Sing
2012-01-16mpi_get_ccb and mpi_put_ccb are only called via iopools now, so changeDavid Gwynne
2012-01-16do carp demotion adjustments on syncdev link state change.Mike Belopuhov
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