summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-25Don't die if the client has been detached when the job finishes, justNicholas Marriott
2010-05-25Actively remove processes from the runqueues of a CPU when we stop it.Mark Kettenis
2010-05-25Fix an out-of-date comment.Nicholas Marriott
2010-05-25use opendev(), as requested in 6373. document this using text borrowed fromTheo de Raadt
2010-05-25match usage to the manual page, and borrow the description of 'disk'Theo de Raadt
2010-05-25The logic in this function is a little tricky (though correct).Owain Ainsworth
2010-05-25Having just calculated which sequence number we wish to wait for (soOwain Ainsworth
2010-05-25Initialise "last" pointer in node class constructor, fixes crashes withNicholas Marriott
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25rename struct drm_i915_private to struct inteldrm_softc, to be more inOwain Ainsworth
2010-05-25Remove the DRI1 code paths from inteldrm as promised two weeks ago.Owain Ainsworth
2010-05-25Fix previous. s/sfs->f_typename/bfs->fs_typename andThordur I. Bjornsson
2010-05-25Use token paste operator to avoid nested __CONCAT() macros. This allowsJoel Sing
2010-05-25Zero out svr4_statvfs and svr4_statvfs64 before using and copy theTodd C. Miller
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25got the arch wrongTheo de Raadt
2010-05-25Ugh. Remove name2id.c for real now.Claudio Jeker
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-25Add ldp (port 646) to services. Needs both udp and tcp.Claudio Jeker
2010-05-25libfrtbegin and libg2c are no longer in base;Jason McIntyre
2010-05-25Enable -fstack-protector by default.Robert Nagy
2010-05-25Implement the missing label map recv functions and cleanup the other recvClaudio Jeker
2010-05-25Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.Claudio Jeker
2010-05-25Kill a bogus bzero() and introduce an empty lde_check_release().Claudio Jeker
2010-05-25I removed code in the last commit that is needed. Allocate rbuf now byClaudio Jeker
2010-05-25tweak previous;Jason McIntyre