Age | Commit message (Expand) | Author |
2012-01-16 | bpf devices behave similar to raw sockets and never block on write, | Philip Guenthe |
2012-01-15 | Calling pf_normalize_ip() from pf_setup_pdesc() was bad as the | Alexander Bluhm |
2012-01-15 | As SiS IDE has the same PCI product id for different revisions | Jonathan Gray |
2012-01-14 | Remove struct mclsizes, this is a left over. | Christiano F. Haesbaert |
2012-01-14 | KNF whitespace; no change with diff -w | Stuart Henderson |
2012-01-14 | Support Huawei K4510 with DEV_UMASS5; Daniele Pilenga | Stuart Henderson |
2012-01-14 | sync | Stuart Henderson |
2012-01-14 | add Huawei K4510; Daniele Pilenga | Stuart Henderson |
2012-01-13 | Simplify function wsfont_map_unichar. | Alexandr Shadchin |
2012-01-13 | Always set DKF_OPENED in the disk attach callback. | Joel Sing |
2012-01-13 | Crank amd64 boot(8) version for the softraid changes. | Joel Sing |
2012-01-13 | Restore previous behaviour - only print the DUID if we used it to | Joel Sing |
2012-01-13 | Switch back to bootduid, however remember to include sys/systm.h... | Joel Sing |
2012-01-13 | Drop IPv6 packets built from overlapping fragments in pf reassembly. | Alexander Bluhm |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2012-01-13 | Repair hw vlan tagging and stripping on 82599. Previously receiver | Mike Belopuhov |
2012-01-12 | add support for skinny variants. | David Gwynne |
2012-01-12 | regen | David Gwynne |
2012-01-12 | product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008 | David Gwynne |
2012-01-12 | s/5.0/5.1/, ok deraadt@ | Stuart Henderson |
2012-01-11 | Ansify raw_... function definitions. No binary change. | Alexander Bluhm |
2012-01-11 | crank to 5.1-beta | Theo de Raadt |
2012-01-11 | Backout premature use of 'bootduid', as 'rootduid' has not yet been | Kenneth R Westerback |
2012-01-11 | Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input(). | Alexander Bluhm |
2012-01-11 | Put an splsoftassert(IPL_SOFTNET) into in_pcbdetach(). | Alexander Bluhm |
2012-01-11 | ansify and de'register some prototypes | David Hill |
2012-01-11 | Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makes | Joel Sing |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2012-01-11 | If the DUID of the boot disk has not been provided, attempt to locate it | Joel Sing |
2012-01-11 | Move softraid root mapping to later in the boot process - this will allow | Joel Sing |
2012-01-11 | Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. This | Joel Sing |
2012-01-11 | Make sr_boot_chunk and sr_boot_volume accessible from userland. Add a | Joel Sing |
2012-01-11 | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. | Alexander Bluhm |
2012-01-10 | Replace the only occurrence of the obscure macro SLIST_FOREACH_PREVPTR. | Alexander Bluhm |
2012-01-10 | Remove unused definition WSFONT_RDONLY. | Alexandr Shadchin |
2012-01-10 | Remove unused function wsfont_getflg. | Alexandr Shadchin |
2012-01-10 | Implement RFC 5722 and drop all IPv6 fragments that belong to a | Alexander Bluhm |
2012-01-10 | Flush the cached IPv6 forward route every 500 ms. This prevents | Alexander Bluhm |
2012-01-09 | regen | Christiano F. Haesbaert |
2012-01-09 | Add support for a new puc(4), MosChip MCS9865. | Christiano F. Haesbaert |
2012-01-09 | pcidevs | Christiano F. Haesbaert |
2012-01-09 | repair errors paths for dma_alloc; spotted by dhill | Theo de Raadt |
2012-01-09 | another set of missing dma_alloc's for talking to a device. hit by | Theo de Raadt |
2012-01-09 | Remove the IPv6 fragment overlapping length adjustment code. It | Alexander Bluhm |
2012-01-09 | Replace the hand-crafted queue for IPv6 fragments with LIST. | Alexander Bluhm |
2012-01-08 | Ansify non-ansified function definitions. No functional change. | Alexandr Shadchin |
2012-01-08 | Remove unused definition null16. | Alexandr Shadchin |
2012-01-08 | Make sure we only read cpuid 0x80000001 features if pnfeatset reports it. | Christiano F. Haesbaert |
2012-01-08 | Remove usb_event_cookie_t type and instances of it found in various structs; | Miod Vallat |
2012-01-08 | Preliminary multi-processor support for luna88k. It is | Kenji Aoyama |