Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}. | jilles | 2010-03-07 | 2 | -0/+118 |
| | | | | | | These expansions, which were already in the Bourne shell, work correctly for the most part. The testcases are only about the parts that already work correctly. | ||||
* | sh: Add various testcases for here documents. | jilles | 2010-03-07 | 1 | -0/+85 |
| | | | | | | They are mainly about expansions in here documents but because all the testcases are in $() command substitution, we also test that $() command substitution is recursively parsed (or very close to it). | ||||
* | sh: Make sure to popredir() even if a function caused an error. | jilles | 2010-03-06 | 1 | -0/+14 |
| | |||||
* | sh: Make sure to popredir() even if a special builtin caused an error. | jilles | 2010-03-06 | 1 | -0/+14 |
| | |||||
* | sh: Improve the command builtin: | jilles | 2010-03-06 | 3 | -0/+154 |
| | | | | | | | | * avoid unnecessary fork * allow executing builtins via command * executing a special builtin via command removes its special properties Obtained from: NetBSD (parts) | ||||
* | - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. | jh | 2010-03-05 | 8 | -1/+40 |
| | | | | | | | | | | snprintf(3) doesn't set errno in the tested cases. - If the same argument reference (for example %1) was specified more than once, the command didn't necessarily fit to the final command buffer. Fix this using a dynamic sbuf buffer. Add a few regression tests for the case. PR: bin/95079 No objections: freebsd-hackers | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 3 | -21/+0 |
| | | | | | | their software. Obtained from: NetBSD | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 24 | -168/+0 |
| | | | | | | their software. Obtained from: NetBSD | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 1 | -7/+0 |
| | | | | | | their software. Obtained from: NetBSD | ||||
* | Always assign WARNS using ?= | uqs | 2010-03-02 | 12 | -15/+13 |
| | | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor) | ||||
* | Add files to remove when MK_PPP=no. | antoine | 2010-02-28 | 1 | -0/+8 |
| | |||||
* | Add files to remove when MK_PORTSNAP=no. | antoine | 2010-02-28 | 1 | -0/+9 |
| | |||||
* | Add files to remove when MK_PKGTOOLS=no. | antoine | 2010-02-28 | 1 | -0/+16 |
| | |||||
* | Add files to remove when MK_PF=no. | antoine | 2010-02-28 | 1 | -3/+28 |
| | |||||
* | Add files to remove when MK_NTP=no. | antoine | 2010-02-28 | 1 | -0/+87 |
| | |||||
* | Update files to remove when MK_RCMDS=no. | antoine | 2010-02-28 | 1 | -0/+8 |
| | |||||
* | Add files to remove when MK_RCS=no. | antoine | 2010-02-28 | 1 | -3/+24 |
| | |||||
* | Add files to remove when MK_ROUTED=no. | antoine | 2010-02-28 | 1 | -0/+7 |
| | |||||
* | Add files to remove when MK_TELNET=no. | antoine | 2010-02-28 | 1 | -0/+7 |
| | |||||
* | Add files to remove when MK_NDIS=no. | antoine | 2010-02-28 | 1 | -0/+8 |
| | |||||
* | Update files to remove when MK_NCP=no. | antoine | 2010-02-28 | 1 | -2/+2 |
| | |||||
* | Update files to remove when MK_LPR=no. | antoine | 2010-02-28 | 1 | -0/+4 |
| | |||||
* | Add files to remove when MK_WIRELESS=no. | antoine | 2010-02-28 | 1 | -0/+29 |
| | |||||
* | Do not remove fmt.1 when MK_MAIL=no. | antoine | 2010-02-26 | 1 | -1/+0 |
| | | | | X-MFC-With: r203584 | ||||
* | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 26 | -29/+37 |
| | |||||
* | Moved mcgrab(1) into a separate directory -- our .mk infrastructure | ru | 2010-02-25 | 5 | -40/+55 |
| | | | | | | | doesn't currently have support for building multiple programs in a single makefile. While here, fixed manpages and makefiles (missing dependencies). | ||||
* | Update the sendfile regression test so that it outputs results in the | brucec | 2010-02-24 | 2 | -169/+242 |
| | | | | | | | | TAP format. Add a checksum to verify that the data hasn't been corrupted between being read from disk and being received. Approved by: rrs (mentor) | ||||
* | Add a regression test for the kthread(9) interface. | attilio | 2010-02-20 | 2 | -0/+214 |
| | | | | | Submitted by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com> | ||||
* | sh: arith: Add a test for a bug in the dash arith code, | jilles | 2010-02-17 | 1 | -0/+14 |
| | | | | | which I plan to import at some point. Our current code handles it fine and it should stay that way. | ||||
* | sh: arith: Test an octal constant as well. | jilles | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | Add missing newline in last line of file. | uqs | 2010-02-16 | 1 | -1/+1 |
| | | | | | Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor) | ||||
* | - Implement -q option for pgrep(1). | pjd | 2010-02-12 | 1 | -0/+38 |
| | | | | - Add regression test to test -q option. | ||||
* | Fixed error checking of pthread(3) functions. | ru | 2010-02-12 | 6 | -19/+19 |
| | | | | | PR: 143807 Submitted by: pluknet (partly) | ||||
* | Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPER | delphij | 2010-02-10 | 1 | -0/+2 |
| | | | | | | and MK_SENDMAIL is "no". Reported by: Rob Farmer <rfarmer at predatorlabs.net> | ||||
* | As it turns out, fmt(1) is being used by the base system as well as the | delphij | 2010-02-09 | 1 | -1/+0 |
| | | | | | | | | | ports tree extensively and it is probably a good idea to keep it regardless of NO_MAIL setting. Reported by: Alexander Best Reviewed by: antoine X-MFC-With: r203584 | ||||
* | sh: Make sure the mail2.0 test can actually fail if $MAIL is not touched. | jilles | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | Add files for NO_MAIL, NO_SENDMAIL and NO_MAILWRAPPER. | delphij | 2010-02-07 | 1 | -6/+241 |
| | | | | MFC after: 2 weeks | ||||
* | sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells. | jilles | 2010-02-06 | 2 | -0/+30 |
| | | | | | These may be NFS mounted, and we should not touch them unless we are going to do something useful with the information. | ||||
* | Update files to remove when MK_KERBEROS=no. | antoine | 2010-02-06 | 1 | -116/+256 |
| | |||||
* | Add files to remove when MK_JAIL=no. | antoine | 2010-02-06 | 1 | -0/+9 |
| | |||||
* | Update files to remove when MK_IPX=no. | antoine | 2010-02-06 | 1 | -2/+2 |
| | |||||
* | Add files to remove when MK_IPFW=no. | antoine | 2010-02-06 | 1 | -0/+11 |
| | |||||
* | Move rescue/ping6 from files to remove when MK_INET6=no to file to remove | antoine | 2010-02-06 | 1 | -1/+4 |
| | | | | when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no) | ||||
* | Add file to remove when MK_IDEA=no. | antoine | 2010-02-06 | 1 | -0/+4 |
| | |||||
* | Add files to remove when MK_GSSAPI=no. | antoine | 2010-02-06 | 1 | -0/+79 |
| | |||||
* | Add files to remove when MK_GPIB=no. | antoine | 2010-01-30 | 1 | -3/+16 |
| | |||||
* | Add files to remove when MK_GDB=no. | antoine | 2010-01-30 | 1 | -3/+12 |
| | |||||
* | Add files to remove when MK_GAMES=no. | antoine | 2010-01-30 | 1 | -3/+48 |
| | |||||
* | Add files to remove when MK_FREEBSD_UPDATE=no. | antoine | 2010-01-30 | 1 | -0/+7 |
| | |||||
* | Add files to remove when MK_FLOPPY=no. | antoine | 2010-01-30 | 1 | -0/+11 |
| |