Age | Commit message (Expand) | Author |
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 |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie |
2011-11-26 | Resync to bsd.lv, most code from kristaps@. | Ingo Schwarze |
2011-11-26 | minor sync to bsd.lv | Ingo Schwarze |
2011-11-26 | add Netgear WNA100M | Chris Kuethe |
2011-11-26 | regen | Chris Kuethe |
2011-11-26 | add usb id for Netgear WNA100M | Chris Kuethe |
2011-11-26 | If sigaltstack() fails, report which thread correctly | Philip Guenthe |
2011-11-26 | Apply route-to to deferred packet; without this the first packet of a | Ryan Thomas McBride |
2011-11-25 | darn, setlist might actually be undefined entirely... | Marc Espie |
2011-11-25 | document XAUTHORITY | Marc Espie |
2011-11-25 | document show-prepare-results | Marc Espie |
2011-11-25 | fix compile errors without INET6. no binary change. | YASUOKA Masahiko |
2011-11-25 | use time_uptime to set state creation values as time_second can be | David Gwynne |
2011-11-25 | show-size/show-fake-size | Marc Espie |
2011-11-25 | homepage-links | Marc Espie |
2011-11-25 | document targets related to dependency solving, finally | Marc Espie |
2011-11-25 | document a few more odds and ends | Marc Espie |
2011-11-25 | implement chown(2) in compat_linux which is needed by some antivirus software | Robert Nagy |
2011-11-25 | describe fixed behavior a little better | Marc Espie |
2011-11-25 | fix -a <list> semantics: | Marc Espie |
2011-11-25 | sync | Miod Vallat |
2011-11-25 | Switch alpha to gcc4 (and there was much rejoicing) | Miod Vallat |
2011-11-25 | Rework assembler constraints to satisfy gcc 4. Unfortunately this could not | Miod Vallat |
2011-11-25 | Compile fixes for gcc4 (-Wbounded) | Miod Vallat |
2011-11-25 | Final configuration bits for gcc4: require alignment of local arrays on | Miod Vallat |
2011-11-25 | Allow MD backend to prevent the optimization of a bcopy() or memmove() of | Miod Vallat |
2011-11-25 | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have | Miod Vallat |
2011-11-25 | missing header | Theo de Raadt |
2011-11-25 | The execve()-vs-threads test should test not just that the thread library | Philip Guenthe |
2011-11-24 | sync | Theo de Raadt |
2011-11-24 | allow code to proceed if -e + -r. | Marc Espie |
2011-11-24 | Fix spelling and remove question | Philip Guenthe |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-11-23 | Fix Segmentation Fault when launching mailq(8) | Charles Longeau |
2011-11-23 | print ports as numbers by default; -P prints names instead | Henning Brauer |
2011-11-23 | print_rule: rename opts -> ropts, no binary change | Henning Brauer |
2011-11-23 | clamp uvm_page_rle() to 255 pages at a time | Theo de Raadt |
2011-11-23 | properly account for the MP tramp page in the ranges | Theo de Raadt |
2011-11-23 | typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com> | Ingo Schwarze |
2011-11-23 | block interrupts while pool_reclaim_all is grubbing around in every pools | David Gwynne |
2011-11-22 | Move struct proc's sigaltstack struct from the zeroed area into the | Joshua Elsasser |
2011-11-22 | Add a test for forked processes inheriting their parent's signal stack. | Joshua Elsasser |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |