Age | Commit message (Expand) | Author |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-06 | Local variables storing integer values and printed with %d should be | Miod Vallat |
2011-04-06 | POOL_DEBUG has nothing to do with portalfs | Theo de Raadt |
2011-04-06 | tweak previous; | Jason McIntyre |
2011-04-06 | Remove leading/trailing spaces from daemon_flags. | Antoine Jacoutot |
2011-04-06 | make crypto work with bigmem | Marco Peereboom |
2011-04-06 | fix some spaces while looking for bigmem shiz | Marco Peereboom |
2011-04-06 | make rebuild also work in bigmem | Marco Peereboom |
2011-04-06 | handle bigmem for metadata reads and writes. this should be pre allocated | Marco Peereboom |
2011-04-05 | sync | Theo de Raadt |
2011-04-05 | Unify header sentinel names. | Paul Irofti |
2011-04-05 | do inquiries against dmaable memory while probing devices. | David Gwynne |
2011-04-05 | pull the dmamam wrapper in from all my other drivers and use it to replace | David Gwynne |
2011-04-05 | Test iterated variable instead of a temporary variable from the previous | Ariane van der Steldt |
2011-04-05 | On .de macro lines, after the new macro name, space and tab are equivalent. | Ingo Schwarze |
2011-04-05 | Move timespec utility functions to a header file. | Paul Irofti |
2011-04-05 | add a man page for dma_alloc(9) | Theo de Raadt |
2011-04-05 | fix nasty buffer cache bug where we could forget about pages shrunk off of a | Bob Beck |
2011-04-05 | Add support for per-rthread base-offset for the %fs selector on amd64. | Philip Guenthe |
2011-04-05 | binary vs logical or, found by clang | Jonathan Gray |
2011-04-05 | in pf_check_proto_cksum, consider packets with the CSUM_OUT flags set | Henning Brauer |
2011-04-05 | in_proto_csum_out: if M_ICMP_CSUM_OUT is set, do the icmp checksum | Henning Brauer |
2011-04-05 | define M_ICMP_CSUM_{OUT,OK,BAD} for consistency with tcp and udp | Henning Brauer |
2011-04-05 | We only use the io space in em_reset_hw() on a few MAC types | Jonathan Gray |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-05 | Iopoolification. Testing by marco@. | Kenneth R Westerback |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-04-05 | regen | Miod Vallat |
2011-04-05 | Icelandic keyboard mapping. Commited from an Icelandic keyboard. | Miod Vallat |
2011-04-05 | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2011-04-05 | Allow GCC2 to be used as a cross compiler from amd64 (can build m68k and sparc | Dale Rahn |
2011-04-05 | Move session related code into session.c. | Claudio Jeker |
2011-04-05 | Replace if/else ladder with much more legible switch statement for | Bret Lambert |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-05 | Provide macros for ssm/rsm. | Joel Sing |
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 |