]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Pass as argv[0] the name of the shell executed instead of "sh".
[FreeBSD/FreeBSD.git] / usr.bin /
1999-08-11 sheldonhPass as argv[0] the name of the shell executed instead...
1999-08-11 nikDocument the use of the -a flag in conjunction with...
1999-08-11 chrisDocument ${VPATH} and that it _should_not_ be used...
1999-08-10 desTeach truss to print symbolic signal names (e.g. SIGHUP...
1999-08-08 obrienRemove f2c as its libraries were tossed last April...
1999-08-06 sheldonhFix integer overflow for files containing more than...
1999-08-05 desAdd access(2) to the list of recognized syscalls.
1999-08-01 nikRichard the Lionheart was crowned on 3rd September...
1999-07-31 hoekAdd a -E flag, similar to -e (overide variables from...
1999-07-31 hoekPrint an error message on illegal numerical arguments.
1999-07-31 hoekWhen printing an error message after command execution...
1999-07-30 nikReflect the change from the /etc/weekly to /etc/periodi...
1999-07-30 obrienRevert the past 3 commits to what should have been...
1999-07-30 desHyphens are not legal characters in a C identifier.
1999-07-30 hoekEven better fix for last commit: rename rcsid[] to...
1999-07-30 hoekDon't output rcsid into the output parser. It may...
1999-07-30 desShow dirty buffers and the percentage of time a disk...
1999-07-30 obrienOnly output `rcsid' (set to our Id string) into the...
1999-07-29 greenFix improper mmap length paramater which can result...
1999-07-29 sheldonhAllow comments and blank lines as advertised in passwd(5).
1999-07-29 obrienFollow the directions in the comments and add our Id...
1999-07-29 obrienCheck that user supplied the required argument; and...
1999-07-29 obrien* Don't assume realloc() can take NULL as first arg...
1999-07-29 obrienYYRECOVERING(), not YYRECOVERING.
1999-07-29 obrienAdd support for Bison's "%expect <int>" directive.
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 greenNew w ability: you can list multiple users on the comma...
1999-07-27 greenThis covers the previous version, since a null commit...
1999-07-26 green*** empty log message ***
1999-07-26 n_hibmaConvert interrupt count from signed to unsigned and...
1999-07-24 mjacobApply suggested patch- seems reasonable.
1999-07-24 n_hibmaCorrect a typo (22th -> 22nd)
1999-07-23 hoekRegenerate to match changes made in the embedded yacc...
1999-07-23 hoekRegenerate this file. This fixes a y2k bogon. As...
1999-07-22 sheldonhDon't dump core for a known, documented bug.
1999-07-22 sheldonhImprove printf(3) conversion specifier parsing so that...
1999-07-22 wesVastly improve the speed of the file command by making
1999-07-19 nikDocument the "skey" command in telnet(1).
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-17 jdpAdd braces to appease the egcs -Wall mom.
1999-07-17 jdpMake gcore work again. It was broken by a format chang...
1999-07-17 bdeDecode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.
1999-07-16 simokawaEnable gprof on alpha.
1999-07-12 nikAdd $Id$, to make it simpler for members of the transla...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-07 cracauerBreak lines to be < 80 chars. This has been done only...
1999-07-07 impPer requests from the community, commit rudimentary...
1999-07-06 desUse -finet option to netstat(1), and don't discard...
1999-07-06 desDon't truncate port numbers.
1999-07-06 cracauerUpdate to new struct sigcontext after SA_SIGINFO changes
1999-07-04 billfClean up some ambiguous nested if/elses.
1999-07-03 dtDon't ignore weak symbols.
1999-07-03 desReverse the FTP_PASSIVE_MODE check, so it checks for...
1999-07-02 billfRemove unused variable.
1999-07-02 billfAdd braces to avoid ambigious else.
1999-07-02 ruo use getprotobynumber(3) instead of hardcoded protocol...
1999-07-02 bdeActually fixed ambiguous else. The previous revision...
1999-07-02 green"transfered" -> "transferred"
1999-07-01 billfFix ambigious else.
1999-07-01 ruDocument that FTP_PASSIVE_MODE should be explicitly
1999-07-01 billf(1) Don't perror() when at.deny doesn't exist, that...
1999-06-30 krisretreived -> retrieved
1999-06-26 bdeDecode all currently supported values of the ptrace...
1999-06-25 billfMake a reference to rtprio, which will definatly be...
1999-06-25 ru- add "-s src_addr" option to allow setting of the...
1999-06-24 impDon't add '?' to getopt's options.
1999-06-24 mppSome man page cleanup. Make the NAME and SYNOPSIS...
1999-06-24 mppAdd the 'reset' command to the NAME section.
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-23 sheldonhAdd a messy example of how to get debug-mode error...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-21 hoekDon't strip trailing .suffixes from filenames. Althoug...
1999-06-21 sheldonhAdd missing argument to synopsis.
1999-06-21 greenThis fixes the problem of cancelling an FTP transfer...
1999-06-18 sheldonhPostpone call to usage() until after all options are...
1999-06-17 sheldonhPlease forgive me, it's my first day on the block....
1999-06-17 sheldonhNull commit to reflect that the previous commit added...
1999-06-17 sheldonh* Add a command-line option to enable debugging mode...
1999-06-17 ruAdd "-N" option to the SYNOPSIS and usage().
1999-06-16 dtSyscall arguments are now properly aligned. Print them...
1999-06-16 ruAdd "-s src_addr" option to allow setting of the source...
1999-06-15 mppCorrectly document the two different object file format...
1999-06-14 ruIt was possible to circumvent telnet's security ``...
1999-06-14 n_hibmaMan pages for top refer to only 2.x, but not to 3.x...
1999-06-08 foxfairChange locale name of Traditional Chinese : zh_TW.BIG5...
1999-06-07 desSeparate the pftp and FTP_PASSIVE_MODE tests so gate...
1999-06-06 krisCorrect description of -c and -w options
1999-06-06 krisThe -perm option takes argument [-]mode, not [-mode]
1999-06-05 hoek- When trying to decide if $EDITOR == "vi", match again...
1999-06-05 ruFix a width.
1999-06-05 julianSupport the IANA definition of Shift Jis nameley ja_JP...
1999-06-04 hoekNo, the space required for a string is strlen() _plus_...
1999-06-03 rugetvfsbyname() returns zero on success.
1999-06-02 hoekDon't print backspaces in first column since they backu...
1999-06-01 hoekGrok gtags too.
1999-05-30 hoekGeneral code cleanup [incomplete]. Make the arrow...
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
next