Module Name:src
Committed By: perseant
Date: Wed Jun 13 18:34:20 UTC 2012
Modified Files:
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
Sanity check the values coming back from the int13 extensions of the bios,
so we can catch impossible return values. Allows the b
Module Name:src
Committed By: perseant
Date: Mon Jan 2 21:35:18 UTC 2012
Modified Files:
src/libexec/lfs_cleanerd: coalesce.c lfs_cleanerd.c
Log Message:
In lfs_cleanerd, check errno earlier, to avoid premature exit when the
real errno was EAGAIN.
When coalescing, check
Module Name:src
Committed By: perseant
Date: Mon Jan 2 22:10:45 UTC 2012
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_bio.c lfs_extern.h lfs_segment.c lfs_subr.c
lfs_syscalls.c lfs_vfsops.c lfs_vnops.c
src/sys/ufs/ufs: inode.h ufs_readwrite.c
Log Message
Module Name:src
Committed By: perseant
Date: Wed Jan 4 02:48:58 UTC 2012
Modified Files:
src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
lfs_writerd thread exits when no more LFSs are mounted.
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/ufs/lfs/lf
Module Name:src
Committed By: perseant
Date: Thu Jan 5 16:18:01 UTC 2012
Modified Files:
src/sbin/fsck_lfs: pass6.c
Log Message:
Correct fragment extension calculation in pass6, to avoid putting
negative block counts on inodes during roll-forward.
To generate a diff of
Module Name:src
Committed By: perseant
Date: Sun Jan 15 04:42:04 UTC 2012
Modified Files:
src/sys/ufs/lfs: lfs_syscalls.c
Log Message:
Corrections to part of rev 1.140. lfs_bmapv, not lfs_markv, marks vnodes
LFSI_BMAP and recycles them. This greatly reduces the writing le
Module Name:src
Committed By: perseant
Date: Tue Jan 17 16:27:19 UTC 2012
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
Log Message:
Use an even smaller segment size when creating a very small filesystem.
This allows the lfs_renamerace_dirs case of the t_renamerace test t
Module Name:src
Committed By: perseant
Date: Thu Feb 2 03:47:11 UTC 2012
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.c
Log Message:
Shut down the cleaner earlier if the filesystem is unmounted.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src
Module Name:src
Committed By: perseant
Date: Thu Feb 2 03:49:22 UTC 2012
Modified Files:
src/sbin/newfs_lfs: newfs.c
Log Message:
If invoked with -D and creating an image file, ensure that the image
file is filled to the given size. This prevents false failures
with "lfs
Module Name:src
Committed By: perseant
Date: Thu Feb 2 03:50:32 UTC 2012
Modified Files:
src/sbin/newfs_lfs: config.h make_lfs.c
Log Message:
When creating a very small filesystem, use well-known small segment,
block and fragment sizes by default instead of the ordinary 1
Module Name:src
Committed By: perseant
Date: Thu Feb 16 02:47:56 UTC 2012
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_bio.c lfs_segment.c lfs_vfsops.c
lfs_vnops.c
src/tests/fs/vfs: t_renamerace.c t_rmdirr
Module Name:src
Committed By: perseant
Date: Tue Aug 20 22:07:44 UTC 2013
Modified Files:
src/lib/libpam/modules/pam_deny: pam_deny.8 pam_deny.c
Log Message:
Add Edgar Fuss's patch to pam_deny, to allow users to be able to change their
LDAP password with "passwd".
To gen
Module Name:src
Committed By: perseant
Date: Sat Jan 20 19:36:29 UTC 2018
Modified Files:
src/include [perseant-stdc-iso10646]: wchar.h
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_lc_collate.c
src/lib/libc/citrus/modules [perseant-stdc-iso10646]: ci
Module Name:src
Committed By: perseant
Date: Sun Jan 21 19:35:10 UTC 2018
Added Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_trie.c
citrus_trie.h
Log Message:
Add files missing from previous commit
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: perseant
Date: Tue Jan 23 03:12:11 UTC 2018
Modified Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_ctype.h
citrus_none.c
src/tests/lib/libc/locale [perseant-stdc-iso10646]: t_toupper.c
Log Message:
Make the te
Module Name:src
Committed By: perseant
Date: Mon Jan 29 22:08:59 UTC 2018
Modified Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: Makefile.inc
citrus_trie.c citrus_trie.h
src/lib/libc/citrus/modules [perseant-stdc-iso10646]: citrus_big5.c
Module Name:src
Committed By: perseant
Date: Thu May 25 18:28:54 UTC 2017
Modified Files:
src/tests/lib/libc/locale: t_mbtowc.c t_wctomb.c
Log Message:
Add a member to the test data structure that indicates whether the given
encoding is state-dependent, and test the result
Module Name:src
Committed By: perseant
Date: Fri May 26 01:24:19 UTC 2017
Modified Files:
src/tests/lib/libc/string: Makefile
Added Files:
src/tests/lib/libc/string: t_strcoll.c
Log Message:
Add simple expect-fail test case for strcoll(3)
To generate a diff of th
Module Name:src
Committed By: perseant
Date: Tue May 30 02:11:03 UTC 2017
Modified Files:
src/tests/lib/libc/locale: Makefile
Added Files:
src/tests/lib/libc/locale: t_toupper.c
Log Message:
Add simple test case for toupper/tolower
To generate a diff of this comm
Module Name:src
Committed By: perseant
Date: Tue May 30 23:44:02 UTC 2017
Modified Files:
src/tests/lib/libc/locale: Makefile
Added Files:
src/tests/lib/libc/locale: t_digittoint.c t_sprintf.c t_wctype.c
Log Message:
Add test cases for sprintf/sscanf/strto{d,l} and
Module Name:src
Committed By: perseant
Date: Wed May 31 00:18:21 UTC 2017
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Add new locale tests to distrib sets, thanks pgoyette@ for the reminder
To generate a diff of this commit:
cvs rdiff -u -r1.750 -r1.751
Module Name:src
Committed By: perseant
Date: Thu Jun 1 15:45:02 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/locale: Makefile t_digittoint.c
Added Files:
src/tests/lib/libc/locale: t_b
Module Name:src
Committed By: perseant
Date: Wed Jun 7 22:59:42 UTC 2017
Modified Files:
src/tests/lib/libc/locale: t_sprintf.c
Log Message:
Change t_sprintf to an expected failure, since we don't respect the empty
thousands separator of the C/POSIX locale (PR standards/5
Module Name:src
Committed By: perseant
Date: Mon Jul 10 22:49:40 UTC 2017
Modified Files:
src/lib/libc/stdio: vfwprintf.c
Log Message:
Do not use thousands grouping when none is specified by the locale.
Fixes PR standards/52282.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: perseant
Date: Tue Jul 11 19:36:38 UTC 2017
Modified Files:
src/lib/libc/stdio: vfwprintf.c
Log Message:
A more correct fix for PR standards/52282.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdio/vfwprintf.c
Module Name:src
Committed By: perseant
Date: Wed Jul 12 17:32:51 UTC 2017
Modified Files:
src/tests/lib/libc/locale: t_btowc.c t_io.c t_mbrtowc.c t_mbstowcs.c
t_sprintf.c t_wcstod.c t_wctomb.c t_wctype.c
Log Message:
Add ISO10646 versions of these tests, condit
Module Name:src
Committed By: perseant
Date: Fri Jul 14 14:57:43 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/locale: Makefile
Added Files:
src/tests/lib/libc/locale: t_wcscoll.c
Log M
Module Name:src
Committed By: perseant
Date: Fri Jul 14 15:53:08 UTC 2017
Modified Files:
src/include [perseant-stdc-iso10646]: wchar.h
src/lib/libc/citrus [perseant-stdc-iso10646]: Makefile.inc
citrus_ctype.c citrus_iconv.c citrus_iconv.h citrus_iconv_l
Module Name:src
Committed By: perseant
Date: Tue Jul 18 14:55:29 UTC 2017
Modified Files:
src/distrib/sets/lists/debug [perseant-stdc-iso10646]: mi
src/distrib/sets/lists/tests [perseant-stdc-iso10646]: mi
Log Message:
Add t_ducet test
To generate a diff of this
Module Name:src
Committed By: perseant
Date: Fri Jul 21 20:22:29 UTC 2017
Modified Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_ctype.c
citrus_ctype.h citrus_ctype_fallback.c citrus_ctype_fallback.h
citrus_ctype_local.h citrus_ctype_te
Module Name:src
Committed By: perseant
Date: Sun Jul 23 18:51:21 UTC 2017
Modified Files:
src/tests/lib/libc/locale: Makefile
src/lib/libc/iconv [perseant-stdc-iso10646]: iconv.c
Added Files:
src/tests/lib/libc/locale: ducet_test.h t_ducet.c
src/lib/
Module Name:src
Committed By: perseant
Date: Sun Jul 23 19:16:11 UTC 2017
Modified Files:
src/tests/lib/libc/locale [perseant-stdc-iso10646]: Makefile
ducet_test.h t_ducet.c
Log Message:
Add Unicode copyright notice and more verbose DUCET test.
To generate a
Module Name:src
Committed By: perseant
Date: Sun Jul 23 19:26:06 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
Log Message:
Add missing setlist entries for DUCET collation test.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: perseant
Date: Mon Jul 31 04:23:35 UTC 2017
Modified Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_ctype.h
citrus_ctype_template.h
src/lib/libc/citrus/modules [perseant-stdc-iso10646]: citrus_big5.c
Module Name:src
Committed By: perseant
Date: Mon Jul 31 04:29:50 UTC 2017
Modified Files:
src/lib/libc/citrus [perseant-stdc-iso10646]: citrus_lc_collate.c
src/lib/libc/locale [perseant-stdc-iso10646]: collate_local.h
collate_locale.c unicode_collate.c u
Module Name:src
Committed By: perseant
Date: Tue Aug 1 19:35:51 UTC 2017
Added Files:
src/lib/libc/locale [perseant-stdc-iso10646]: collate.h
ducet_collation_data.h unicode_dm_data.h
Log Message:
Add files missing from last commit (commitid: 7B1ZL3FMi0tUSk1A):
Module Name:src
Committed By: perseant
Date: Fri Aug 4 21:43:11 UTC 2017
Modified Files:
src/distrib/sets/lists/base [perseant-stdc-iso10646]: mi
src/distrib/sets/lists/debug [perseant-stdc-iso10646]: mi
src/distrib/sets/lists/man [perseant-stdc-iso10646]:
Module Name:src
Committed By: perseant
Date: Mon Aug 7 14:27:11 UTC 2017
Modified Files:
src/lib/libc/locale [perseant-stdc-iso10646]: _wctrans_local.h rune.c
src/usr.bin [perseant-stdc-iso10646]: Makefile
Log Message:
Make it compile again when __STDC_ISO_10646__
Module Name:src
Committed By: perseant
Date: Thu Aug 10 19:08:43 UTC 2017
Modified Files:
src/tests/lib/libc/locale: t_btowc.c
Log Message:
Separate the C/POSIX locale test from the rest; make it more thorough
and more correct. This fixes a problem reported by martin@ whe
Module Name:src
Committed By: perseant
Date: Tue Aug 18 03:02:51 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/fs/lfs: Makefile
Added Files:
src/tests/fs/lfs: t_rfw.c
Log Message:
Add skipped te
Module Name:src
Committed By: perseant
Date: Sun Aug 23 16:03:54 UTC 2020
Modified Files:
src/tests/fs/lfs: t_rfw.c
Log Message:
Expand test to cover more failure cases. Change from skipped to expect fail
in anticipation of working roll-forward code.
To generate a diff
41 matches
Mail list logo