summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* sh: Make return return from the closest function or dot script.jilles2013-09-041-0/+13
* Fix a compiler warning about signed vs unsigned compare.ian2013-09-011-1/+1
* sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+3
* Remove GNU_PATCH leftover.andreast2013-08-291-5/+0
* Drop build option switch for the older GNU patch.pfg2013-08-291-2/+0
* Formally remove WITH_BSDCONFIG build option and re-generate src.conf.5dteske2013-08-271-2/+0
* Add more obsolete files.antoine2013-08-261-0/+5
* Document WITHOUT_ICONV, WITH_LIBICONV_COMPAT and WITH_USB_GADGET_EXAMPLESantoine2013-08-264-2/+6
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-253-0/+127
* drm/radeon: Import the Radeon KMS driverdumbbell2013-08-257-0/+829
* drm: Update drm_pciids.h based on Linux 3.8dumbbell2013-08-253-0/+188
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-0/+4
* sh: Disallow empty simple commands.jilles2013-08-251-0/+3
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+6
* Add simple test for the read/write/lseek on posix shm filedescriptor.kib2013-08-211-6/+21
* Catch up with various changes to if_data and make this compile againbz2013-08-201-2/+9
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-0/+9
* sh: Add test for the non-standard jobid builtin.jilles2013-08-161-0/+7
* Add tests for dup3().jilles2013-08-161-1/+86
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+12
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-143-0/+6
* The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-131-4/+28
* Fix some signed comparison compile warnings.hselasky2013-08-123-5/+5
* fnmatch(): Add test for r254091 (pattern with single backslash).jilles2013-08-111-0/+4
* Initial commit of my USB test code which can exercise connected USBhselasky2013-08-097-0/+3579
* Add mkostemp() and mkostemps().jilles2013-08-092-3/+167
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-091-0/+7
* Improve the sysctl symbol extraction from the kernel so that it find moreobrien2013-08-071-4/+8
* Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconvsbruno2013-08-061-0/+4
* Fix formatting warning.ae2013-08-061-1/+1
* Teach cxgbetool to display T5 congestion manager context.np2013-08-011-1/+12
* Back out r253779 & r253786.obrien2013-07-312-15/+4
* Decouple yarrow from random(4) device.obrien2013-07-292-4/+15
* Include stdint.h to fix build.ae2013-07-291-1/+2
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-261-0/+202
* Make the BSD-licensed patch the default.pfg2013-07-262-2/+2
* Remove define and documentation for vm_pageout_algorithm missed in r253587zont2013-07-261-3/+0
* zfsboottest: remove explicit -Werroravg2013-07-241-2/+1
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-0/+12
* Fix several warnings.kib2013-07-211-8/+10
* Include stdint.h when use intmax_t.kevlo2013-07-181-1/+1
* Replace PRId64 with "jd" in a printf call. Cast the corresponding value tokevlo2013-07-181-1/+1
* Add missing headers.kevlo2013-07-172-0/+3
* Use PRId64 instead of %gd to print an int64_t.kevlo2013-07-171-1/+2
* 2 years, 10 months, 22 days after the projects/arm_eabi branch was createdandrew2013-07-162-2/+2
* Need to define NO_MAN here.kevlo2013-07-161-0/+1
* Use MAN= instead of NO_MAN=kevlo2013-07-161-1/+1
* Add missing header needed by sleep(3).kevlo2013-07-161-0/+1
OpenPOWER on IntegriCloud