summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04syncTheo de Raadt
2011-04-04Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.Stefan Sperling
2011-04-04Add a wcswidth man page (based on FreeBSD), and fix the implementationStefan Sperling
2011-04-04detach happens after the hardware is gone, so don't try to touchJacob Meuser
2011-04-04de-guttenberg our stack a bitHenning Brauer
2011-04-04the v4l2 spec says that setting time per frame to zero should reset timeJacob Meuser
2011-04-04Correctly disassemble triadic version of {d,}m[ft]c instructions found onMiod Vallat
2011-04-04The forced IP header pullup in the multicast case is only needed whenClaudio Jeker
2011-04-04provide fake copies of explicit_bzero in the test scaffolds for kernel codeTheo de Raadt
2011-04-04Do not accept ICMP redirects when acting as router (ipforwarding = 1).Claudio Jeker
2011-04-04no need to check the csum flags before calling mpls_do_cksum whichHenning Brauer
2011-04-04previous commit replaced a malloc(new) with malloc(sizeof(*new)) whichBret Lambert
2011-04-04Update BUGS section. The crazy route lookup is gone so is link1.Claudio Jeker
2011-04-04Don't do crazy address manipulations when looking up the remote endClaudio Jeker
2011-04-04give more space when printing volumes to allow softraid0 to fitjoshua stein
2011-04-04collapse a few _KERNEL ifdefs and move someThordur I. Bjornsson
2011-04-04Remove unused variables; from Michael W. BombardieriTodd C. Miller
2011-04-04no more COMPAT_O47;Jason McIntyre
2011-04-04tweak previous;Jason McIntyre
2011-04-04If we choose to create a user during installation, put it intoAntoine Jacoutot
2011-04-04When moving packet header data from mbuf to mbuf, re-init the listBret Lambert
2011-04-04install an additional bpf hook in the carp_input so that multicastMike Belopuhov
2011-04-04and stop special casing the bridge for the ip cksum hardware offloadHenning Brauer
2011-04-04stop fiddling with the ip checksum here too, it is always recalculatedHenning Brauer
2011-04-04stop using the stupid R_Malloc/Bcopy/Free macros, and just start usingBret Lambert
2011-04-04arla_warn -> arla_warnx if there is no errno to pass...Miod Vallat
2011-04-04there is no point at all in updating the ip checksum. it is alwaysHenning Brauer
2011-04-04there is no need to special case the bridge in the ip checksum handlingHenning Brauer
2011-04-04change an if statement to a switch to reduce eye bleedageBret Lambert
2011-04-04all I wanted is to make the bridge behave like the real stack wrt the ipHenning Brauer
2011-04-04no reason not to let msdosfs mount async, from Alexander PolakovTed Unangst
2011-04-04syncTheo de Raadt
2011-04-04make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancientHenning Brauer
2011-04-04in_iawithaddr -> ifawithaddrHenning Brauer
2011-04-04Move P_EXEC flag from struct proc to process, so that setpgid() willPhilip Guenthe
2011-04-04nuke o43statfs as it is unused.Thordur I. Bjornsson
2011-04-04syncTheo de Raadt
2011-04-04COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid)Theo de Raadt
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2011-04-04Better.Artur Grabowski
2011-04-04Make gcc stop whining. pointed out by ariane@.Artur Grabowski
2011-04-04route(8) has a -q option. No need for all this >/dev/null 2>&1Kenneth R Westerback
2011-04-04Some minor fixes:Artur Grabowski
2011-04-04Missing . Noted by mikeb@Artur Grabowski
2011-04-04Align man page with current reality.Kenneth R Westerback
2011-04-04Stray '$medium' missed in last commit.Kenneth R Westerback
2011-04-04Disallow swapping to vnd's and return ENOTSUPP backThordur I. Bjornsson
2011-04-04Documentation for km_alloc and km_freeArtur Grabowski
2011-04-04New unified allocator of kernel memory.Artur Grabowski
2011-04-04Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,Kenneth R Westerback