summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-11-02Do not modify ro mem and plug a mem leak. Happens when no cipherOtto Moerbeek
spec is found in login.conf. Found by Jerome Loyet. ok henning@ hshoexer@ and millert@ on an earlier version.
2004-10-31do not dupe a pagan entry hereMichael Shalayeff
2004-10-29use new buffer API to avoid fatal errors on corrupt keys in authorized_keysDamien Miller
files; ok markus@
2004-10-29introduce a new buffer API that returns an error rather than fatal()ing whenDamien Miller
presented with bad data; ok markus@
2004-10-29factor out common permission-asking code to separate function; ok markus@Damien Miller
2004-10-29fix some window size change bugs for multiplexed connections: windows sizesDamien Miller
were not being updated if they had changed after ~^Z suspends and SIGWINCH was not being processed unless the first connection had requested a tty; ok markus
2004-10-293.6 nowMichael Shalayeff
2004-10-29we have no W^X on i396, but i386 has it!Henning Brauer
2004-10-27remove newlines in errx, syslog. ok henning, hshoexer, millertJared Yanovich
2004-10-27oops! one line wrongPer Fogelstrom
2004-10-27Change how MIPS ISA level is output to be consistent with other arches.Per Fogelstrom
ok deraadt, grange and ian
2004-10-25describe R type; found by matthieu@Michael Shalayeff
2004-10-23Sparc->SPARCAlexander Yurchenko
Amd->AMD ok ian@
2004-10-20More mips executables from NetBSD.Alexander Yurchenko
ok ian@ tedu@
2004-10-20disconnect for invalid (out of range) message types.Markus Friedl
2004-10-20Change tabs in string constants to \t. "of course" deraadt@Otto Moerbeek
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek
ok deraadt@
2004-10-18Implement command line evaluation of expressions by implementing the -e option.Otto Moerbeek
ok weingart@
2004-10-17http proxy CONNECT support; ok beck@Damien Miller
2004-10-16rsh now invokes ssh, not telnet, when a commant is omitted.Todd C. Miller
2004-10-15the default route is exactly 0.0.0.0/0, and nothing else. stop ignoringHenning Brauer
the netmask, do not print a 0.0.0.0/32 route as "default"; it is not. neither is 0.0.0.0/24.
2004-10-14repair canadian thanksgiving and remembrance date per 1957th's proclamation.Michael Shalayeff
originally on april 15 1872: to celebrate the recovery of The Prince of Wales (later King Edward VII) from a serious illness.
2004-10-14remove spurious version number referenceJared Yanovich
problem reported by ray cyth net ok millert
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
diff between /etc/passwd in 6th and 7th was the crypt() algorithm used and we no longer put encrypted passwords in /etc/passwd. From Matthew Gregan; OK otto@
2004-10-11a few more xrefsMichael Shalayeff
2004-10-11add rcisd[]Michael Shalayeff
2004-10-10now that no cpu assumptions are left in -- remove the cross-glueMichael Shalayeff
2004-10-10parse the cpu-specific ids based on the e_machineMichael Shalayeff
2004-10-10use err/warn and __prognameMichael Shalayeff
2004-10-10use err/warnMichael Shalayeff
2004-10-10make err msg more like the othersMichael Shalayeff
2004-10-10use err/warnMichael Shalayeff
2004-10-09My MMAP/MUNMAP macros are too simple to copyright so place this in theTodd C. Miller
public domain. OK mickey@
2004-10-09s/fix_long_order/fix_32_orderMichael Shalayeff
2004-10-09move out elf code into elf.c and generate 32 and 64 versions of it;Michael Shalayeff
allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;) tested on hppa-sparc64-i386-vax intermixen
2004-10-09factor out code for mapping section index into nlist typeMichael Shalayeff
2004-10-08xref yacc psd. ok millert@Otto Moerbeek
2004-10-07don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.netDamien Miller
ok markus@
2004-10-07document KbdInteractiveDevices; ok markus@Damien Miller
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
From Patrick Latifi. ok deraadt@ millert@
2004-10-05fix an overflow in the handling of -SJared Yanovich
ok millert
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04remove some incorrect apostrophes, and make the text referring toJason McIntyre
re_format.7 slightly more consistent w/ other pages;
2004-10-04remove the section on extended regular expressions, and pointJason McIntyre
people instead to re_format.7: there is now a list of EREs there;
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-10-03Remove block based mmap optimization. There are newline problemsOtto Moerbeek
(PR 3940, 3941) which can be fixed, but if a match starts at the end of a block and continues into the next block, no match will be found. Measurements by millert@ showed that the improvements of this optimization are non-measurable anyway. Diff from Alexander Taler. ok millert@
2004-10-02Keep calling getdirentries() until we no longer fill up our buffer.Todd C. Miller
2004-10-02ftello and fseek ok and such, ok ottoTheo de Raadt
2004-10-01No deletions unless initially agreed upon or with a very good reason;Miod Vallat
by popular demand; henning loses 7.5 karma points.