Age | Commit message (Expand) | Author |
2011-04-05 | Enable wide mode for PSW defaults. | Joel Sing |
2011-04-05 | Remove unused variable. | Paul Irofti |
2011-04-05 | ditch fastroute, an ipf feature that made its way into pf before | Mike Belopuhov |
2011-04-05 | Save and restore the PSW value when making a PDC call, rather than blindly | Joel Sing |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-05 | add a scsi probe routine so isp(4) can reject high luns when the midlayer | David Gwynne |
2011-04-05 | Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or | Theo de Raadt |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-05 | Fix function argument list. | Paul Irofti |
2011-04-05 | - Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range | Artur Grabowski |
2011-04-05 | Get rid of the ATE code, and do not assume the direct DMA window is set up | Miod Vallat |
2011-04-04 | Fix function argument list -- 1989 is long gone! | Paul Irofti |
2011-04-04 | turn some macros into functions; saves 1400+ bytes from the kernel | Bret Lambert |
2011-04-04 | Remove debug code. | Ariane van der Steldt |
2011-04-04 | Make sure to clear the upper bits of the segment selectors in ddb_regs | Miod Vallat |
2011-04-04 | Instead of calling tcp_reass (tcp reassembly) with magic arguments | Bret Lambert |
2011-04-04 | Regenerate -- linux_sys_[g|s]et_thread_area(). | Paul Irofti |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
2011-04-04 | both m_inject() and m_split() reached a point at which they needed | Bret Lambert |
2011-04-04 | Few minor ninja fixes while this isn't being used anywhere in -current. | Artur Grabowski |
2011-04-04 | Correctly inherit and set the watermarks on socketbuffers. | Claudio Jeker |
2011-04-04 | Plug mbuf leaks in SO_PEERCRED by not double allocating mbufs into | Claudio Jeker |
2011-04-04 | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() | Kenneth R Westerback |
2011-04-04 | m_copyback is no longer a void function, so start using its error return | Bret Lambert |
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 | 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 | Don't do crazy address manipulations when looking up the remote end | Claudio Jeker |
2011-04-04 | collapse a few _KERNEL ifdefs and move some | Thordur I. Bjornsson |
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 | 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 | 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 | Better. | Artur Grabowski |