summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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.
2004-10-01optimism in man kind does not belong hereHenning Brauer
(and kill a few boring ones)
2004-10-01add the time for that thing...Michael Shalayeff
2004-09-29always compile in INET6 supportTheo de Raadt
2004-09-29<deraadt> A burp means less gas later.Henning Brauer
2004-09-29Add the `user' and `group' keyword examplesJean-Francois Brousseau
2004-09-28when stdin is searched, -L and -l print `(standard input)', not `-';Jason McIntyre
from alexander taler (pr #3937);
2004-09-28various fixes to make this page a bit clearer and hopefully a bitJason McIntyre
more helpful; this includes some ideas/fixes from otto and jared;
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2004-09-27cvsd_recvmsg() is supposed to return 1 when a message has been read.Jean-Francois Brousseau
2004-09-27Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)Jean-Francois Brousseau
2004-09-27Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta()Jean-Francois Brousseau
didn't free the RCSNUMs associated with the delta version and next one