summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-29the code for managing tty vs cua usage collision was free'ing all sortsTheo de Raadt
2011-11-29Do not blindly return 1 from the interrupt handler since we do not knowJoel Sing
2011-11-29whitespace fixes. no binary change.David Gwynne
2011-11-29minor whitespace fixDavid Gwynne
2011-11-29use a u_int64_t for the state id in pfsync_state. this makes it consistentDavid Gwynne
2011-11-29Missing wordlen check from version 1.20. Spotted by matthew@lum
2011-11-29ready this for big-endian support later onTheo de Raadt
2011-11-29Only free the piglet on hibernate fail if we are suspending.Mike Larkin
2011-11-29enable initfirst regressKurt Miller
2011-11-29clean up initfirst regress conflict created by my import. split testsKurt Miller
2011-11-29Limit the kumeran errata to a specific mac/phy combo as done in the IntelJonathan Gray
2011-11-29Check the destructor order tooPhilip Guenthe
2011-11-29ld.so initfirst regress testKurt Miller
2011-11-29tables of matchable keys; from kristaps@Ingo Schwarze
2011-11-28Fix a few grating comment typos.Matthew Dempsky
2011-11-28use STATUS_* filter codes, instead of -1/0/1 hard coded valuesCharles Longeau
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsPhilip Guenthe
2011-11-28fix STATE_COUNT countCharles Longeau
2011-11-28Fix reversed error-handling gotos in myx_buf_fill(), which would lead toBret Lambert
2011-11-28fix formulaEric Faurot
2011-11-28jmc's suggested text for the ctags man page update was slightylum
2011-11-28Change behaviour of M-q (fill-paragraph) to allowlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-11-28Discuss the default behaviour up front before talking about optionsIngo Schwarze
2011-11-28deprecate PFTM_UNTIL_PACKET. nothing in the tree uses it, andDavid Gwynne
2011-11-28Put back the chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-11-27Reimplement the global command line options -a and -vIngo Schwarze
2011-11-27Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze
2011-11-27Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze
2011-11-27Don't segfault when trying to bind to an invalid command. While here,Pascal Stumpf
2011-11-27When checking for offset wrap around in vn_read(), compare againstPhilip Guenthe
2011-11-27Regen.Mark Kettenis
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