Age | Commit message (Expand) | Author |
2011-04-05 | Fix the previous commit: define ___cerror, no __cerror | Philip Guenthe |
2011-04-05 | Implement syscall_return. | Joel Sing |
2011-04-05 | handle ACK prioritization for v6, ok henning@ | Stuart Henderson |
2011-04-05 | Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled | Joel Sing |
2011-04-05 | Regenerate -- linux_sys_set_tid_address(). | Paul Irofti |
2011-04-05 | Add set_tid_address() syscall. Lots of help from and okay guenther@. | Paul Irofti |
2011-04-05 | Bye bye, kern.emul.freebsd | Philip Guenthe |
2011-04-05 | Fix PID fetching -- noticed last night by guenther@. | Paul Irofti |
2011-04-05 | Fix logic bug in debug code and enable spllower()/splraise(). | Joel Sing |
2011-04-05 | provide VSCSI_STAT_RESET so userland can tell us that the connection to | David Gwynne |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2011-04-05 | Remove unused macro. | Bret Lambert |
2011-04-05 | the tree builds better when you don't use PF_FASTROUTE | Stuart Henderson |
2011-04-05 | hid_locate() is supposed to accept the last two arguments being NULL, so | Miod Vallat |
2011-04-05 | Iopoolification to eliminate another few instances of the current | Kenneth R Westerback |
2011-04-05 | Rename a few xbow global variable names to make them less ambiguous. | Miod Vallat |
2011-04-05 | remove the a_desc member from the vop_*_args structures | Thordur I. Bjornsson |
2011-04-05 | move forward with scsi multipathing. | David Gwynne |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2011-04-05 | Enable wide mode for PSW defaults. | Joel Sing |
2011-04-05 | remove mention of fastroute here as well | Jonathan Gray |
2011-04-05 | Handle a daemon_flags of '-n' by using printf '%s\n' instead of echo | Philip Guenthe |
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 | sync | Theo de Raadt |
2011-04-05 | Arguments to m_dup_pkthdr() have changed; sync man page with reality. | Bret Lambert |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-05 | Quote $daemon_flags to prevent echo(1) picking them as input flags. | Antoine Jacoutot |
2011-04-05 | Add support to display numbers with thousands separators | Marco Pfatschbacher |
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-05 | Log the SessionName so that it is possible to understand which session | Claudio Jeker |
2011-04-05 | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | Matthew Dempsky |
2011-04-04 | Fix function argument list -- 1989 is long gone! | Paul Irofti |
2011-04-04 | previous commit introduced a crash: the removed strtol was being used to | Damien Miller |
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 |