summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-04Fix function argument list -- 1989 is long gone!Paul Irofti
2011-04-04turn some macros into functions; saves 1400+ bytes from the kernelBret Lambert
2011-04-04Remove debug code.Ariane van der Steldt
2011-04-04Make sure to clear the upper bits of the segment selectors in ddb_regsMiod Vallat
2011-04-04Instead of calling tcp_reass (tcp reassembly) with magic argumentsBret Lambert
2011-04-04Regenerate -- linux_sys_[g|s]et_thread_area().Paul Irofti
2011-04-04Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@.Paul Irofti
2011-04-04both m_inject() and m_split() reached a point at which they neededBret Lambert
2011-04-04Few minor ninja fixes while this isn't being used anywhere in -current.Artur Grabowski
2011-04-04Correctly inherit and set the watermarks on socketbuffers.Claudio Jeker
2011-04-04Plug mbuf leaks in SO_PEERCRED by not double allocating mbufs intoClaudio Jeker
2011-04-04Kill some #if 0'ed code (the 'raw' scsi path). Move splx()Kenneth R Westerback
2011-04-04m_copyback is no longer a void function, so start using its error returnBret Lambert
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-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-04Don't do crazy address manipulations when looking up the remote endClaudio Jeker
2011-04-04collapse a few _KERNEL ifdefs and move someThordur I. Bjornsson
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-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-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-04Better.Artur Grabowski
2011-04-04Make gcc stop whining. pointed out by ariane@.Artur Grabowski
2011-04-04Some minor fixes:Artur Grabowski
2011-04-04Disallow swapping to vnd's and return ENOTSUPP backThordur I. Bjornsson
2011-04-04New unified allocator of kernel memory.Artur Grabowski
2011-04-04sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaultsTheo de Raadt
2011-04-04If the socket was half closed then don't let userland change theClaudio Jeker
2011-04-04Add the same SS_CANTRCVMORE check as was done in the other inputClaudio Jeker
2011-04-04Hit this code with a big hammer. It now works on the X201/T510 seriesTheo de Raadt
2011-04-04The backplane version of the 82575EB has no link state -- it's alwayswilliam
2011-04-03pirofti made me look at wd(4) code, which made me sad.David Gwynne
2011-04-03Enable the use of all the memory found on IP27 and IP30 kernels. CommittedMiod Vallat