Age | Commit message (Expand) | Author |
2010-05-26 | If the stack size attribute isn't larger than the guard-page size | Philip Guenthe |
2010-05-26 | imsg stuff now in libutil; | Jason McIntyre |
2010-05-26 | No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h> | Todd C. Miller |
2010-05-26 | sync | Theo de Raadt |
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt |
2010-05-26 | - no need for a separate mpii_minphys; | Marco Peereboom |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-26 | rename intvec.s to locore.S, and add the guts of locore.C to machdep.c | Theo de Raadt |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-26 | Fallout from the proc.h include cleanup: proc.h must be included before | Philip Guenthe |
2010-05-26 | Bad tedu, no cookie. | Owain Ainsworth |
2010-05-26 | Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABI | Mark Kettenis |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | David Gwynne |
2010-05-26 | make gcc4 lib sprintf/strcpy free. | Marc Espie |
2010-05-26 | oops - forgot to check for trailing whitespace; | Jason McIntyre |
2010-05-26 | reword the 'D' dump bit to make it clear that the malloc.out file needs | Thordur I. Bjornsson |
2010-05-26 | PAGEFASTRECYCLE does not exist as an option after uvm_pmemrange; it is | Theo de Raadt |
2010-05-26 | sync manuals | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-05-25 | eh.S includes eh_common.S to make eh.o; fix this dependency | Theo de Raadt |
2010-05-25 | no Pp before/after Sh/Ss; | Jason McIntyre |
2010-05-25 | Make sure that we really mark the FPU registers clean. | Mark Kettenis |
2010-05-25 | Don't die if the client has been detached when the job finishes, just | Nicholas Marriott |
2010-05-25 | Actively remove processes from the runqueues of a CPU when we stop it. | Mark Kettenis |
2010-05-25 | Fix an out-of-date comment. | Nicholas Marriott |
2010-05-25 | use opendev(), as requested in 6373. document this using text borrowed from | Theo de Raadt |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
2010-05-25 | The logic in this function is a little tricky (though correct). | Owain Ainsworth |
2010-05-25 | Having just calculated which sequence number we wish to wait for (so | Owain Ainsworth |
2010-05-25 | Initialise "last" pointer in node class constructor, fixes crashes with | Nicholas Marriott |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt |
2010-05-25 | rename struct drm_i915_private to struct inteldrm_softc, to be more in | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-25 | Fix previous. s/sfs->f_typename/bfs->fs_typename and | Thordur I. Bjornsson |
2010-05-25 | Use token paste operator to avoid nested __CONCAT() macros. This allows | Joel Sing |
2010-05-25 | Zero out svr4_statvfs and svr4_statvfs64 before using and copy the | Todd C. Miller |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | got the arch wrong | Theo de Raadt |
2010-05-25 | Ugh. Remove name2id.c for real now. | Claudio Jeker |
2010-05-25 | Remove another leftover from ospfd. ldpd does not have a concept of ext_tag | Claudio Jeker |
2010-05-25 | Add ldp (port 646) to services. Needs both udp and tcp. | Claudio Jeker |
2010-05-25 | libfrtbegin and libg2c are no longer in base; | Jason McIntyre |
2010-05-25 | Enable -fstack-protector by default. | Robert Nagy |
2010-05-25 | Implement the missing label map recv functions and cleanup the other recv | Claudio Jeker |
2010-05-25 | Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT. | Claudio Jeker |
2010-05-25 | Kill a bogus bzero() and introduce an empty lde_check_release(). | Claudio Jeker |
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker |
2010-05-25 | tweak previous; | Jason McIntyre |