summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-11Move the P_WAITED flag from struct proc to struct process.Mark Kettenis
2012-04-11complete function name.Marc Espie
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-11tweak previous;Jason McIntyre
2012-04-11Move size == 0 check to the beginnig of copy(); ok espie@Todd C. Miller
2012-04-11When writing a file via 'C-x C-w', ask user if they want to overwrite anlum
2012-04-11In sendmsg() permit at most 10% of maxfiles to be in-flightTheo de Raadt
2012-04-11guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtractedMike Belopuhov
2012-04-11tweak previous;Jason McIntyre
2012-04-11now that sshd defaults to offering ECDSA keys, ssh-keyscan should alsoDamien Miller
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
2012-04-11don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for aDamien Miller
2012-04-11Support "none" as an argument for AuthorizedPrincipalsFile to indicateDamien Miller
2012-04-11don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for aDamien Miller
2012-04-11add -H to usage();Jason McIntyre
2012-04-11Provide __tfork_thread() for hppa64. This makes libc compile again.Joel Sing
2012-04-11libkvm: minor bumpAriane van der Steldt
2012-04-11vmmap: speed up allocationsAriane van der Steldt
2012-04-11Minor bump after my previous commit. Noticed by deraadt@.Paul Irofti
2012-04-11Add pthread barrier support.Paul Irofti
2012-04-11if we ever activate that, this may need fixingMarc Espie
2012-04-11fuss with detailsMarc Espie
2012-04-11fix install to cope with 0-sized mmap now returning EINVAL.Marc Espie
2012-04-11Minimal threads support for i386.Mark Kettenis
2012-04-11delete excessive evtimer_pending; ok claudioTheo de Raadt
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2012-04-11Do rate limiting of accept() when under pressure, like in other recentTheo de Raadt
2012-04-11accept() pacing on the control socket if E*FILE errors are returned.Claudio Jeker