Age | Commit message (Expand) | Author |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini |
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt |
2010-05-29 | repair a format-string call to setproctitle() (in a different way from | Theo de Raadt |
2010-05-29 | subsitution -> substitution; | Jason McIntyre |
2010-05-29 | As noted by art, two processes with the same pid would be bad. Grab | Philip Guenthe |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-28 | Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary | Philip Guenthe |
2010-05-28 | tweak previous; | Jason McIntyre |
2010-05-28 | Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational | Claudio Jeker |
2010-05-28 | Add mpls/-mpls commands to enable MPLS label switching on an interface. | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-28 | Add missing initialization. | Mark Kettenis |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2010-05-28 | typo; Ian McWilliam | Stuart Henderson |
2010-05-27 | "Pa Ar" produces wonky output, and makes no sense; | Jason McIntyre |
2010-05-27 | Switch the signal status "percent" sensor, which is currently | Stuart Henderson |
2010-05-27 | when a rule has two conditions (ie: accept for { domain foo, domain bar } ) | Gilles Chehade |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing |
2010-05-27 | struct opt as not used anywhere else, kill it, we can reintroduce it later | Gilles Chehade |
2010-05-27 | kill struct opt from struct rule, we don't use it, we don't need it | Gilles Chehade |
2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent | Mark Kettenis |
2010-05-27 | include stdint.h | Alexandre Ratchov |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
2010-05-26 | sync | Theo de Raadt |
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 |