summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-27Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assemblerMark Kettenis
2011-11-27Manpage bits for the recent changes in vlan(4) prio handling.Christiano F. Haesbaert
2011-11-27Bring back low latency interrupt moderation for 82599Mike Belopuhov
2011-11-27Checksum fix from reyk (rev1.31) that was lost during update:Mike Belopuhov
2011-11-27Protect more operations in the pfsync_clone_destroy to preventMike Belopuhov
2011-11-27Regen.Mark Kettenis
2011-11-27Fix return value of memcpy.Mark Kettenis
2011-11-27Oops, jsing@ changed spcopy.S without realizing that that file is generatedMark Kettenis
2011-11-27Regen.Mark Kettenis
2011-11-27Replace a few more 32-bit instructions with the proper 64-bit equivalent.Mark Kettenis
2011-11-27adjust for port numbers instead of names by defaultHenning Brauer
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-27Set the initfirst and nodelete flags on the shared library, in anticipationPhilip Guenthe
2011-11-27Kill old comment, we already do 802.1p tagging.Christiano F. Haesbaert
2011-11-26Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf.Christiano F. Haesbaert
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
2011-11-26a second missing $state...Marc Espie
2011-11-26fix reporting of weird libs in partial-*, as seen by fries@,Marc Espie
2011-11-26Resync to bsd.lv, most code from kristaps@.Ingo Schwarze
2011-11-26minor sync to bsd.lvIngo Schwarze
2011-11-26add Netgear WNA100MChris Kuethe
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
2011-11-26If sigaltstack() fails, report which thread correctlyPhilip Guenthe
2011-11-26Apply route-to to deferred packet; without this the first packet of aRyan Thomas McBride
2011-11-25darn, setlist might actually be undefined entirely...Marc Espie
2011-11-25document XAUTHORITYMarc Espie
2011-11-25document show-prepare-resultsMarc Espie
2011-11-25fix compile errors without INET6. no binary change.YASUOKA Masahiko
2011-11-25use time_uptime to set state creation values as time_second can beDavid Gwynne
2011-11-25show-size/show-fake-sizeMarc Espie
2011-11-25homepage-linksMarc Espie
2011-11-25document targets related to dependency solving, finallyMarc Espie
2011-11-25document a few more odds and endsMarc Espie
2011-11-25implement chown(2) in compat_linux which is needed by some antivirus softwareRobert Nagy
2011-11-25describe fixed behavior a little betterMarc Espie
2011-11-25fix -a <list> semantics:Marc Espie
2011-11-25syncMiod Vallat
2011-11-25Switch alpha to gcc4 (and there was much rejoicing)Miod Vallat
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-25Final configuration bits for gcc4: require alignment of local arrays onMiod Vallat
2011-11-25Allow MD backend to prevent the optimization of a bcopy() or memmove() ofMiod Vallat
2011-11-25Gratuitous major crank for upcoming alpha switch to gcc 4, in order to haveMiod Vallat
2011-11-25missing headerTheo de Raadt
2011-11-25The execve()-vs-threads test should test not just that the thread libraryPhilip Guenthe
2011-11-24syncTheo de Raadt
2011-11-24allow code to proceed if -e + -r.Marc Espie
2011-11-24Fix spelling and remove questionPhilip Guenthe
2011-11-24rdomain support for IPv6sperreault