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