summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-29restore a line that was removed by blambert@ along with MCHTYPE.Damien Bergamini
2010-05-29merge subr.s into locore.S, which requires a fairly complicated danceTheo de Raadt
2010-05-29repair a format-string call to setproctitle() (in a different way fromTheo de Raadt
2010-05-29subsitution -> substitution;Jason McIntyre
2010-05-29As noted by art, two processes with the same pid would be bad. GrabPhilip Guenthe
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-28Delete a fallback definition for CPU_INFO_UNIT that's both unnecessaryPhilip Guenthe
2010-05-28tweak previous;Jason McIntyre
2010-05-28Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operationalClaudio Jeker
2010-05-28Add mpls/-mpls commands to enable MPLS label switching on an interface.Claudio Jeker
2010-05-28Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS intoClaudio Jeker
2010-05-28Add missing initialization.Mark Kettenis
2010-05-28Make sure the temporary buffer used to generate tcp options is properlyMark Kettenis
2010-05-28typo; Ian McWilliamStuart Henderson
2010-05-27"Pa Ar" produces wonky output, and makes no sense;Jason McIntyre
2010-05-27Switch the signal status "percent" sensor, which is currentlyStuart Henderson
2010-05-27when a rule has two conditions (ie: accept for { domain foo, domain bar } )Gilles Chehade
2010-05-27Add missing license (amd, mit/x11)Owain Ainsworth
2010-05-27We no longer need -traditional-cpp for hppa.Joel Sing
2010-05-27Generate exported names using token pasting rather than a macro. OtherwiseJoel Sing
2010-05-27struct opt as not used anywhere else, kill it, we can reintroduce it laterGilles Chehade
2010-05-27kill struct opt from struct rule, we don't use it, we don't need itGilles Chehade
2010-05-27Synchronize caches after modifying the data words in the PLT stub to preventMark Kettenis
2010-05-27include stdint.hAlexandre Ratchov
2010-05-26add a new getparam member to get the contents of scratch register 3 (theOwain Ainsworth
2010-05-26syncTheo de Raadt
2010-05-26If the stack size attribute isn't larger than the guard-page sizePhilip Guenthe
2010-05-26imsg stuff now in libutil;Jason McIntyre
2010-05-26No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h>Todd C. Miller
2010-05-26syncTheo de Raadt
2010-05-26libevent has named two of it's new macros by the same name as our kernelTheo de Raadt
2010-05-26- no need for a separate mpii_minphys;Marco Peereboom
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Trying this again. Mixing anoncvs with cvs is _not_ a good idea.Thordur I. Bjornsson
2010-05-26rename intvec.s to locore.S, and add the guts of locore.C to machdep.cTheo de Raadt
2010-05-26Reintroduce bufqs. A few changes since it was backed out after some goodThordur I. Bjornsson
2010-05-26Fallout from the proc.h include cleanup: proc.h must be included beforePhilip Guenthe
2010-05-26Bad tedu, no cookie.Owain Ainsworth
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-26the addr field in read cap 16 is 8 bytes, not 4. pity, i had really bigDavid Gwynne
2010-05-26make gcc4 lib sprintf/strcpy free.Marc Espie
2010-05-26oops - forgot to check for trailing whitespace;Jason McIntyre
2010-05-26reword the 'D' dump bit to make it clear that the malloc.out file needsThordur I. Bjornsson
2010-05-26PAGEFASTRECYCLE does not exist as an option after uvm_pmemrange; it isTheo de Raadt
2010-05-26sync manualsIngo Schwarze
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-25eh.S includes eh_common.S to make eh.o; fix this dependencyTheo de Raadt
2010-05-25no Pp before/after Sh/Ss;Jason McIntyre
2010-05-25Make sure that we really mark the FPU registers clean.Mark Kettenis