Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:20 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.5: +31 -2
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.2.4.3 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:29 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2.4.2: +29 -0
lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:34 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.4: +5 -37
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 1 21:25:01 2011 UTC (11 months, 3 weeks ago) by alnsn
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
HEAD
Changes since 1.5: +31 -2
lines
Diff to previous 1.5 (colored)
kern/42030 - tracking of file descriptors by ktrace/kdump
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:18 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2.4.1: +10 -64
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)
sync with head
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Thu Feb 17 12:00:44 2011 UTC (15 months, 1 week ago) by bouyer
Branch: bouyer-quota2
Changes since 1.4: +2 -63
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 15 15:54:28 2011 UTC (15 months, 1 week ago) by pooka
Branch: MAIN
CVS Tags: cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: cherry-xenmp
Changes since 1.4: +2 -63
lines
Diff to previous 1.4 (colored)
Support FD_CLOEXEC in rump kernels.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 19 06:44:43 2010 UTC (18 months ago) by dholland
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.3: +10 -3
lines
Diff to previous 1.3 (colored)
Introduce struct pathbuf. This is an abstraction to hold a pathname and the metadata required to interpret it. Callers of namei must now create a pathbuf and pass it to NDINIT (instead of a string and a uio_seg), then destroy the pathbuf after the namei session is complete. Update all namei call sites accordingly. Add a pathbuf(9) man page and update namei(9). The pathbuf interface also now appears in a couple of related additional places that were passing string/uio_seg pairs that were later fed into NDINIT. Update other call sites accordingly.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:30 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Sync with HEAD.
Revision 1.1.12.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:41 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.12.3: +3 -3
lines
Diff to previous 1.1.12.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head.
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:54 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
sync with head
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 24 13:03:11 2010 UTC (23 months ago) by hannken
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern.
Revision 1.1.10.1 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:35 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.1: +9 -5
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.12.3 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:31 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.12.2: +9 -5
lines
Diff to previous 1.1.12.2 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 24 21:41:26 2009 UTC (3 years ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.1: +9 -5
lines
Diff to previous 1.1 (colored)
More changes to improve kern_descrip.c. - Avoid atomics in more places. - Remove the per-descriptor mutex, and just use filedesc_t::fd_lock. It was only being used to synchronize close, and in any case we needed to take fd_lock to free the descriptor slot. - Optimize certain paths for the <NDFDFILE case. - Sprinkle more comments and assertions. - Cache more stuff in filedesc_t. - Fix numerous minor bugs spotted along the way. - Restructure how the open files array is maintained, for clarity and so that we can eliminate the membar_consumer() call in fd_getfile(). This is mostly syntactic sugar; the main functional change is that fd_nfiles now lives alongside the open file array. Some measurements with libmicro: - simple file syscalls are like close() are between 1 to 10% faster. - some nice improvements, e.g. poll(1000) which is ~50% faster.
Revision 1.1.12.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:48 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.12.1: +158 -0
lines
Diff to previous 1.1.12.1 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.1.8.2 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:39 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.8.1: +158 -0
lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:19 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1.6.1: +158 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:08 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.1.4.1: +158 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.1.12.1, Tue Nov 18 13:01:41 2008 UTC (3 years, 6 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -158
lines
FILE REMOVED
file subr_exec_fd.c was added on branch yamt-nfs-mp on 2009-05-04 08:13:48 +0000
Revision 1.1.8.1, Tue Nov 18 13:01:41 2008 UTC (3 years, 6 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1: +0 -158
lines
FILE REMOVED
file subr_exec_fd.c was added on branch nick-hppapmap on 2009-01-19 13:19:39 +0000
Revision 1.1.6.1, Tue Nov 18 13:01:41 2008 UTC (3 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1: +0 -158
lines
FILE REMOVED
file subr_exec_fd.c was added on branch mjf-devfs2 on 2009-01-17 13:29:19 +0000
Revision 1.1.4.1, Tue Nov 18 13:01:41 2008 UTC (3 years, 6 months ago) by haad
Branch: haad-dm
Changes since 1.1: +0 -158
lines
FILE REMOVED
file subr_exec_fd.c was added on branch haad-dm on 2008-12-13 01:15:08 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 18 13:01:41 2008 UTC (3 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
jym-xensuspend-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
nick-hppapmap,
mjf-devfs2,
jym-xensuspend,
haad-dm
Move fd_closeexec() and fd_checkstd() from kern_descrip to their own file, subr_exec_fd.c (they're used only by exec). After this change, the kernel source modules are in a partitioned enough state to allow building a system without vfs at all.