summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-24Add a -u flag to choose-tree to start uncollapsed, from Raghavendra DNicholas Marriott
2012-12-24Remove an unnecessary redraw, from Raghavendra D Prabhu.Nicholas Marriott
2012-12-23%zfod was removed in -r1.24; from NaughtyJason McIntyre
2012-12-22cosmetic changes:Marc Espie
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyMarc Espie
2012-12-21the gcc bug seems to have been fixed...Theo de Raadt
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-14a few more commentsMarc Espie
2012-12-14use correct string in error message; from rustybsd at gmx.frDarren Tucker
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-12properly handle the case where a process has disappeared in between grep'ingAlexander Hall
2012-12-12use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolledChristian Weisgerber
2012-12-12reset incoming_packet buffer for each new packet in EtM-case, too;Markus Friedl
2012-12-12Don't print zero length matches in -o mode. Found by otto@ whoTodd C. Miller
2012-12-11fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@Stuart Henderson
2012-12-11add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithmsMarkus Friedl
2012-12-11drain the log messages after receiving the keystate from the unprivMarkus Friedl
2012-12-11use proper eol offset for -o matching; spotted by ajacoutot@; ok millert@Otto Moerbeek
2012-12-10Document --{exact,max}-versionJasper Lievisse Adriaanse
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
2012-12-08fix a pasto which broke (or rather, disabled) --max-versionJasper Lievisse Adriaanse
2012-12-08Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott
2012-12-08document a bit of job.cMarc Espie
2012-12-07job.h is also used for compat sequential mode.Marc Espie
2012-12-07document engine interface, remove internal function from visible interfaceMarc Espie
2012-12-07move log_level in utils.h with other logging bitsAlexandre Ratchov
2012-12-07gc dead codeMarc Espie
2012-12-07gc old defineMarc Espie
2012-12-07Cast signal to int for logging. A no-op on openbsd (they're always ints)Darren Tucker
2012-12-06missing externMarc Espie
2012-12-06... and zap redundant declaration.Marc Espie
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-12-06Fix argument order in a log statement.Nicholas Marriott
2012-12-06Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott
2012-12-06old code is gone, remove comments and prototypesMarc Espie
2012-12-06set port = NULL for new connctions, fixes crashesAlexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05prevent double-free of comment; ok djm@Markus Friedl
2012-12-05Explicitly include sys/resource.h for RLIM_INF, etc.Todd C. Miller
2012-12-04Get rid of two 10-year-old XXX comments and do check for getchar(3) returningMark Kettenis
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-12-04remove some unnecessary sys/mbuf.h inclusionsTheo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-12-03Fix hang when exiting shell in script mode. OK naddy@Todd C. Miller