Age | Commit message (Expand) | Author |
2011-07-08 | early daemons fit on a line | Theo de Raadt |
2011-07-08 | Add regress tests for 'prio' keyword. | Ryan Thomas McBride |
2011-07-08 | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott |
2011-07-08 | move the pflog0 setup to the pflogd script and only | Robert Nagy |
2011-07-08 | Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries. | Dale Rahn |
2011-07-08 | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | Marco Pfatschbacher |
2011-07-08 | Add F_DUPFD_CLOEXEC. | Matthew Dempsky |
2011-07-08 | Remove useless labels from copyin and copyout. | Paul Irofti |
2011-07-08 | no reason to zero pages we are about to mark dirty | Ariane van der Steldt |
2011-07-08 | Ensure all pages in pmemrange can be marked as dirty. | Ariane van der Steldt |
2011-07-08 | unlink compat_aout, spotted by jmc | Ted Unangst |
2011-07-08 | Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore. | Theo de Raadt |
2011-07-08 | zap trailing whitespace; | Jason McIntyre |
2011-07-08 | add -r to SYNOPSIS; | Jason McIntyre |
2011-07-08 | Sort RC_DAEMONS. | Antoine Jacoutot |
2011-07-08 | Only compile hibernate_machdep if option hibernate is set. | Ariane van der Steldt |
2011-07-08 | Ack, my last change used size_t for file offsets, but size_t is only | Matthew Dempsky |
2011-07-08 | surround splice structure with __BSD_VISIBLE (the right one, noticed by | Mike Belopuhov |
2011-07-08 | Pull libm for fabs. | Martynas Venckus |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-08 | Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical. | YASUOKA Masahiko |
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | ext2fs is not really the most common linux filesystem. | Ted Unangst |
2011-07-08 | Add support for tgmath--the type-generic math; now that both math | Martynas Venckus |
2011-07-08 | sync | Theo de Raadt |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-08 | COMPAT_43 does not do all it used to. COMPAT_AOUT is wholly useless. | Ted Unangst |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-08 | down to one compat option... | Ted Unangst |
2011-07-08 | regen syscalls | Ted Unangst |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | mark carp advertisements to be queued at priority 6. losing them is bad, | Henning Brauer |
2011-07-08 | keep the fdplock around copyout in pipe. ok matthew | Ted Unangst |
2011-07-08 | xl(4) now supports WoL. | Stefan Sperling |
2011-07-08 | add license, ok ajacoutot@, deraadt@ | Robert Nagy |
2011-07-08 | - pretend we're 0.26. there were no changes in 0.26 that | Jasper Lievisse Adriaanse |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-08 | allow rules to specify "prio X" or "prio (X, Y)" to assign priority levels | Henning Brauer |
2011-07-08 | surprisingly, we use pf as classifier for the new priority queueing | Henning Brauer |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-08 | this also must be included my previous commit. sorry. | YASUOKA Masahiko |
2011-07-08 | this must be included my previous commit. | YASUOKA Masahiko |
2011-07-08 | Don't compile hibernate support unless it is enabled by a config option. | Ariane van der Steldt |
2011-07-08 | Put in RLE logic for hibernate compressor. | Ariane van der Steldt |
2011-07-08 | Change pig allocator to a highest-address selection. | Ariane van der Steldt |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-08 | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_zero_everything() to subr_hibernate. | Ariane van der Steldt |