Module Name:src
Committed By: kiyohara
Date: Sun Jun 9 06:29:01 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: ARMADAXP
Log Message:
Comment-out options IPSEC*.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/ARMADAXP
Please not
Module Name:src
Committed By: kiyohara
Date: Sun Jun 9 06:28:16 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: OVERO
Log Message:
Add omapdma.
Fix typo. s/expantion/expansion/.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/O
Module Name:src
Committed By: kiyohara
Date: Sun Jun 9 05:52:04 UTC 2013
Modified Files:
src/sys/arch/arm/omap: omapfb.c
Log Message:
s/[ \t]$//g.
Indent.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/omap/omapfb.c
Please note that diff
Module Name:src
Committed By: christos
Date: Sun Jun 9 02:58:58 UTC 2013
Modified Files:
src/common/lib/libc/hash/sha2: sha2.c
Log Message:
Use be{32,64}enc, suggested by joerg.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/common/lib/libc/hash/sha2/
Module Name:src
Committed By: riz
Date: Sun Jun 9 01:13:47 UTC 2013
Modified Files:
src/sys/kern: kern_exec.c kern_exit.c kern_fork.c kern_lwp.c kern_sig.c
src/sys/sys: sdt.h
Log Message:
Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes
can na
Module Name:src
Committed By: dholland
Date: Sun Jun 9 00:13:55 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_inode.h
Log Message:
Move struct lfs_inode_ext to lfs_inode.h; it doesn't need to be public.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.1
Module Name:src
Committed By: dholland
Date: Sun Jun 9 00:10:55 UTC 2013
Modified Files:
src/sys/ufs/ufs: dinode.h
Log Message:
Get rid of this copy of the accessor macro for di_u.inumber; it breaks
the build now.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -
Module Name:src
Committed By: dholland
Date: Sun Jun 9 00:02:33 UTC 2013
Modified Files:
src/sys/lib/libsa: lfsv1.c lfsv2.c
Log Message:
Build properly against the lfs changes.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/lib/libsa/lfsv1.c src/sys
Module Name:src
Committed By: dholland
Date: Sat Jun 8 23:37:37 UTC 2013
Modified Files:
src/sbin/dump_lfs: lfs_inode.c
Log Message:
Add unsafe hacks to make this build going forward.
XXX: unsafe hacks are unsafe -- dump needs to be cleaned up to make
XXX: it more fs-ind
Module Name:src
Committed By: dholland
Date: Sat Jun 8 23:27:34 UTC 2013
Modified Files:
src/usr.sbin/dumplfs: dumplfs.c
Log Message:
Use struct ulfs1_dinode instead of struct ufs1_dinode.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/dumplf
Module Name:src
Committed By: dholland
Date: Sat Jun 8 23:12:51 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs_inode.h
Log Message:
G/C another unneeded union
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/lfs/lfs_inode.h
Please note that diffs
Module Name:src
Committed By: dholland
Date: Sat Jun 8 23:12:13 UTC 2013
Modified Files:
src/sbin/fsck_lfs: pass6.c
Log Message:
dp->di_u.inumber -> dp->di_inumber
Should have been part of the previous changeset that applied that
change to lfs.h. I'd quite like to know w
Module Name:src
Committed By: dholland
Date: Sat Jun 8 23:04:49 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_inode.h
Log Message:
Remove stale union and accessor macros.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/ufs/lfs/lfs.h
cvs rdi
Module Name:src
Committed By: dholland
Date: Sat Jun 8 22:45:29 UTC 2013
Modified Files:
src/sys/rump/fs/lib/liblfs: Makefile
Log Message:
right, why does rump have to have its own copy of all the build information?
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: dholland
Date: Sat Jun 8 22:23:52 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_segment.c lfs_vnops.c ulfs_dirhash.c
ulfs_extattr.c ulfs_inode.h ulfs_lookup.c ulfs_rename.c
ulfs_vnops.c
Removed Files:
src/
Module Name:src
Committed By: dholland
Date: Sat Jun 8 22:19:01 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs.h ulfs_dinode.h
Log Message:
Move a comment to lfs.h that belongs better there.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/ufs/lfs/
Module Name:src
Committed By: dholland
Date: Sat Jun 8 22:07:24 UTC 2013
Modified Files:
src/sys/ufs: files.ufs
Removed Files:
src/sys/ufs/lfs: ulfs_wapbl.c ulfs_wapbl.h
Log Message:
G/C
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/ufs/f
Module Name:src
Committed By: dholland
Date: Sat Jun 8 22:05:15 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_inode.c ulfs_lookup.c ulfs_quota2.c
ulfs_readwrite.c ulfs_rename.c ulfs_snapshot.c ulfs_vnops.c
ulfs_wapbl.c ulfs_wapbl.h
Log Message:
Th
Module Name:src
Committed By: dholland
Date: Sat Jun 8 21:40:27 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_inode.c ulfs_quota1.c ulfs_vnops.c ulfs_wapbl.h
Log Message:
mp->mnt_wapbl and mp->mnt_wapbl_replay are always NULL in here.
To generate a diff of this commit:
Module Name:src
Committed By: dholland
Date: Sat Jun 8 21:15:30 UTC 2013
Modified Files:
src/libexec/lfs_cleanerd: Makefile.inc coalesce.c lfs_cleanerd.c
Log Message:
Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now.
To generate a diff of this comm
Module Name:src
Committed By: dholland
Date: Sat Jun 8 21:13:19 UTC 2013
Modified Files:
src/libexec/lfs_cleanerd: Makefile.inc
src/sbin/fsck_lfs: Makefile lfs_user.h
src/sbin/newfs_lfs: Makefile
Log Message:
Redo these changes properly:
-r1.12 libexec/lf
Module Name:src
Committed By: dholland
Date: Sat Jun 8 20:43:35 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_vnops.c
Log Message:
Merge -r1.213 of ufs_vnops.c:
Committed By: kardel
Date: Sat Jun 8 05:47:02 UTC 2013
fix clearing of system-flags (schg, sapp
Module Name:src
Committed By: htodd
Date: Sat Jun 8 19:40:07 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: GUMSTIX
Log Message:
Comment out IPSEC in GUMSTIX like the rest.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/evbarm/conf/GUMSTI
Module Name:src
Committed By: rmind
Date: Sat Jun 8 13:50:22 UTC 2013
Modified Files:
src/sys/netinet: ip_input.c ip_output.c
src/sys/netipsec: ipsec.c ipsec.h
Log Message:
Split IPsec code in ip_input() and ip_forward() into the separate routines
ipsec4_input() a
Module Name:src
Committed By: christos
Date: Sat Jun 8 13:13:34 UTC 2013
Modified Files:
src/usr.sbin/pppd/pppd: sys-bsd.c
Log Message:
Revert previous. It is too aggressive and might pick the wrong interface
now.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -
Module Name:src
Committed By: stacktic
Date: Sat Jun 8 12:50:32 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_ioctl.h
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/compat/linux/common/linux_ioctl.h
Please note tha
Module Name:othersrc
Committed By: agc
Date: Sat Jun 8 10:48:57 UTC 2013
Modified Files:
othersrc/external/historical/eawk/extend: Makefile
Added Files:
othersrc/external/historical/eawk/extend/httpd: Makefile httpd.c
shlib_version tiny.c tiny.h
27 matches
Mail list logo