summaryrefslogtreecommitdiff
path: root/t/lib/syslfs.t
Commit message (Expand)AuthorAgeFilesLines
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-267/+0
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-1/+1
* Autoflush in tests as appropriateMike Guy2001-05-011-0/+2
* Test nits.Jarkko Hietaniemi2000-12-301-5/+5
* Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test...Andreas König2000-12-301-2/+10
* Make the large file tests more robust/talkative as suggested byAndreas König2000-12-291-8/+28
* Integrate the "skip" messages to explain().Jarkko Hietaniemi2000-12-051-17/+23
* $^O win32 -> MSWin32Robert Spier2000-11-291-3/+3
* sysseek() instead of seek().Jarkko Hietaniemi2000-11-201-1/+1
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Make large file tests deal with SIGXFSZM. J. T. Guy2000-07-251-10/+20
* Make file sparseness detection more portable (Scott Henry)Jarkko Hietaniemi2000-03-011-19/+37
* Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-1/+1
* Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-12/+21
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-6/+0
* Be understanding about large file systems.Jarkko Hietaniemi1999-10-021-0/+6
* Cleanup cleanup.Jarkko Hietaniemi1999-09-221-0/+4
* UNICOS does support large files but doesn't support sparse filesJarkko Hietaniemi1999-09-171-0/+7
* Portable blocksize (replaces #4171).Jarkko Hietaniemi1999-09-171-5/+1
* (replaced by #4172)Jarkko Hietaniemi1999-09-171-1/+5
* Detypo #4169.Jarkko Hietaniemi1999-09-171-1/+1
* Diagnose possible quota limits.Jarkko Hietaniemi1999-09-171-3/+5
* Filesystem quotas may stop you from using large files.Jarkko Hietaniemi1999-09-171-9/+19
* Enhance lfs tests: check every seek and sysseekJarkko Hietaniemi1999-09-011-12/+34
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-5/+6
* Catch the case of filesize limits.Jarkko Hietaniemi1999-08-141-15/+28
* Don't quit before printing out the message.Jarkko Hietaniemi1999-08-131-3/+3
* Retract change #3977 (do_open9() adds O_LARGEFILE automagically).Jarkko Hietaniemi1999-08-131-6/+2
* Use O_LARGEFILE if available.Jarkko Hietaniemi1999-08-131-2/+6
* st_blocks is in 512 byte blocks.Jarkko Hietaniemi1999-08-121-2/+3
* Simply exit() early if lfs support seems unlikely.Jarkko Hietaniemi1999-08-121-2/+2
* Minor niggles on the lfs tests.Jarkko Hietaniemi1999-08-121-4/+4
* Don't bother with lfs testing if off_t is too small.Jarkko Hietaniemi1999-08-111-0/+6
* Add a hopefully comforting message if there seems to be no LFS. Jarkko Hietaniemi1999-08-111-11/+33
* Add sysio large file support testing.Jarkko Hietaniemi1999-08-111-0/+106