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