| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
It is released from time to time and used outside FreeBSD, so it is good to
have a name one can google.
Notes:
svn path=/head/; revision=211352
|
| |
|
|
| |
Notes:
svn path=/head/; revision=211351
|
| |
|
|
| |
Notes:
svn path=/head/; revision=211116
|
| |
|
|
| |
Notes:
svn path=/head/; revision=211110
|
| |
|
|
|
|
|
|
| |
Submitted by: Jan Senolt <senoltj@centrum.cz>
Submitted by: Milan Cermak <Milan.Cermak@Sun.COM>
Notes:
svn path=/head/; revision=210965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=210964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=210952
|
| |
|
|
|
|
|
| |
domain sockets.
Notes:
svn path=/head/; revision=210951
|
| |
|
|
| |
Notes:
svn path=/head/; revision=196948
|
| |
|
|
|
|
|
|
|
| |
Strange, isn't it?
Pointed out by: bde
Notes:
svn path=/head/; revision=193373
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It is only really necessary for open(2)'s third argument, which is optional and
obtained through stdarg(3). open(2)'s third argument is 32bit and we pass 64
bits. On little endian it works, because we take lower 32 bits, but on big
endian platforms we take upper 32 bits, so we end up with 0.
Reported by: Milan Čermák <Milan.Cermak@Sun.COM>
Notes:
svn path=/head/; revision=188934
|
| |
|
|
| |
Notes:
svn path=/head/; revision=185219
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Solaris' setgroups(2) doesn't change process' effective gid, so set it
explicitly.
- POSIX doesn't define O_NOFOLLOW. FreeBSD returns EMLINK when target is
a symbolic link, but Solaris returns ELOOP then.
- Solaris doesn't define O_SHLOCK and O_EXLOCK flags.
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=171486
|
|
|
Almost all regression tests are based on very flexible fstest tool.
They verify correctness (POSIX conformance) of almost all file
system-related system calls.
The motivation behind this work is my ZFS port and POSIX, who doesn't
provide free test suites.
Runs on: FreeBSD/UFS, FreeBSD/ZFS, Solaris/UFS, Solaris/ZFS
To try it out:
# cd fstest
# make
# find tests/* -type d | xargs prove
Notes:
svn path=/head/; revision=166065
|