summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-12regress tests for moe gm4 compatMarc Espie
2012-04-12alloca.c cannot be usedTheo de Raadt
2012-04-12alloca is NOT machine dependent; it has exactly the sameTheo de Raadt
2012-04-12Since threads are becoming more common, this "work around theTheo de Raadt
2012-04-12rfork cleanupPhilip Guenthe
2012-04-12syncTheo de Raadt
2012-04-12Remove dead UBC codeAriane van der Steldt
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-04-12hibernate: fix lock/unlock mismatchAriane van der Steldt
2012-04-12If the "main" thread exits it stays around but unlinks itself from theMark Kettenis
2012-04-12Clarify thread-localness in the wake of rfork's removalPhilip Guenthe
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12rfork RIPPhilip Guenthe
2012-04-12mmap(2) updatedAriane van der Steldt
2012-04-12Don't munge PID and TID together, since the way GDB displays them isn't veryMark Kettenis
2012-04-12syncTheo de Raadt
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12Revert change not intended to be committed.Kurt Miller
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
2012-04-12PT_GETXMMREGS and PT_SETXMMREGS can take a TID.Mark Kettenis
2012-04-12uvm: keep track of maxrssAriane van der Steldt
2012-04-12tedu(tm) pcc.Paul Irofti
2012-04-12crank major for sh gcc4 switchJonathan Gray
2012-04-12the fpu control symbol on sh (__fpscr_values) suddenly becomes localJonathan Gray
2012-04-12move sh to gcc4Jonathan Gray
2012-04-12prototype getdtablecount()Theo de Raadt
2012-04-12backout gcc revision 112331 "optimized integer divide for SH4"Jonathan Gray
2012-04-12syncTheo de Raadt
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12syncTheo de Raadt
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-04-12dup() was calling fd_used() twice for the new file descriptor. SeperateTheo de Raadt
2012-04-12move accounting flags to struct process; idea and ok guentherMike Belopuhov
2012-04-12document getdelim() and getline(), and a grammar fix whilst here;Jason McIntyre
2012-04-12Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2012-04-12mention AuthorizedPrincipalsFile=none defaultDamien Miller
2012-04-12VersionAddendum option to allow server operators to append some arbitraryDamien Miller
2012-04-11In the "reply" code path, lock the socket while invoking theAlexandre Ratchov
2012-04-11flush the log and abort() if we try to destroy a NULL aprocAlexandre Ratchov
2012-04-11Recommend using "unsigned int" instead of just "unsigned".Alexandre Ratchov
2012-04-11fix SEE ALSO;Jason McIntyre
2012-04-11Add a simple barrier regression test.Paul Irofti
2012-04-11Mark outermost frame such that backtraces in thread terminate atMark Kettenis
2012-04-11make has had heuristics to avoid parallel make recursion.Marc Espie
2012-04-11Add:lum
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2012-04-11Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-04-11Mention and link the pthread barrier functions. Okay jmc@.Paul Irofti
2012-04-11tedu struct omsghdrTheo de Raadt