summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-04-05Provide macros for ssm/rsm.Joel Sing
2011-04-05Implement syscall_return.Joel Sing
2011-04-05handle ACK prioritization for v6, ok henning@Stuart Henderson
2011-04-05Move PSW in struct cpu_info. Also ensure that we leave interrupts disabledJoel Sing
2011-04-05Regenerate -- linux_sys_set_tid_address().Paul Irofti
2011-04-05Add set_tid_address() syscall. Lots of help from and okay guenther@.Paul Irofti
2011-04-05Fix PID fetching -- noticed last night by guenther@.Paul Irofti
2011-04-05Fix logic bug in debug code and enable spllower()/splraise().Joel Sing
2011-04-05provide VSCSI_STAT_RESET so userland can tell us that the connection toDavid Gwynne
2011-04-05Remove unused macro.Bret Lambert
2011-04-05hid_locate() is supposed to accept the last two arguments being NULL, soMiod Vallat
2011-04-05Iopoolification to eliminate another few instances of the currentKenneth R Westerback
2011-04-05Rename a few xbow global variable names to make them less ambiguous.Miod Vallat
2011-04-05remove the a_desc member from the vop_*_args structuresThordur I. Bjornsson
2011-04-05move forward with scsi multipathing.David Gwynne
2011-04-05Every single vop_default is set to eopnotsupp, so retire itThordur I. Bjornsson
2011-04-05Enable wide mode for PSW defaults.Joel Sing
2011-04-05Remove unused variable.Paul Irofti
2011-04-05ditch fastroute, an ipf feature that made its way into pf beforeMike Belopuhov
2011-04-05Save and restore the PSW value when making a PDC call, rather than blindlyJoel Sing
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2011-04-05add a scsi probe routine so isp(4) can reject high luns when the midlayerDavid Gwynne
2011-04-05Deep below wdc_ioc_ata_cmd() it is possible that some controller (present orTheo de Raadt
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-04-05Fix function argument list.Paul Irofti
2011-04-05 - Change pool constraints to use kmem_pa_mode instead of uvm_constraint_rangeArtur Grabowski
2011-04-05Get rid of the ATE code, and do not assume the direct DMA window is set upMiod Vallat
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