summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-11-15NUL-terminate buffer in compiler_text() after realloc, not before.Todd C. Miller
2010-11-15show more of the host, but be careful not to go over 80 cols; ok krw@Otto Moerbeek
2010-11-15libary -> library;Jason McIntyre
2010-11-15Show more window and pane flags in list-* output, and put layout on theNicholas Marriott
2010-11-14scandir() does not NULL-terminate the list of dirent structs so useTodd C. Miller
2010-11-14Terminate midi thru boxes trying to drain but that have noAlexandre Ratchov
2010-11-14Update man page for update-environment.Nicholas Marriott
2010-11-14Don't allow last and active window to become the same - a very bad moveNicholas Marriott
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-11-11Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.Nicholas Marriott
2010-11-11Nuke dead assignments and a dead function, from Michael W BombardieriNicholas Marriott
2010-11-11Flag to flush all key bindings from Rob Paisley.Nicholas Marriott
2010-11-11Declaration in header should be extern.Nicholas Marriott
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2010-11-08getdirentries(2) should be avoided outside of libc so use scandir(3)Todd C. Miller
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-11-05Add experimental support for 24-bit arithmetic, meaning that fullAlexandre Ratchov
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-11-05Print relativ number of livelocks that happend between two systatClaudio Jeker
2010-11-05whitespace KNFDamien Miller
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-11-04legacy.c is not used any longerAlexandre Ratchov
2010-11-04- fix a comma oopsieJason McIntyre
2010-11-04umask should be parsed as octal. reported by candland AT xmission.com;Damien Miller
2010-11-03POSIX specifies that ctags create tags for typedefs, structs, unions,Todd C. Miller
2010-11-02exit 1 (not -1) for -q; PR 6494Theo de Raadt
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-11-01Typo, from Rob Paisley.Nicholas Marriott
2010-10-31init was passing a writable file descriptor into rcs_open which was thenNicholas Marriott
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm
2010-10-29We now send argv to the server after parsing it in the client to get theNicholas Marriott
2010-10-29Nuke some unused variables and remove an unnecessary call to dirname().Nicholas Marriott
2010-10-29soelim is no longger needed now that nroff/troff is not in baseTodd C. Miller
2010-10-29Remove colcrt and checknr. colcrt is only useful on very oldTodd C. Miller
2010-10-29some fixes from ingo regarding the recent groff removal;Jason McIntyre
2010-10-29various fixes, mostly concerning the recent groff removal,Jason McIntyre
2010-10-29Include the octet of the mode that contains the setuid/setgid/sticky bitsPhilip Guenthe
2010-10-28more roff adjustments;Jason McIntyre
2010-10-28rewrite EXAMPLES, so that it makes a bit more sense;Jason McIntyre
2010-10-28adjust text to avoid referencing non-existent pages;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28cleanup ;;Theo de Raadt
2010-10-28grammar tweak; from Michael W. BombardieriJason McIntyre
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28Fix memory leak.Tobias Stoeckmann
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
2010-10-28Font alternating blocks like .RB must not break the line between childrenIngo Schwarze