Age | Commit message (Expand) | Author |
2011-11-29 | the code for managing tty vs cua usage collision was free'ing all sorts | Theo de Raadt |
2011-11-29 | Do not blindly return 1 from the interrupt handler since we do not know | Joel Sing |
2011-11-29 | whitespace fixes. no binary change. | David Gwynne |
2011-11-29 | minor whitespace fix | David Gwynne |
2011-11-29 | use a u_int64_t for the state id in pfsync_state. this makes it consistent | David Gwynne |
2011-11-29 | Missing wordlen check from version 1.20. Spotted by matthew@ | lum |
2011-11-29 | ready this for big-endian support later on | Theo de Raadt |
2011-11-29 | Only free the piglet on hibernate fail if we are suspending. | Mike Larkin |
2011-11-29 | enable initfirst regress | Kurt Miller |
2011-11-29 | clean up initfirst regress conflict created by my import. split tests | Kurt Miller |
2011-11-29 | Limit the kumeran errata to a specific mac/phy combo as done in the Intel | Jonathan Gray |
2011-11-29 | Check the destructor order too | Philip Guenthe |
2011-11-29 | ld.so initfirst regress test | Kurt Miller |
2011-11-29 | tables of matchable keys; from kristaps@ | Ingo Schwarze |
2011-11-28 | Fix a few grating comment typos. | Matthew Dempsky |
2011-11-28 | use STATUS_* filter codes, instead of -1/0/1 hard coded values | Charles Longeau |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-11-28 | fix STATE_COUNT count | Charles Longeau |
2011-11-28 | Fix reversed error-handling gotos in myx_buf_fill(), which would lead to | Bret Lambert |
2011-11-28 | fix formula | Eric Faurot |
2011-11-28 | jmc's suggested text for the ctags man page update was slighty | lum |
2011-11-28 | Change behaviour of M-q (fill-paragraph) to allow | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
2011-11-28 | Discuss the default behaviour up front before talking about options | Ingo Schwarze |
2011-11-28 | deprecate PFTM_UNTIL_PACKET. nothing in the tree uses it, and | David Gwynne |
2011-11-28 | Put back the chdir(2) to the right man page tree before parsing manuals; | Ingo Schwarze |
2011-11-28 | Implement whatis(1) as a special apropos(1) mode as a part of | Ingo Schwarze |
2011-11-27 | Reimplement the global command line options -a and -v | Ingo Schwarze |
2011-11-27 | Save the manual type (mdoc, man, or cat) in the index file | Ingo Schwarze |
2011-11-27 | Rudimentary handling of formatted manuals ("cat pages"). | Ingo Schwarze |
2011-11-27 | Don't segfault when trying to bind to an invalid command. While here, | Pascal Stumpf |
2011-11-27 | When checking for offset wrap around in vn_read(), compare against | Philip Guenthe |
2011-11-27 | Regen. | Mark Kettenis |
2011-11-27 | Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assembler | Mark Kettenis |
2011-11-27 | Manpage bits for the recent changes in vlan(4) prio handling. | Christiano F. Haesbaert |
2011-11-27 | Bring back low latency interrupt moderation for 82599 | Mike Belopuhov |
2011-11-27 | Checksum fix from reyk (rev1.31) that was lost during update: | Mike Belopuhov |
2011-11-27 | Protect more operations in the pfsync_clone_destroy to prevent | Mike Belopuhov |
2011-11-27 | Regen. | Mark Kettenis |
2011-11-27 | Fix return value of memcpy. | Mark Kettenis |
2011-11-27 | Oops, jsing@ changed spcopy.S without realizing that that file is generated | Mark Kettenis |
2011-11-27 | Regen. | Mark Kettenis |
2011-11-27 | Replace a few more 32-bit instructions with the proper 64-bit equivalent. | Mark Kettenis |
2011-11-27 | adjust for port numbers instead of names by default | Henning Brauer |
2011-11-27 | This needs sys/kthread.h to build | Claudio Jeker |
2011-11-27 | Set the initfirst and nodelete flags on the shared library, in anticipation | Philip Guenthe |
2011-11-27 | Kill old comment, we already do 802.1p tagging. | Christiano F. Haesbaert |
2011-11-26 | Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf. | Christiano F. Haesbaert |
2011-11-26 | Make this compile again by removing a spurious opening brace. | Mark Kettenis |
2011-11-26 | a second missing $state... | Marc Espie |