| Commit message (Expand) | Author | Age | Files | Lines |
| * | sync from head | Simon J. Gerraty | 2013-04-12 | 86 | -2363/+73004 |
| |\ |
|
| | * | sh: Don't modify exit status when break/continue/return passes !. | Jilles Tjoelker | 2013-04-12 | 2 | -0/+10 |
| | * | Set and display the IP fragment bit correctly when dealing with | Navdeep Parhar | 2013-04-11 | 1 | -1/+7 |
| | * | sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0. | Jilles Tjoelker | 2013-04-06 | 1 | -0/+5 |
| | * | wordexp(): Remove wrong IFS usage. | Jilles Tjoelker | 2013-04-01 | 1 | -0/+19 |
| | * | cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. This | Navdeep Parhar | 2013-03-30 | 2 | -6/+65087 |
| | * | Properly spell "Class Based Queueing" | Rene Ladan | 2013-03-27 | 1 | -1/+1 |
| | * | Add shlib-compat under tools. | Gleb Kurtsou | 2013-03-25 | 31 | -0/+1833 |
| | * | More indentation fixes. | Adrian Chadd | 2013-03-23 | 1 | -6/+6 |
| | * | Expose the beacon miss counter. | Adrian Chadd | 2013-03-23 | 1 | -1/+5 |
| | * | Add AR9300 descriptor decoding. | Adrian Chadd | 2013-03-23 | 2 | -0/+366 |
| | * | Update regression tests after adding chflagsat(2). | Pawel Jakub Dawidek | 2013-03-21 | 3 | -7/+23 |
| | * | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | Pawel Jakub Dawidek | 2013-03-21 | 1 | -1/+2 |
| | * | Set WARNS=3 so this actually compiles. | Neel Natu | 2013-03-20 | 1 | -0/+2 |
| | * | Update the tests now that absence of the O_APPEND flag requires CAP_SEEK | Pawel Jakub Dawidek | 2013-03-16 | 1 | -13/+46 |
| | * | The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flag | Pawel Jakub Dawidek | 2013-03-16 | 1 | -6/+6 |
| | * | sh: Recognize "--" and explicitly reject options in wait builtin. | Jilles Tjoelker | 2013-03-15 | 2 | -0/+7 |
| | * | Make file name generation to work with both new and old versions of OpenSSL. | Pawel Jakub Dawidek | 2013-03-15 | 1 | -2/+2 |
| | * | Fix compile warning by including ctype.h for isdigit(). | Navdeep Parhar | 2013-03-05 | 1 | -0/+1 |
| | * | Import libyaml as libbsdyml (private brand name) | Baptiste Daroussin | 2013-03-04 | 1 | -0/+1 |
| | * | sh: When executing a trap, keep exit status along with evalskip. | Jilles Tjoelker | 2013-03-03 | 1 | -0/+10 |
| | * | If all ioctls are allowed, cap_ioctls_get(2) will return CAP_IOCTLS_ALL. | Pawel Jakub Dawidek | 2013-03-02 | 1 | -2/+2 |
| | * | Add support for bindat(2) and connectat(2). | Pawel Jakub Dawidek | 2013-03-02 | 2 | -1/+45 |
| | * | Add regression tests for the new Capsicum system calls. | Pawel Jakub Dawidek | 2013-03-02 | 6 | -0/+1387 |
| | * | Update existing regression tests after Capsicum overhaul. | Pawel Jakub Dawidek | 2013-03-02 | 2 | -98/+346 |
| | * | fix this script so we don't expand the second $FreeBSD since svn thinks | John-Mark Gurney | 2013-02-27 | 1 | -1/+1 |
| | * | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 5 | -1/+429 |
| | * | Enhance test(1) by adding provision to compare any combination of the | Peter Jeremy | 2013-02-25 | 1 | -1/+64 |
| | * | sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig. | Jilles Tjoelker | 2013-02-23 | 2 | -0/+24 |
| | * | sh: Test that the exit status is 1 if read encounters EOF. | Jilles Tjoelker | 2013-02-23 | 1 | -0/+5 |
| | * | Print out the RTS/CTS rate in the TX descriptor. | Adrian Chadd | 2013-02-19 | 1 | -0/+2 |
| | * | * Add initial debugging of the interrupt status entry | Adrian Chadd | 2013-02-18 | 4 | -1/+181 |
| | * | Make this output more terse. | Adrian Chadd | 2013-02-18 | 1 | -46/+49 |
| | * | update the netmap example programs merging some common code in nm_util.c | Luigi Rizzo | 2013-02-17 | 6 | -930/+1365 |
| | * | Oops, I flipped LDNS_UTILS but forgot to update the description. | Dag-Erling Smørgrav | 2013-02-15 | 1 | -3/+2 |
| | * | Import LDNS and build it as an internal library. | Dag-Erling Smørgrav | 2013-02-15 | 2 | -0/+8 |
| | * | Major update for unix_cmsg from Andrey Simonenko. | Sergey Kandaurov | 2013-02-11 | 3 | -1234/+1637 |
| | * | Teach athalq about the recent if_ath_alq timestamp format change. | Adrian Chadd | 2013-02-11 | 5 | -34/+51 |
| * | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 79 | -159/+2898 |
| |\| |
|
| | * | Add missing src.conf(5) fragments for WITHOUT_LIBCPLUSPLUS and WITH_GPL_DTC. | Dimitry Andric | 2013-02-02 | 2 | -0/+5 |
| | * | Pull in r170135 from upstream clang trunk: | Dimitry Andric | 2013-02-02 | 2 | -0/+6 |
| | * | - Fix more style(9)-related issues (copyright header, spaces after function | Pietro Cerutti | 2013-02-01 | 1 | -71/+71 |
| | * | - Remove underscores from the internal structure name, as it doesn't collide | Pietro Cerutti | 2013-01-31 | 1 | -27/+136 |
| | * | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti | 2013-01-30 | 2 | -0/+153 |
| | * | Rework the handling of the children for the pthread_vfork_test. The | Konstantin Belousov | 2013-01-30 | 1 | -7/+25 |
| | * | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | Gabor Kovesdan | 2013-01-29 | 1 | -0/+2 |
| | * | Use = not == in test arguments. | Brooks Davis | 2013-01-24 | 1 | -1/+1 |
| | * | Restore Python 2.6+ compatibility | Ed Maste | 2013-01-22 | 1 | -0/+2 |
| | * | Implement the -l option using ln(1) to facilitate boostrapping. | Brooks Davis | 2013-01-21 | 1 | -4/+20 |
| | * | Add option to make pc-sysinstall optional | Eitan Adler | 2013-01-18 | 2 | -0/+93 |