Age | Commit message (Expand) | Author |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-07-04 | use mtod. | David Hill |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Make stdout line buffered. | Marco Pfatschbacher |
2011-07-04 | fix incorrect use of NULL, from 1.45 of upstream | Jonathan Gray |
2011-07-04 | use "function X" rather than "X ()" since for the former, preceding parameter | Alexander Hall |
2011-07-04 | %u in format string is rcpt.user not rcpt.domain | Gilles Chehade |
2011-07-04 | make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this | Stuart Henderson |
2011-07-04 | sync | Theo de Raadt |
2011-07-04 | Rename the pf_pdesc field rh_cnt to badopts as it is also used for | Alexander Bluhm |
2011-07-04 | Support "show ip bgp peer-as" in bgplg. | Claudio Jeker |
2011-07-04 | Fix to be able to bind a raw socket to 0.0.0.0. It had been broken after | YASUOKA Masahiko |
2011-07-04 | Finish ansification. | Mark Kettenis |
2011-07-04 | Fix another kqfilter return value. | Nicholas Marriott |
2011-07-04 | Give each pmap its own space ID. The current algorithm is silly, as we'll wrap | Mark Kettenis |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | Bring back byte-order conversion that was inadvertently removed in previous | Stuart Henderson |
2011-07-04 | IPv4 packets with IP options get dropped and no state is created. | Alexander Bluhm |
2011-07-04 | Nuke a dangling bit left over from the now gone PRU_PEEREID | Philip Guenthe |
2011-07-04 | declare a return type on a function returning void, matches upstream | Jonathan Gray |
2011-07-04 | Force the sigreturn syscall to return to userspace via iretq by setting | Philip Guenthe |
2011-07-04 | - Take into account padding for the IEEE extended shape types. It | Martynas Venckus |
2011-07-04 | Show full targets for lsp/lsw -a. | Nicholas Marriott |
2011-07-04 | Use screen_reinit for respawn-pane to keep history and call input_init | Nicholas Marriott |
2011-07-04 | Remove orphaned splbios that have no matching splx, | Jonathan Gray |
2011-07-04 | <sys/socketvar.h> isn't actually needed here, so revert previous and drop | Philip Guenthe |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-07-04 | Big restructuring of the main switch making it much more readable. | Otto Moerbeek |
2011-07-04 | Fix typo; ok ariane@ | Philip Guenthe |
2011-07-04 | jmc found a few more mentions of RIO here | Ted Unangst |
2011-07-04 | enter ia64 for obj | Theo de Raadt |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Add ia64 target. | Paul Irofti |
2011-07-04 | Let ia64 gcc compile. | Paul Irofti |
2011-07-04 | Add new socket splicing tests for the idle timeout feature. Note | Alexander Bluhm |
2011-07-04 | Add csu ia64 support. | Paul Irofti |
2011-07-04 | Convert to ANSI. | Matthew Dempsky |
2011-07-04 | Add ld.so ia64 support. | Paul Irofti |
2011-07-04 | fix a double space; | Jason McIntyre |
2011-07-04 | Add ia64 libc support. | Paul Irofti |
2011-07-04 | add nvt(4); | Jason McIntyre |
2011-07-04 | use stronum, removing an atoi from the tree. ok deraadt matthew | Ted Unangst |
2011-07-04 | assemble is a more appropriate place for the setup code than allocate. | Ted Unangst |
2011-07-04 | remove unneeded cast. | David Hill |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-07-04 | LINK_STATE cleanup. It is no longer needed to special case carp(4). | Claudio Jeker |
2011-07-04 | bread() takes daddr64_t block address, not int32_t, so use correct cast. brea... | Kenneth R Westerback |