]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
Merge from projects/mips to head by hand:
[FreeBSD/FreeBSD.git] / tools /
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-09 antoineUpdate files to remove when MK_BLUETOOTH=no.
2010-01-09 antoineAdd files to remove when MK_AUTHPF=no.
2010-01-09 antoineAdd files to remove when MK_ATM=no.
2010-01-09 antoineAdd files to remove when MK_AT=no.
2010-01-09 antoineAdd files to remove when MK_APM=no.
2010-01-09 antoineAdd files to remove when MK_AMD=no.
2010-01-09 antoineAdd files to remove when MK_ACCT=no.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand.
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-07 davidxuDon't forget to use fourth argument if O_CREAT is set...
2010-01-06 impMerge from head at r201628.
2010-01-05 davidxuAdd test code for POSIX semaphore implementation.
2010-01-04 obrienAdd ability to search up the directory hierarchy for...
2010-01-04 obrienFix formatting.
2010-01-04 obrienThere are actually 129 tests here.
2010-01-04 obrienCatch up with UNIX98-style PTY's.
2010-01-04 obrien'prove -r' isn't as smart as grog thought.
2010-01-04 obrienYou need to be root to run this test.
2010-01-04 obrienAlso cleanup after the test run.
2010-01-04 obrienDon't process 'lastcomm' if "AUTOMATED" is defined.
2010-01-04 obrienIt is expected these are chmod +x.
2010-01-04 obrienRegression test for r201456.
2010-01-03 jillessh: Send the "not found" message for builtin <cmd>...
2010-01-03 jillessh: Add a regression test that tries out all arithmetic...
2010-01-03 obrienUse t1 & t2 as more symbolic than 'a' and 'b' for the...
2010-01-03 obrienProvide clean output with 'prove -r'.
2010-01-03 obrienHide expected error output so the 'prove -r' results...
2010-01-03 obrienAllow to be driven by 'prove -r'.
2010-01-03 obrienMake sure 'pack' is usable for 'prove -r'.
2010-01-03 obrienTransform from kernel file to userland source.
2010-01-01 jillessh: Fix some bugs with backquoted builtins:
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-31 jillessh: Use PATH= assignment in type.
2009-12-31 jillessh: Allow command -pv and command -pV (lookup using...
2009-12-30 jillessh: arith: Return only 0 and 1 from && and ||.
2009-12-28 antoine(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-27 traszMake tests for ACL preservation by mv(1) and cp(1)...
2009-12-25 jillessh: Do not run callers' exception handlers in subshells.
2009-12-24 jhbAdd a new tool which attempts to check for kernel confi...
2009-12-21 traszAdd regression test for NFSv4 ACLs on UFS.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-15 rwatsonMerge libkqueue test suite through r119
2009-12-13 rwatsonAdd Mark Heily's libkqueue test suite as a general...
2009-12-12 jhDon't read the newline character to line buffer because...
2009-12-06 jillessh: Test ;<newline> as well as ; in the 'for' parser...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-04 phkAdd disk-magic for amd64: same as i386.
2009-12-01 greenDo not gratuitously fail *env(3) operations due to...
2009-11-29 jillesDisable job control when running 'sh -i' in the testsuite.
2009-11-29 jillesFix some cases where file descriptors from redirections...
2009-11-25 julianexit if "make distribition" fails
2009-11-23 jkimMake this test case little bit more interesting.
2009-11-22 jillessh: Ensure the same command input file is on top after...
2009-11-21 jillestrap: do not consider a bad signal name a fatal error.
2009-11-21 stefanfAdd a test for r199631.
2009-11-21 stefanfAdd a few very basic tests for cd -{L,P} and pwd -...
2009-11-20 jkimCorrect copyright date in the BPF regression test.
2009-11-20 jkimAdjust BPF JIT compiler regression tests to catch up...
2009-11-19 mrAdd nanobsd example for the PC Engines ALIX board ...
2009-11-19 jkimAdd a test case for very long BPF program.
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-16 jkimImport ACPICA 20091112.
2009-11-15 attilioCollapse devinfo_state_t with device_state_t in order...
2009-11-14 jillessh: Allow a newline before "in" in a for command, as...
2009-11-13 edConvert {small prefix}BSD to TERM=xterm as well.
2009-11-13 edSwitch the default terminal emulation style to xterm...
2009-11-12 desAdd test-pidfile.c and increase warning level.
2009-11-12 desTest cases for pidfile(3) - including two designed...
2009-11-12 desFix warnings and remove one unnecessary use of vfork...
2009-11-12 desFix warnings
2009-11-12 gonzoMFC @199204
2009-11-10 desCheck fork() return value
2009-10-24 jillessh: Exempt $@ and $* from set -u
2009-10-24 jillesAdd some tests for ${var?} and set -u.
2009-10-23 jilleswordexp(3): fix some bugs with signals and long outputs
2009-10-20 pjdFix a case where rename actually succeeds, which is...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-19 desUpdate copyright.
2009-10-19 desRemove redundant $FreeBSD$.
2009-10-15 luigiSupport the specification of a range of destination...
2009-10-15 luigiA small change to avoid calling gettimeofday() too...
next