summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-04-17Make it optional for kvm_getprocs() (and related sysctl) to returnPaul Irofti
2012-04-17this error message was impossible to understand without the source code.Marc Espie
2012-04-15Move the check for a <0 number of process display_lines to a better place.lum
2012-04-15Call this mandoc 1.12.1.Ingo Schwarze
2012-04-15Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@.Ingo Schwarze
2012-04-15* Use NULL instead of 0 for pointersCharles Longeau
2012-04-15Simplify by not pre-filtering the result vector for satisfied matches:Ingo Schwarze
2012-04-15Handle multi-line NAME sections in man(7); from kristaps@.Ingo Schwarze
2012-04-15Two bugfixes regarding the -width and -offset macro arguments:Ingo Schwarze
2012-04-14glue and manpage, which I forgot aboutMarc Espie
2012-04-14minor update to 3.7.12.1Marc Espie
2012-04-14sqlite3 shell, vendor 3.7.11Marc Espie
2012-04-13Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).Christiano F. Haesbaert
2012-04-13Don't try to mmap a 0-length file.Antoine Jacoutot
2012-04-12new m4 -g stuff:Marc Espie
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12tedu(tm) pcc.Paul Irofti
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-11make has had heuristics to avoid parallel make recursion.Marc Espie
2012-04-11Add:lum
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-11guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtractedMike Belopuhov
2012-04-11now that sshd defaults to offering ECDSA keys, ssh-keyscan should alsoDamien Miller
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-11fix install to cope with 0-sized mmap now returning EINVAL.Marc Espie
2012-04-11Silence gcc warnings.Antoine Jacoutot
2012-04-11Turn automatic-rename off properly if turned off by renaming aNicholas Marriott
2012-04-11Stop accepting new clients for 1 second on EMFILE/ENFILE. Based onNicholas Marriott
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-04-10Add a start record to the ktrace and use a special magic string "KTR"Mike Belopuhov
2012-04-10Don't try to mmap a zero length file, from NetBSD.Antoine Jacoutot
2012-04-10remove unused variable.Charles Longeau
2012-04-08no more lint;Jason McIntyre
2012-04-08tedu lintJonathan Gray
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
2012-04-08Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott
2012-04-07Rate-limit accepting of new connections while we are experiencing fdChristiano F. Haesbaert
2012-04-04tweak previous; ok ratchovJason McIntyre
2012-04-04Add a simple and clear (hopefully) description of what sndiod does.Alexandre Ratchov
2012-04-04Fix memory leak in the error handling code path of failed deviceAlexandre Ratchov
2012-04-01Fix comment for mouse bits.Nicholas Marriott