summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update files to remove when MK_ZFS=no.antoine2010-01-161-3/+19
|
* Update files to remove when MK_CDDL=no.antoine2010-01-161-4/+55
|
* Add files to remove when MK_CALENDAR=no.antoine2010-01-161-3/+59
|
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-3/+3
| | | | | | | PR: bin/142566 Submitted by: N.J. Mann njm njm.me.uk Approved by: ed (mentor) MFC after: 2 weeks
* Update files to remove when MK_BLUETOOTH=no.antoine2010-01-091-28/+67
|
* Add files to remove when MK_AUTHPF=no.antoine2010-01-091-3/+4
|
* Add files to remove when MK_ATM=no.antoine2010-01-091-3/+52
|
* Add files to remove when MK_AT=no.antoine2010-01-091-0/+13
|
* Add files to remove when MK_APM=no.antoine2010-01-091-0/+8
|
* Add files to remove when MK_AMD=no.antoine2010-01-091-0/+23
|
* Add files to remove when MK_ACCT=no.antoine2010-01-091-0/+11
|
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-071-2/+2
| | | | The fourth specifies initial value for the semaphore.
* Add test code for POSIX semaphore implementation.davidxu2010-01-052-0/+110
|
* Add ability to search up the directory hierarchy for the system directory.obrien2010-01-0419-0/+88
| | | | | | | Do by specifying ".../" with '-m' or MAKESYSPATH (new) environment variable. Reviewed by: <sjg@NetBSD.org> Obtained from: NetBSD (+ embellishment by me, sent back to NetBSD)
* Fix formatting.obrien2010-01-042-2/+2
|
* There are actually 129 tests here.obrien2010-01-041-1/+1
|
* Catch up with UNIX98-style PTY's.obrien2010-01-042-2/+8
|
* 'prove -r' isn't as smart as grog thought.obrien2010-01-041-9/+1
|
* You need to be root to run this test.obrien2010-01-041-0/+5
|
* Also cleanup after the test run.obrien2010-01-041-1/+3
|
* Don't process 'lastcomm' if "AUTOMATED" is defined.obrien2010-01-041-1/+4
| | | | The tests for it require manual setup.
* It is expected these are chmod +x.obrien2010-01-042-0/+0
|
* Regression test for r201456.obrien2010-01-045-0/+25
|
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-0/+31
|
* sh: Add a regression test that tries out all arithmetic ops.jilles2010-01-031-0/+76
| | | | MFC after: 1 week
* Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.obrien2010-01-031-8/+6
|
* Provide clean output with 'prove -r'.obrien2010-01-031-2/+2
|
* Hide expected error output so the 'prove -r' results are easy to read.obrien2010-01-031-3/+3
|
* Allow to be driven by 'prove -r'.obrien2010-01-031-6/+10
|
* Make sure 'pack' is usable for 'prove -r'.obrien2010-01-031-0/+2
|
* Transform from kernel file to userland source.obrien2010-01-031-1/+5
|
* sh: Fix some bugs with backquoted builtins:jilles2010-01-011-0/+48
| | | | | | | | | | | | - correctly handle error output in $(builtin 2>&1), clarify out1/out2 vs output/errout in the code - treat all builtins as regular builtins so errors do not abort the shell and variable assignments do not persist - respect the caller's INTOFF Some bugs still exist: - expansion errors may still abort the shell - some side effects of expansions and builtins persist
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-109/+0
| | | | | | | | | | | | r195175. Remove all definitions, documentation, and usage. fifo_misc.c: Remove all kqueue tests as fifo_io.c performs all those that would have remained. Reviewed by: rwatson MFC after: 3 weeks X-MFC note: don't change vlan_link_state() function signature
* sh: Use PATH= assignment in type.jilles2009-12-311-0/+26
| | | | | Example: PATH=/var/empty; PATH=/bin type ls
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-0/+52
|
* sh: arith: Return only 0 and 1 from && and ||.jilles2009-12-301-0/+30
| | | | This agrees with C, POSIX and other shells.
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
| | | | | | | | | Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. PR: 137213 Submitted by: Eygene Ryabinkin (initial version) MFC after: 1 month
* Make tests for ACL preservation by mv(1) and cp(1) more completetrasz2009-12-271-44/+197
| | | | and easier to follow.
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-251-0/+34
| | | | | | | Reset the exception handler in the child to main's. This avoids inappropriate double cleanups or shell duplication when the exception is caught, such as 'fc' and future 'command eval' and 'command .'.
* Add a new tool which attempts to check for kernel configuration options thatjhb2009-12-243-0/+367
| | | | are missing from NOTES files.
* Add regression test for NFSv4 ACLs on UFS.trasz2009-12-211-0/+86
|
* Merge libkqueue test suite through r119rwatson2009-12-153-15/+18
| | | | Submitted by: Mark Heily <mark@heily.com>
* Add Mark Heily's libkqueue test suite as a general kqueue test suite torwatson2009-12-1310-0/+1729
| | | | | | | | tools/regression. It tests a number of aspects of kqueue behavior, although not all currently pass (possibly bugs in the test suite?). Submitted by: Mark Heily <mark at heily.com> Obtained from: svn://mark.heily.com/libkqueue/trunk/test (r114)
* Don't read the newline character to line buffer because lines are passedjh2009-12-1213-1/+53
| | | | | | | | | | | | | | | to wcscoll(3). Newline characters could cause incorrect results when comparing lines. Also, if an input line didn't contain a newline character, it was omitted from the output. According to my interpretation, SUSv3 requires that the newline is always printed. Add regression tests for the cases. [1] PR: bin/140976 Submitted by: D'Arcy Cain (original version) [1] Approved by: trasz (mentor)
* sh: Test ;<newline> as well as ; in the 'for' parser test.jilles2009-12-061-3/+3
|
* Add disk-magic for amd64: same as i386.phk2009-12-041-2/+17
| | | | | | Pass PORTS_OPTS wherever we invoke ports makefiles Add a logfile where we can see the progress of distfile prefetching
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-013-3/+45
| | | | | | | | | | | | | **environ entries. This puts non-getenv(3) operations in line with getenv(3) in that bad environ entries do not cause all operations to fail. There is still some inconsistency in that getenv(3) in the absence of any environment-modifying operation does not emit corrupt environ entry warnings. I also fixed another inconsistency in getenv(3) where updating the global environ pointer would not be reflected in the return values. It would have taken an intermediary setenv(3)/putenv(3)/unsetenv(3) in order to see the change.
* Disable job control when running 'sh -i' in the testsuite.jilles2009-11-292-2/+2
| | | | | Job control tty manipulations sometimes cause the tests to stop (SIGTTOU and the like) when run from the 'prove' tool.
* Fix some cases where file descriptors from redirections leak to programs.jilles2009-11-292-0/+56
| | | | | | | | | | | | | | | | - Redirecting fds that were not open before kept two copies of the redirected file. sh -c '{ :; } 7>/dev/null; fstat -p $$; true' (both fd 7 and 10 remained open) - File descriptors used to restore things after redirection were not set close-on-exec, instead they were explicitly closed before executing a program normally and before executing a shell procedure. The latter must remain but the former is replaced by close-on-exec. sh -c 'exec 7</; { exec fstat -p $$; } 7>/dev/null; true' (fd 10 remained open) The examples above are simpler than the testsuite because I do not want to use fstat or procstat in the testsuite.
* exit if "make distribition" failsjulian2009-11-251-1/+1
| | | | | Submitted by: patrick tracanelli MFC after: 1 week
OpenPOWER on IntegriCloud