Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pledge support in awk and make awk -safe actually safe. | 2015-10-10 | 1 | -1/+17 | |
| | | | | | | | | | | | | | | awk -safe was introduced back in 1997 to stop awk from doing file output, execute commands or access the environment. The lexer rejected programs when it saw awk commands that would write, exec or env. Beyond that, it wasn't safe from write/exec/env during program execution. With pledge "stdio rpath", the kernel is now enforcing the awk -safe mode restrictions at runtime (other than env). Based on a diff by deraadt@ ok deraadt@ beck@ | ||||
* | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | 2011-09-28 | 1 | -15/+30 | |
| | | | | from the update. | ||||
* | Update awk to May 23, 2010 version. OK miod@ | 2010-06-13 | 1 | -2/+4 | |
| | |||||
* | Update awk to version 20071023; OK deraadt@ | 2008-10-06 | 1 | -8/+6 | |
| | |||||
* | sync usage(); spotted by Igor Sobrado | 2007-01-29 | 1 | -3/+3 | |
| | |||||
* | Update to version 20041222; OK deraadt@ | 2004-12-30 | 1 | -3/+4 | |
| | |||||
* | Update to the One True Awk version 20021213 | 2002-12-19 | 1 | -17/+5 | |
| | |||||
* | Update to latest version of the One True Awk. See the FIXES file | 2001-09-08 | 1 | -2/+2 | |
| | | | | for details. | ||||
* | Sync usage() output with man page; mpech@prosoft.org.lv | 2000-11-21 | 1 | -2/+4 | |
| | |||||
* | June 6, 1999 version of the "one true awk" | 1999-12-08 | 1 | -9/+9 | |
| | | | | Most of the changes are to avoid using a static buffer for error messages. | ||||
* | Fix 2 core dumps: | 1999-12-04 | 1 | -2/+6 | |
| | | | | | 1) give an error if the user specifies > 20 -f options instead of oflowing 2) use snprintf in the ERROR macro to avoid an oflow | ||||
* | April 16, 1999 version of the "one true awk"--64-bit fixes and more. | 1999-04-20 | 1 | -2/+11 | |
| | |||||
* | March 5, 1999 version of the "one true awk" | 1999-04-18 | 1 | -6/+8 | |
| | |||||
* | Document -safe option and update usage message. | 1998-03-03 | 1 | -2/+2 | |
| | |||||
* | August 1997 version of "the one true awk" | 1997-08-25 | 1 | -27/+35 | |
| | |||||
* | Latest research awk from June 29, 1996 | 1997-01-20 | 1 | -2/+2 | |
| | |||||
* | Set locale per IEEE 1003.2(1992) | 1996-07-04 | 1 | -0/+3 | |
| | |||||
* | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me | 1996-07-04 | 1 | -0/+180 | |