Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.93 / (download) - annotate - [select for diffs], Sat Sep 3 14:09:03 2011 UTC (8 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
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.92: +5 -3
lines
Diff to previous 1.92 (colored)
Make sure that we initialize all accounting bytes.
Revision 1.90.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:26 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.90: +9 -5
lines
Diff to previous 1.90 (colored) next main 1.91 (colored)
Sync with HEAD.
Revision 1.88.4.4 / (download) - annotate - [select for diffs], Tue May 31 03:05:00 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.88.4.3: +1 -1
lines
Diff to previous 1.88.4.3 (colored) to branchpoint 1.88 (colored) next main 1.89 (colored)
sync with head
Revision 1.86.12.1 / (download) - annotate - [select for diffs], Fri May 20 19:28:56 2011 UTC (12 months ago) by bouyer
Branch: netbsd-5
Changes since 1.86: +8 -4
lines
Diff to previous 1.86 (colored) next main 1.87 (colored)
Pull up following revision(s) (requested by dholland in ticket #1618): sys/kern/kern_acct.c: revision 1.91 Fix up sign-compare issue checking for free space. Should fix PR 43413 where accounting doesn't suspend properly.
Revision 1.92 / (download) - annotate - [select for diffs], Sun May 1 01:15:18 2011 UTC (12 months, 3 weeks ago) by rmind
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp
Changes since 1.91: +3 -3
lines
Diff to previous 1.91 (colored)
- Remove FORK_SHARELIMIT and PL_SHAREMOD, simplify lim_privatise(). - Use kmem(9) for struct plimit::pl_corename.
Revision 1.88.4.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:42:07 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.88.4.2: +6 -2
lines
Diff to previous 1.88.4.2 (colored) to branchpoint 1.88 (colored)
sync with head
Revision 1.91 / (download) - annotate - [select for diffs], Sat Mar 26 21:31:23 2011 UTC (14 months ago) by dholland
Branch: MAIN
Changes since 1.90: +8 -4
lines
Diff to previous 1.90 (colored)
Fix up sign-compare issue checking for free space. Should fix PR 43413 where accounting doesn't suspend properly.
Revision 1.88.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:13 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.88.4.1: +16 -6
lines
Diff to previous 1.88.4.1 (colored) to branchpoint 1.88 (colored)
sync with head
Revision 1.90 / (download) - annotate - [select for diffs], Fri Nov 19 06:44:42 2010 UTC (18 months ago) by dholland
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.89: +16 -6
lines
Diff to previous 1.89 (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.88.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:25 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.88: +6 -6
lines
Diff to previous 1.88 (colored) next main 1.89 (colored)
Sync with HEAD.
Revision 1.86.2.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:38 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.86.2.2: +6 -6
lines
Diff to previous 1.86.2.2 (colored) to branchpoint 1.86 (colored) next main 1.87 (colored)
sync with head.
Revision 1.88.4.1 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:52 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.88: +6 -6
lines
Diff to previous 1.88 (colored)
sync with head
Revision 1.89 / (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.88: +6 -6
lines
Diff to previous 1.88 (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.86.2.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:16 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.86.2.1: +3 -3
lines
Diff to previous 1.86.2.1 (colored) to branchpoint 1.86 (colored)
sync with head
Revision 1.88 / (download) - annotate - [select for diffs], Fri Jan 8 11:35:09 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base1,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.87: +3 -3
lines
Diff to previous 1.87 (colored)
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live years ago when the kernel was modified to not alter ABI based on DIAGNOSTIC, and now just call the respective function interfaces (in lowercase). Plenty of mix'n match upper/lowercase has creeped into the tree since then. Nuke the macros and convert all callsites to lowercase. no functional change
Revision 1.86.16.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:56 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.86: +3 -3
lines
Diff to previous 1.86 (colored) next main 1.87 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.86.2.1 / (download) - annotate - [select for diffs], Mon May 4 08:13:46 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.86: +3 -3
lines
Diff to previous 1.86 (colored)
sync with head.
Revision 1.86.10.1 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:55 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.86: +3 -3
lines
Diff to previous 1.86 (colored) next main 1.87 (colored)
Sync with HEAD.
Revision 1.87 / (download) - annotate - [select for diffs], Wed Feb 11 00:32:45 2009 UTC (3 years, 3 months ago) by enami
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.86: +3 -3
lines
Diff to previous 1.86 (colored)
s/NOFOLLOW/FOLLOW/ in NDINIT so that it matches actual behavior which is controlled by NO_FOLLOW bit passed in 2nd arg of vn_open().
Revision 1.83.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:07 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.83.6.1: +4 -4
lines
Diff to previous 1.83.6.1 (colored) to branchpoint 1.83 (colored) next main 1.84 (colored)
Sync with HEAD.
Revision 1.84.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:06 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.84: +6 -6
lines
Diff to previous 1.84 (colored) next main 1.85 (colored)
sync with head.
Revision 1.86.4.2 / (download) - annotate - [select for diffs], Wed May 14 01:35:12 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.86.4.1: +2 -3
lines
Diff to previous 1.86.4.1 (colored) to branchpoint 1.86 (colored) next main 1.87 (colored)
Per discussion with ad, remove most of the #include <sys/sa.h> lines as they were including sa.h just for the type(s) needed for syscallargs.h. Instead, create a new file, sys/satypes.h, which contains just the types needed for syscallargs.h. Yes, there's only one now, but that may change and it's probably more likely to change if it'd be difficult to handle. :-) Per discussion with matt at n dot o, add an include of satypes.h to sigtypes.h. Upcall handlers are kinda signal handlers, and signalling is the header file that's already included for syscallargs.h that closest matches SA. This shaves about 3000 lines off of the diff of the branch relative to the base. That also represents about 18% of the total before this checkin. I think this reduction is very good thing.
Revision 1.86.4.1 / (download) - annotate - [select for diffs], Sat May 10 23:49:03 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.86: +3 -2
lines
Diff to previous 1.86 (colored)
Initial checkin of re-adding SA. Everything except kern_sa.c compiles in GENERIC for i386. This is still a work-in-progress, but this checkin covers most of the mechanical work (changing signalling to be able to accomidate SA's process-wide signalling and re-adding includes of sys/sa.h and savar.h). Subsequent changes will be much more interesting. Also, kern_sa.c has received partial cleanup. There's still more to do, though.
Revision 1.86 / (download) - annotate - [select for diffs], Thu Apr 24 18:39:23 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
nick-hppapmap,
netbsd-5,
jym-xensuspend
Changes since 1.85: +4 -4
lines
Diff to previous 1.85 (colored)
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since we no longer need to guard against access from hardware interrupt handlers. Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the child process share the parent's lock so that signal state may be kept in sync. Partially addresses PR kern/37437.
Revision 1.85 / (download) - annotate - [select for diffs], Thu Apr 24 15:35:28 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.84: +4 -4
lines
Diff to previous 1.84 (colored)
Network protocol interrupts can now block on locks, so merge the globals proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock). Implications: - Inspecting process state requires thread context, so signals can no longer be sent from a hardware interrupt handler. Signal activity must be deferred to a soft interrupt or kthread. - As the proc state locking is simplified, it's now safe to take exit() and wait() out from under kernel_lock. - The system spends less time at IPL_SCHED, and there is less lock activity.
Revision 1.83.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:43:00 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.83: +4 -4
lines
Diff to previous 1.83 (colored)
Sync with HEAD.
Revision 1.61.2.9 / (download) - annotate - [select for diffs], Mon Mar 24 09:39:01 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.8: +4 -4
lines
Diff to previous 1.61.2.8 (colored) to branchpoint 1.61 (colored) next main 1.62 (colored)
sync with head.
Revision 1.75.8.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:58 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.75.8.2: +4 -5
lines
Diff to previous 1.75.8.2 (colored) to branchpoint 1.75 (colored) next main 1.76 (colored)
sync with HEAD
Revision 1.84 / (download) - annotate - [select for diffs], Fri Mar 21 21:55:00 2008 UTC (4 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
ad-socklock-base1
Branch point for: yamt-pf42
Changes since 1.83: +4 -4
lines
Diff to previous 1.83 (colored)
Catch up with descriptor handling changes. See kern_descrip.c revision 1.173 for details.
Revision 1.77.4.3 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:45 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.77.4.2: +18 -15
lines
Diff to previous 1.77.4.2 (colored) to branchpoint 1.77 (colored) next main 1.78 (colored)
Sync with HEAD.
Revision 1.61.2.8 / (download) - annotate - [select for diffs], Mon Feb 4 09:24:08 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.7: +4 -5
lines
Diff to previous 1.61.2.7 (colored) to branchpoint 1.61 (colored)
sync with head.
Revision 1.83 / (download) - annotate - [select for diffs], Fri Jan 25 14:32:14 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Branch point for: mjf-devfs2
Changes since 1.82: +2 -3
lines
Diff to previous 1.82 (colored)
Remove VOP_LEASE. Discussed on tech-kern.
Revision 1.82 / (download) - annotate - [select for diffs], Thu Jan 24 13:57:52 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.81: +4 -4
lines
Diff to previous 1.81 (colored)
Mark some callouts/workqueues/kthreads MPSAFE.
Revision 1.61.2.7 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:01 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.6: +21 -17
lines
Diff to previous 1.61.2.6 (colored) to branchpoint 1.61 (colored)
sync with head
Revision 1.75.8.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:55:58 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.75.8.1: +25 -21
lines
Diff to previous 1.75.8.1 (colored) to branchpoint 1.75 (colored)
sync with HEAD
Revision 1.79.4.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:30 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.79.4.1: +14 -10
lines
Diff to previous 1.79.4.1 (colored) to branchpoint 1.79 (colored) next main 1.80 (colored)
Sync with HEAD
Revision 1.81 / (download) - annotate - [select for diffs], Sat Jan 5 18:23:30 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.80: +16 -12
lines
Diff to previous 1.80 (colored)
Make acct_lock a rwlock.
Revision 1.79.4.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:55:46 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.79: +5 -5
lines
Diff to previous 1.79 (colored)
Sync with HEAD
Revision 1.77.4.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:45:55 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.77.4.1: +7 -7
lines
Diff to previous 1.77.4.1 (colored) to branchpoint 1.77 (colored)
Sync with HEAD.
Revision 1.78.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:06 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.78: +7 -7
lines
Diff to previous 1.78 (colored) next main 1.79 (colored)
Sync with head.
Revision 1.80 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:07 2007 UTC (4 years, 5 months ago) by dsl
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.79: +5 -5
lines
Diff to previous 1.79 (colored)
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
Revision 1.75.6.3 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:14 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.75.6.2: +4 -4
lines
Diff to previous 1.75.6.2 (colored) to branchpoint 1.75 (colored) next main 1.76 (colored)
Sync with HEAD.
Revision 1.79 / (download) - annotate - [select for diffs], Sat Dec 8 19:29:47 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.78: +4 -4
lines
Diff to previous 1.78 (colored)
Remove cn_lwp from struct componentname. curlwp should be used from on. The NDINIT() macro no longer takes the lwp parameter and associates the credentials of the calling thread with the namei structure.
Revision 1.77.4.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:25 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.77: +6 -6
lines
Diff to previous 1.77 (colored)
Sync with HEAD.
Revision 1.61.2.6 / (download) - annotate - [select for diffs], Fri Dec 7 17:32:36 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.5: +6 -6
lines
Diff to previous 1.61.2.5 (colored) to branchpoint 1.61 (colored)
sync with head
Revision 1.75.6.2 / (download) - annotate - [select for diffs], Tue Nov 27 19:38:01 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.75.6.1: +6 -6
lines
Diff to previous 1.75.6.1 (colored) to branchpoint 1.75 (colored)
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.78 / (download) - annotate - [select for diffs], Mon Nov 26 19:02:00 2007 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base
Branch point for: vmlocking2
Changes since 1.77: +6 -6
lines
Diff to previous 1.77 (colored)
Remove the "struct lwp *" argument from all VFS and VOP interfaces. The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern
Revision 1.75.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:31:28 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.75: +14 -17
lines
Diff to previous 1.75 (colored)
sync with HEAD
Revision 1.61.2.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:19 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.4: +14 -17
lines
Diff to previous 1.61.2.4 (colored) to branchpoint 1.61 (colored)
sync with head.
Revision 1.73.2.5 / (download) - annotate - [select for diffs], Tue Oct 9 13:44:23 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.73.2.4: +14 -17
lines
Diff to previous 1.73.2.4 (colored) to branchpoint 1.73 (colored) next main 1.74 (colored)
Sync with head.
Revision 1.76.2.1 / (download) - annotate - [select for diffs], Sat Oct 6 15:28:41 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.76: +14 -17
lines
Diff to previous 1.76 (colored) next main 1.77 (colored)
sync with head.
Revision 1.75.6.1 / (download) - annotate - [select for diffs], Tue Oct 2 18:28:57 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.75: +14 -17
lines
Diff to previous 1.75 (colored)
Sync with HEAD.
Revision 1.77 / (download) - annotate - [select for diffs], Sat Sep 29 12:22:30 2007 UTC (4 years, 7 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: mjf-devfs
Changes since 1.76: +14 -17
lines
Diff to previous 1.76 (colored)
Change the way p->p_limit (and hence p->p_rlimit) is locked. Should fix PR/36939 and make the rlimit code MP safe. Posted for comment to tech-kern (non received!) The p_limit field (for a process) is only be changed once (on the first write), and a reference to the old structure is kept (for code paths that have cached the pointer). Only p->p_limit is now locked by p->p_mutex, and since the referenced memory will not go away, is only needed if the pointer is to be changed. The contents of 'struct plimit' are all locked by pl_mutex, except that the code doesn't bother to acquire it for reads (which are basically atomic). Add FORK_SHARELIMIT that causes fork1() to share the limits between parent and child, use it for the IRIX_PR_SULIMIT. Fix borked test for both IRIX_PR_SUMASK and IRIX_PR_SDIR being set.
Revision 1.76 / (download) - annotate - [select for diffs], Fri Sep 21 19:19:20 2007 UTC (4 years, 8 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-x86pmap-base
Branch point for: yamt-x86pmap
Changes since 1.75: +3 -3
lines
Diff to previous 1.75 (colored)
Rename members of 'struct plimit' so that the fields are 'pl_xxx' and no longer have the same names as members of 'struct proc'.
Revision 1.61.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:40:42 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.3: +26 -22
lines
Diff to previous 1.61.2.3 (colored) to branchpoint 1.61 (colored)
sync with head.
Revision 1.73.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:09:41 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.73: +23 -19
lines
Diff to previous 1.73 (colored) next main 1.74 (colored)
Sync with head.
Revision 1.75 / (download) - annotate - [select for diffs], Mon Jul 9 21:10:51 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm
Changes since 1.74: +22 -18
lines
Diff to previous 1.74 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.73.2.4 / (download) - annotate - [select for diffs], Fri Jun 8 14:17:16 2007 UTC (4 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.73.2.3: +3 -3
lines
Diff to previous 1.73.2.3 (colored) to branchpoint 1.73 (colored)
Sync with head.
Revision 1.73.2.3 / (download) - annotate - [select for diffs], Sun May 13 17:36:33 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.73.2.2: +20 -16
lines
Diff to previous 1.73.2.2 (colored) to branchpoint 1.73 (colored)
- Pass the error number and residual count to biodone(), and let it handle setting error indicators. Prepare to eliminate B_ERROR. - Add a flag argument to brelse() to be set into the buf's flags, instead of doing it directly. Typically used to set B_INVAL. - Add a "struct cpu_info *" argument to kthread_create(), to be used to create bound threads. Change "bool mpsafe" to "int flags". - Allow exit of LWPs in the IDL state when (l != curlwp). - More locking fixes & conversion to the new API.
Revision 1.70.2.3 / (download) - annotate - [select for diffs], Mon May 7 10:55:45 2007 UTC (5 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.70.2.2: +3 -3
lines
Diff to previous 1.70.2.2 (colored) to branchpoint 1.70 (colored) next main 1.71 (colored)
sync with head.
Revision 1.74 / (download) - annotate - [select for diffs], Sun Apr 22 08:30:00 2007 UTC (5 years, 1 month ago) by dsl
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Changes since 1.73: +3 -3
lines
Diff to previous 1.73 (colored)
Change the way that emulations locate files within the emulation root to avoid having to allocate space in the 'stackgap' - which is very LWP unfriendly. The additional code for non-emulation namei() is trivial, the reduction for the emulations is massive. The vnode for a processes emulation root is saved in the cwdi structure during process exec. If the emulation root the TRYEMULROOT flag are set, namei() will do an initial search for absolute pathnames in the emulation root, if that fails it will retry from the normal root. ".." at the emulation root will always go to the real root, even in the middle of paths and when expanding symlinks. Absolute symlinks found using absolute paths in the emulation root will be relative to the emulation root (so /usr/lib/xxx.so -> /lib/xxx.so links inside the emulation root don't need changing). If the root of the emulation would be returned (for an emulation lookup), then the real root is returned instead (matching the behaviour of emul_lookup, but being a cheap comparison here) so that programs that scan "../.." looking for the root dircetory don't loop forever. The target for symbolic links is no longer mangled (it used to get the CHECK_ALT_xxx() treatment, so could get /emul/xxx prepended). CHECK_ALT_xxx() are no more. Most of the change is deleting them, and adding TRYEMULROOT to the flags to NDINIT(). A lot of the emulation system call stubs could now be deleted.
Revision 1.73.2.2 / (download) - annotate - [select for diffs], Tue Apr 10 12:07:13 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.73.2.1: +3 -3
lines
Diff to previous 1.73.2.1 (colored) to branchpoint 1.73 (colored)
Nuke the deferred kthread creation stuff, as it's no longer needed. Pointed out by thorpej@.
Revision 1.73.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 22:10:02 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.73: +5 -5
lines
Diff to previous 1.73 (colored)
- Add two new arguments to kthread_create1: pri_t pri, bool mpsafe. - Fork kthreads off proc0 as new LWPs, not new processes.
Revision 1.70.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:32 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.70.2.1: +5 -5
lines
Diff to previous 1.70.2.1 (colored) to branchpoint 1.70 (colored)
Sync with HEAD.
Revision 1.73 / (download) - annotate - [select for diffs], Fri Mar 9 14:11:24 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.72: +4 -4
lines
Diff to previous 1.72 (colored)
- Make the proclist_lock a mutex. The write:read ratio is unfavourable, and mutexes are cheaper use than RW locks. - LOCK_ASSERT -> KASSERT in some places. - Hold proclist_lock/kernel_lock longer in a couple of places.
Revision 1.72 / (download) - annotate - [select for diffs], Sun Mar 4 06:03:03 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.71: +3 -3
lines
Diff to previous 1.71 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.70.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:18 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.70: +3 -3
lines
Diff to previous 1.70 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.61.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:04 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.2: +24 -29
lines
Diff to previous 1.61.2.2 (colored) to branchpoint 1.61 (colored)
sync with head.
Revision 1.71 / (download) - annotate - [select for diffs], Thu Feb 22 06:34:42 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Changes since 1.70: +3 -3
lines
Diff to previous 1.70 (colored)
TRUE -> true, FALSE -> false
Revision 1.70 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:30 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Branch point for: yamt-idlelwp
Changes since 1.69: +24 -29
lines
Diff to previous 1.69 (colored)
Merge newlock2 to head.
Revision 1.66.4.10 / (download) - annotate - [select for diffs], Mon Feb 5 13:16:48 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.66.4.9: +7 -3
lines
Diff to previous 1.66.4.9 (colored) to branchpoint 1.66 (colored) next main 1.67 (colored)
- When clearing signals dequeue siginfo first and free later, once outside the lock permiter. - Push kernel_lock back in a a couple of places. - Adjust limcopy() to be MP safe (this needs redoing). - Fix a couple of bugs noticed along the way. - Catch up with condvar changes.
Revision 1.66.4.9 / (download) - annotate - [select for diffs], Tue Jan 30 13:51:40 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.66.4.8: +2 -3
lines
Diff to previous 1.66.4.8 (colored) to branchpoint 1.66 (colored)
Remove support for SA. Ok core@.
Revision 1.66.4.8 / (download) - annotate - [select for diffs], Sun Jan 28 01:34:18 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.66.4.7: +3 -5
lines
Diff to previous 1.66.4.7 (colored) to branchpoint 1.66 (colored)
- Remove the last use of mtsleep() - sched_pause() -> kpause()
Revision 1.66.4.7 / (download) - annotate - [select for diffs], Thu Jan 11 22:22:59 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.66.4.6: +4 -2
lines
Diff to previous 1.66.4.6 (colored) to branchpoint 1.66 (colored)
Checkpoint work in progress.
Revision 1.61.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:04 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61.2.1: +11 -12
lines
Diff to previous 1.61.2.1 (colored) to branchpoint 1.61 (colored)
sync with head.
Revision 1.66.4.6 / (download) - annotate - [select for diffs], Fri Dec 29 20:27:43 2006 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.66.4.5: +4 -5
lines
Diff to previous 1.66.4.5 (colored) to branchpoint 1.66 (colored)
Checkpoint work in progress.
Revision 1.67.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:43 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.67.2.1: +4 -4
lines
Diff to previous 1.67.2.1 (colored) to branchpoint 1.67 (colored) next main 1.68 (colored)
sync with head.
Revision 1.66.4.5 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:21 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.66.4.4: +4 -4
lines
Diff to previous 1.66.4.4 (colored) to branchpoint 1.66 (colored)
Sync with head.
Revision 1.66.4.4 / (download) - annotate - [select for diffs], Fri Nov 17 16:34:35 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.66.4.3: +3 -3
lines
Diff to previous 1.66.4.3 (colored) to branchpoint 1.66 (colored)
Checkpoint work in progress.
Revision 1.69 / (download) - annotate - [select for diffs], Wed Nov 1 10:17:58 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.68: +4 -4
lines
Diff to previous 1.68 (colored)
remove some __unused from function parameters.
Revision 1.66.4.3 / (download) - annotate - [select for diffs], Tue Oct 24 21:10:21 2006 UTC (5 years, 7 months ago) by ad
Branch: newlock2
Changes since 1.66.4.2: +4 -2
lines
Diff to previous 1.66.4.2 (colored) to branchpoint 1.66 (colored)
- Redo LWP locking slightly and fix some races. - Fix some locking botches. - Make signal mask / stack per-proc for SA processes. - Add _lwp_kill().
Revision 1.67.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:10 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.67: +4 -4
lines
Diff to previous 1.67 (colored)
sync with head
Revision 1.66.4.2 / (download) - annotate - [select for diffs], Sat Oct 21 14:31:10 2006 UTC (5 years, 7 months ago) by ad
Branch: newlock2
Changes since 1.66.4.1: +3 -3
lines
Diff to previous 1.66.4.1 (colored) to branchpoint 1.66 (colored)
Update for proc_representative_lwp() / calcru() signature change.
Revision 1.68 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:14 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.67: +4 -4
lines
Diff to previous 1.67 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.62.8.4 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:48 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.62.8.3: +4 -4
lines
Diff to previous 1.62.8.3 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)
sync with head.
Revision 1.66.4.1 / (download) - annotate - [select for diffs], Mon Sep 11 18:07:25 2006 UTC (5 years, 8 months ago) by ad
Branch: newlock2
Changes since 1.66: +16 -25
lines
Diff to previous 1.66 (colored)
- Convert some lockmgr() locks to mutexes and RW locks. - Acquire proclist_lock and p_crmutex in some obvious places.
Revision 1.62.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:57:15 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.62: +31 -29
lines
Diff to previous 1.62 (colored) next main 1.63 (colored)
sync with head
Revision 1.67 / (download) - annotate - [select for diffs], Fri Sep 8 20:58:57 2006 UTC (5 years, 8 months ago) by elad
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Changes since 1.66: +4 -4
lines
Diff to previous 1.66 (colored)
First take at security model abstraction.
- Add a few scopes to the kernel: system, network, and machdep.
- Add a few more actions/sub-actions (requests), and start using them as
opposed to the KAUTH_GENERIC_ISSUSER place-holders.
- Introduce a basic set of listeners that implement our "traditional"
security model, called "bsd44". This is the default (and only) model we
have at the moment.
- Update all relevant documentation.
- Add some code and docs to help folks who want to actually use this stuff:
* There's a sample overlay model, sitting on-top of "bsd44", for
fast experimenting with tweaking just a subset of an existing model.
This is pretty cool because it's *really* straightforward to do stuff
you had to use ugly hacks for until now...
* And of course, documentation describing how to do the above for quick
reference, including code samples.
All of these changes were tested for regressions using a Python-based
testsuite that will be (I hope) available soon via pkgsrc. Information
about the tests, and how to write new ones, can be found on:
http://kauth.linbsd.org/kauthwiki
NOTE FOR DEVELOPERS: *PLEASE* don't add any code that does any of the
following:
- Uses a KAUTH_GENERIC_ISSUSER kauth(9) request,
- Checks 'securelevel' directly,
- Checks a uid/gid directly.
(or if you feel you have to, contact me first)
This is still work in progress; It's far from being done, but now it'll
be a lot easier.
Relevant mailing list threads:
http://mail-index.netbsd.org/tech-security/2006/01/25/0011.html
http://mail-index.netbsd.org/tech-security/2006/03/24/0001.html
http://mail-index.netbsd.org/tech-security/2006/04/18/0000.html
http://mail-index.netbsd.org/tech-security/2006/05/15/0000.html
http://mail-index.netbsd.org/tech-security/2006/08/01/0000.html
http://mail-index.netbsd.org/tech-security/2006/08/25/0000.html
Many thanks to YAMAMOTO Takashi, Matt Thomas, and Christos Zoulas for help
stablizing kauth(9).
Full credit for the regression tests, making sure these changes didn't break
anything, goes to Matt Fleming and Jaime Fournier.
Happy birthday Randi! :)
Revision 1.62.8.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:46 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.62.8.2: +11 -12
lines
Diff to previous 1.62.8.2 (colored) to branchpoint 1.62 (colored)
sync with head
Revision 1.66 / (download) - annotate - [select for diffs], Sun Jul 23 22:06:10 2006 UTC (5 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
rpaulo-netinet-merge-pcb-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: newlock2
Changes since 1.65: +11 -12
lines
Diff to previous 1.65 (colored)
Use the LWP cached credentials where sane.
Revision 1.62.8.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:56 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.62.8.1: +13 -12
lines
Diff to previous 1.62.8.1 (colored) to branchpoint 1.62 (colored)
sync with head.
Revision 1.61.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:37 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.61: +34 -30
lines
Diff to previous 1.61 (colored)
sync with head.
Revision 1.63.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:07:15 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.63: +13 -12
lines
Diff to previous 1.63 (colored) next main 1.64 (colored)
Sync with head.
Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 12 00:22:47 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base
Changes since 1.64: +9 -7
lines
Diff to previous 1.64 (colored)
don't allocate statvfs on the stack.
Revision 1.64 / (download) - annotate - [select for diffs], Wed Jun 7 22:33:39 2006 UTC (5 years, 11 months ago) by kardel
Branch: MAIN
Changes since 1.63: +6 -7
lines
Diff to previous 1.63 (colored)
merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
time.tv_sec -> time_second
- struct timeval mono_time is gone
mono_time.tv_sec -> time_uptime
- access to time via
{get,}{micro,nano,bin}time()
get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
Revision 1.62.6.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:38:06 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.62.6.1: +20 -18
lines
Diff to previous 1.62.6.1 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)
Sync with head.
Revision 1.62.12.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:40 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.62: +20 -18
lines
Diff to previous 1.62 (colored) next main 1.63 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.62.8.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:40 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.62: +20 -18
lines
Diff to previous 1.62 (colored)
sync with head.
Revision 1.63 / (download) - annotate - [select for diffs], Sun May 14 21:15:11 2006 UTC (6 years ago) by elad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
simonb-timecounters-base
Branch point for: chap-midi
Changes since 1.62: +20 -18
lines
Diff to previous 1.62 (colored)
integrate kauth.
Revision 1.62.10.3 / (download) - annotate - [select for diffs], Sat May 6 23:31:30 2006 UTC (6 years ago) by christos
Branch: elad-kernelauth
Changes since 1.62.10.2: +3 -2
lines
Diff to previous 1.62.10.2 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)
- Move kauth_cred_t declaration to <sys/types.h> - Cleanup struct ucred; forward declarations that are unused. - Don't include <sys/kauth.h> in any header, but include it in the c files that need it. Approved by core.
Revision 1.62.10.2 / (download) - annotate - [select for diffs], Fri Mar 10 13:53:24 2006 UTC (6 years, 2 months ago) by elad
Branch: elad-kernelauth
Changes since 1.62.10.1: +3 -3
lines
Diff to previous 1.62.10.1 (colored) to branchpoint 1.62 (colored)
generic_authorize() -> kauth_authorize_generic().
Revision 1.62.10.1 / (download) - annotate - [select for diffs], Wed Mar 8 00:53:40 2006 UTC (6 years, 2 months ago) by elad
Branch: elad-kernelauth
Changes since 1.62: +19 -18
lines
Diff to previous 1.62 (colored)
Adapt to kernel authorization KPI.
Revision 1.62.6.1 / (download) - annotate - [select for diffs], Sat Feb 4 14:30:17 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.62: +6 -7
lines
Diff to previous 1.62 (colored)
Adapt for timecounters: mostly use get*time() and use "time_second" instead of "time.tv_sec".
Revision 1.62 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:29 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base,
elad-kernelauth-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Changes since 1.61: +9 -8
lines
Diff to previous 1.61 (colored)
merge ktrace-lwp.
Revision 1.54.2.7 / (download) - annotate - [select for diffs], Thu Nov 10 14:09:44 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.6: +121 -137
lines
Diff to previous 1.54.2.6 (colored) next main 1.55 (colored)
Sync with HEAD. Here we go again...
Revision 1.61 / (download) - annotate - [select for diffs], Thu Jun 23 23:15:12 2005 UTC (6 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.60: +121 -137
lines
Diff to previous 1.60 (colored)
Use ANSI function decls. Apply some static.
Revision 1.54.2.6 / (download) - annotate - [select for diffs], Sat Dec 18 09:32:35 2004 UTC (7 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.5: +14 -7
lines
Diff to previous 1.54.2.5 (colored)
Sync with HEAD.
Revision 1.60 / (download) - annotate - [select for diffs], Mon Dec 13 08:46:43 2004 UTC (7 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-timespec,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge
Changes since 1.59: +14 -7
lines
Diff to previous 1.59 (colored)
sys_acct: use VOP_SETATTR instead of VOP_TRUNCATE as the latter's filesystem internal. while i'm here, fix vnode locking. XXX vn_start_write
Revision 1.54.2.5 / (download) - annotate - [select for diffs], Mon Nov 29 07:24:51 2004 UTC (7 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.4: +23 -4
lines
Diff to previous 1.54.2.4 (colored)
Sync with HEAD.
Revision 1.59 / (download) - annotate - [select for diffs], Sat Nov 13 20:41:41 2004 UTC (7 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: kent-audio1-base,
kent-audio1
Changes since 1.58: +23 -4
lines
Diff to previous 1.58 (colored)
Truncate the last incomplete accounting record, if the file size is not a multiple of the accounting size structure. This can happen after a system crash when fsck truncates the accounting file.
Revision 1.54.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:35:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.3: +8 -7
lines
Diff to previous 1.54.2.3 (colored)
Fix the sync with head I botched.
Revision 1.54.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:53:02 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.2: +8 -9
lines
Diff to previous 1.54.2.2 (colored)
Sync with HEAD.
Revision 1.58 / (download) - annotate - [select for diffs], Fri Sep 17 14:11:25 2004 UTC (7 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.57: +3 -3
lines
Diff to previous 1.57 (colored)
There's no need to pass a proc value when using UIO_SYSSPACE with vn_rdwr(9) and uiomove(9). OK'd by Jason Thorpe
Revision 1.54.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:43 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.54.2.1: +44 -12
lines
Diff to previous 1.54.2.1 (colored)
Sync with HEAD
Revision 1.57 / (download) - annotate - [select for diffs], Wed Apr 21 01:05:38 2004 UTC (8 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.56: +10 -7
lines
Diff to previous 1.56 (colored)
Replace the statfs() family of system calls with statvfs(). Retain binary compatibility.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 23 13:22:03 2004 UTC (8 years, 2 months ago) by junyoung
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.55: +6 -6
lines
Diff to previous 1.55 (colored)
Nuke __P().
Revision 1.55 / (download) - annotate - [select for diffs], Thu Aug 7 16:31:42 2003 UTC (8 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.54: +32 -3
lines
Diff to previous 1.54 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.54.2.1 / (download) - annotate - [select for diffs], Wed Jul 2 15:26:36 2003 UTC (8 years, 10 months ago) by darrenr
Branch: ktrace-lwp
Changes since 1.54: +9 -8
lines
Diff to previous 1.54 (colored)
Apply the aborted ktrace-lwp changes to a specific branch. This is just for others to review, I'm concerned that patch fuziness may have resulted in some errant code being generated but I'll look at that later by comparing the diff from the base to the branch with the file I attempt to apply to it. This will, at the very least, put the changes in a better context for others to review them and attempt to tinker with removing passing of 'struct lwp' through the kernel.
Revision 1.54 / (download) - annotate - [select for diffs], Sun Jun 29 22:31:18 2003 UTC (8 years, 10 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.53: +6 -7
lines
Diff to previous 1.53 (colored)
Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
Revision 1.53 / (download) - annotate - [select for diffs], Sat Jun 28 14:21:53 2003 UTC (8 years, 11 months ago) by darrenr
Branch: MAIN
Changes since 1.52: +9 -8
lines
Diff to previous 1.52 (colored)
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V
Revision 1.52 / (download) - annotate - [select for diffs], Sun Apr 20 03:20:18 2003 UTC (9 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.51: +3 -3
lines
Diff to previous 1.51 (colored)
PR/5458: Andrew Brown: acct(2) bug accounting to files marked sappnd
Revision 1.51 / (download) - annotate - [select for diffs], Sat Jan 18 10:06:23 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.50: +6 -4
lines
Diff to previous 1.50 (colored)
Merge the nathanw_sa branch.
Revision 1.50.12.1 / (download) - annotate - [select for diffs], Wed Dec 18 01:06:05 2002 UTC (9 years, 5 months ago) by gmcgarry
Branch: gmcgarry_ucred
Changes since 1.50: +4 -4
lines
Diff to previous 1.50 (colored) next main 1.51 (colored)
Merge pcred and ucred, and poolify. TBD: check backward compatibility and factor-out some higher-level functionality.
Revision 1.49.6.4 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:13 2002 UTC (9 years, 10 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.49.6.3: +2 -3
lines
Diff to previous 1.49.6.3 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)
No longer need to pull in lwp.h; proc.h pulls it in for us.
Revision 1.49.6.3 / (download) - annotate - [select for diffs], Wed May 29 21:33:09 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.49.6.2: +3 -2
lines
Diff to previous 1.49.6.2 (colored) to branchpoint 1.49 (colored)
#include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t now that <sys/param.h> doesn't include <sys/sa.h>. (Behold the Power of Ed)
Revision 1.50.4.1 / (download) - annotate - [select for diffs], Mon Mar 11 19:14:40 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.50: +15 -22
lines
Diff to previous 1.50 (colored) next main 1.51 (colored)
Make acct_lock an adaptive mutex and rename it to acct_mutex.
Revision 1.49.8.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:44 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.49: +4 -1
lines
Diff to previous 1.49 (colored) next main 1.50 (colored)
Sync kqueue branch with -current.
Revision 1.49.6.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:33 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.49.6.1: +4 -1
lines
Diff to previous 1.49.6.1 (colored) to branchpoint 1.49 (colored)
Catch up to -current.
Revision 1.49.12.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:18:45 2001 UTC (10 years, 6 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.49: +4 -1
lines
Diff to previous 1.49 (colored) next main 1.50 (colored)
Sync the thorpej-mips-cache branch with -current.
Revision 1.50 / (download) - annotate - [select for diffs], Mon Nov 12 15:25:05 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
newlock-base,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
ifpoll,
gmcgarry_ucred_base,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Branch point for: newlock,
gmcgarry_ucred
Changes since 1.49: +4 -1
lines
Diff to previous 1.49 (colored)
add RCSIDs
Revision 1.49.10.2 / (download) - annotate - [select for diffs], Sat Oct 13 17:42:51 2001 UTC (10 years, 7 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.49.10.1: +2 -2
lines
Diff to previous 1.49.10.1 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)
Revert the t_dev -> t_devvp change in struct tty. The way that tty structs are currently used (especially by console ttys) aren't ready for it, and this will require quite a few changes.
Revision 1.49.10.1 / (download) - annotate - [select for diffs], Fri Sep 7 04:45:36 2001 UTC (10 years, 8 months ago) by thorpej
Branch: thorpej-devvp
Changes since 1.49: +4 -2
lines
Diff to previous 1.49 (colored)
Commit my "devvp" changes to the thorpej-devvp branch. This replaces the use of dev_t in most places with a struct vnode *. This will form the basic infrastructure for real cloning device support (besides being architecurally cleaner -- it'll be good to get away from using numbers to represent objects).
Revision 1.49.6.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:49:38 2001 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.49: +5 -3
lines
Diff to previous 1.49 (colored)
Initial commit of scheduler activations and lightweight process support.
Revision 1.47.12.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:08:57 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.47: +185 -58
lines
Diff to previous 1.47 (colored) next main 1.48 (colored)
Update thorpej_scsipi to -current as of a month ago
Revision 1.49 / (download) - annotate - [select for diffs], Mon May 8 19:06:36 2000 UTC (12 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: thorpej-mips-cache,
thorpej-devvp,
nathanw_sa,
kqueue
Changes since 1.48: +19 -1
lines
Diff to previous 1.48 (colored)
Don't reset file size limit to infinity on exit. Instead, temporarily raise the limit to infinity when writing out the accounting file. From Artur Grabowski <art@stacken.kth.se>.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Mar 10 01:13:18 2000 UTC (12 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.47: +167 -58
lines
Diff to previous 1.47 (colored)
Create new kernel thread to issue statfs(2) system call to check free disk space rather than doing it in timeout handler. This fixes long standing bug that accounting file can't be put on NFS file system (so, e.g, we couldn't turn on accounting on diskless system).
Revision 1.45.2.1 / (download) - annotate - [select for diffs], Sat Aug 8 03:06:54 1998 UTC (13 years, 9 months ago) by eeh
Branch: eeh-paddr_t
Changes since 1.45: +3 -3
lines
Diff to previous 1.45 (colored) next main 1.46 (colored)
Revert cdevsw mmap routines to return int.
Revision 1.47 / (download) - annotate - [select for diffs], Tue Aug 4 04:03:11 1998 UTC (13 years, 9 months ago) by perry
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kenh-if-detach-base,
kenh-if-detach,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase,
chs-ubc2-base,
chs-ubc2,
chs-ubc-base,
chs-ubc
Branch point for: thorpej_scsipi
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. bcopy(x, y, z) -> memcpy(y, x, z) ovbcopy(x, y, z) -> memmove(y, x, z) bcmp(x, y, z) -> memcmp(x, y, z) bzero(x, y) -> memset(x, 0, y)
Revision 1.46 / (download) - annotate - [select for diffs], Fri Jul 31 22:50:49 1998 UTC (13 years, 9 months ago) by perry
Branch: MAIN
Changes since 1.45: +3 -3
lines
Diff to previous 1.45 (colored)
fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.
Revision 1.45 / (download) - annotate - [select for diffs], Tue Jul 28 18:13:04 1998 UTC (13 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: eeh-paddr_t-base
Branch point for: eeh-paddr_t
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Don't cast the null residual pointer passed to vn_rdwr().
Revision 1.44 / (download) - annotate - [select for diffs], Sun Mar 1 02:22:27 1998 UTC (14 years, 2 months ago) by fvdl
Branch: MAIN
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored)
Merge with Lite2 + local changes
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:13:06 1998 UTC (14 years, 2 months ago) by fvdl
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.2: +17 -6
lines
Diff to previous 1.1.1.2 (colored)
Import 4.4BSD-Lite2
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:09:38 1998 UTC (14 years, 2 months ago) by fvdl
Branch: WFJ-920714,
CSRG
CVS Tags: lite-1,
date-03-may-96
Changes since 1.1.1.1: +116 -1
lines
Diff to previous 1.1.1.1 (colored)
Import 4.4BSD-Lite for reference
Revision 1.43 / (download) - annotate - [select for diffs], Sun Oct 19 02:00:25 1997 UTC (14 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Add const where appropriate.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Feb 4 02:15:12 1996 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: thorpej-signal-base,
thorpej-signal,
thorpej-setroot,
netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
mrg-vm-swap,
marc-pcmcia-bp,
marc-pcmcia-base,
marc-pcmcia,
is-newarp-before-merge,
is-newarp-base,
is-newarp,
bouyer-scsipi
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
First pass at prototyping
Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 7 06:28:07 1995 UTC (16 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.40: +3 -3
lines
Diff to previous 1.40 (colored)
Prefix names of system call implementation functions with `sys_'.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Sep 19 21:44:53 1995 UTC (16 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.39: +6 -5
lines
Diff to previous 1.39 (colored)
Make system calls conform to a standard prototype and bring those prototypes into scope.
Revision 1.39 / (download) - annotate - [select for diffs], Tue Mar 21 13:33:46 1995 UTC (17 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.38: +3 -5
lines
Diff to previous 1.38 (colored)
Update to use timer{add,sub}().
Revision 1.38 / (download) - annotate - [select for diffs], Sat Dec 24 15:07:22 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.37: +3 -1
lines
Diff to previous 1.37 (colored)
various cleanups for -Wall. some inspired by James Jegers.
Revision 1.37 / (download) - annotate - [select for diffs], Wed Dec 14 19:07:07 1994 UTC (17 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Remove extra arg to vn_open().
Revision 1.36 / (download) - annotate - [select for diffs], Tue Dec 13 21:52:35 1994 UTC (17 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
LEASE_CHECK -> VOP_LEASE
Revision 1.35 / (download) - annotate - [select for diffs], Sun Dec 11 18:06:07 1994 UTC (17 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Nov 14 06:01:16 1994 UTC (17 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
added extra argument in vn_open and VOP_OPEN to allow cloning devices
Revision 1.33 / (download) - annotate - [select for diffs], Thu Oct 20 04:22:39 1994 UTC (17 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.32: +12 -9
lines
Diff to previous 1.32 (colored)
update for new syscall args description mechanism
Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 4 20:43:06 1994 UTC (17 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.31: +13 -14
lines
Diff to previous 1.31 (colored)
Revert most of the previous change.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 4 20:27:06 1994 UTC (17 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.30: +21 -12
lines
Diff to previous 1.30 (colored)
minor style nits, change VBAD handling
Revision 1.30 / (download) - annotate - [select for diffs], Wed Jun 29 06:32:17 1994 UTC (17 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.29: +3 -2
lines
Diff to previous 1.29 (colored)
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 19 22:58:29 1994 UTC (17 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
replace part of apparently-deleted line
Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 8 11:28:33 1994 UTC (17 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.27: +6 -6
lines
Diff to previous 1.27 (colored)
Update to 4.4-Lite fs code.
Revision 1.27 / (download) - annotate - [select for diffs], Tue May 24 06:49:14 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.26: +6 -4
lines
Diff to previous 1.26 (colored)
very obscure bug fix for acctwatch
Revision 1.26 / (download) - annotate - [select for diffs], Sat May 21 09:00:22 1994 UTC (18 years ago) by mycroft
Branch: MAIN
Changes since 1.25: +15 -14
lines
Diff to previous 1.25 (colored)
Don't go berzerk if acctwatch() happens to be called during an acct_process().
Revision 1.25 / (download) - annotate - [select for diffs], Sat May 21 01:10:26 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
oops; if in the wrong place. thanks charles.
Revision 1.24 / (download) - annotate - [select for diffs], Fri May 20 10:05:02 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.23: +194 -22
lines
Diff to previous 1.23 (colored)
update with merged versions
Revision 1.23 / (download) - annotate - [select for diffs], Fri May 20 10:04:05 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.22: +41 -221
lines
Diff to previous 1.22 (colored)
4.4-Lite versions
Revision 1.22 / (download) - annotate - [select for diffs], Tue May 17 04:21:49 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.21: +296 -1
lines
Diff to previous 1.21 (colored)
copyright foo
Revision 1.21 / (download) - annotate - [select for diffs], Thu May 5 08:37:38 1994 UTC (18 years ago) by mycroft
Branch: MAIN
Changes since 1.20: +1 -1
lines
Diff to previous 1.20 (colored)
Remove now-bogus casts.
Revision 1.20 / (download) - annotate - [select for diffs], Thu May 5 05:38:02 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.19: +1 -1
lines
Diff to previous 1.19 (colored)
lots of changes: prototype migration, move lots of variables, definitions, and structure elements around. kill some unnecessary type and macro definitions. standardize clock handling. More changes than you'd want.
Revision 1.19 / (download) - annotate - [select for diffs], Wed May 4 03:41:48 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.18: +1 -1
lines
Diff to previous 1.18 (colored)
Rename a lot of process flags.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 29 04:41:26 1994 UTC (18 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.17: +1 -1
lines
Diff to previous 1.17 (colored)
kill syscall name aliases. no user-visible changes
Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 27 11:53:31 1994 UTC (18 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.16: +1 -1
lines
Diff to previous 1.16 (colored)
kill XXX's i marked long ago
Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 18 04:20:09 1993 UTC (18 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.15: +1 -1
lines
Diff to previous 1.15 (colored)
Canonicalize all #includes.
Revision 1.10.2.8 / (download) - annotate - [select for diffs], Sun Nov 14 06:57:50 1993 UTC (18 years, 6 months ago) by cgd
Branch: magnum
Changes since 1.10.2.7: +1 -1
lines
Diff to previous 1.10.2.7 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
changes from trunk
Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 14 06:55:24 1993 UTC (18 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.14: +1 -1
lines
Diff to previous 1.14 (colored)
fix to keep acctwatch() from being called before the vnode is unlocked. from Mark Tinguely <tinguely@plains.nodak.edu>.
Revision 1.10.2.7 / (download) - annotate - [select for diffs], Wed Nov 3 13:42:26 1993 UTC (18 years, 6 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.6: +1 -1
lines
Diff to previous 1.10.2.6 (colored) to branchpoint 1.10 (colored)
Merge changes from trunk, and clean up #includes.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 3 09:08:42 1993 UTC (18 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.13: +1 -1
lines
Diff to previous 1.13 (colored)
clean up, move some XXX's around, and note that one or two things should be
replaced with timeval{add,sub}, and generally be made more sane.
Revision 1.10.2.6 / (download) - annotate - [select for diffs], Tue Oct 26 19:00:21 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.5: +1 -1
lines
Diff to previous 1.10.2.5 (colored) to branchpoint 1.10 (colored)
Reorder some arithmetic to avoid a multiply. (Can you say `Get a life?')
Revision 1.10.2.5 / (download) - annotate - [select for diffs], Tue Oct 26 13:53:04 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.4: +1 -1
lines
Diff to previous 1.10.2.4 (colored) to branchpoint 1.10 (colored)
Forgot one quad change.
Revision 1.10.2.4 / (download) - annotate - [select for diffs], Tue Oct 26 13:13:44 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.3: +1 -1
lines
Diff to previous 1.10.2.3 (colored) to branchpoint 1.10 (colored)
Merge changes from trunk.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 20 00:53:34 1993 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (colored)
add some timeout_t typedefs
Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 20 00:45:34 1993 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.11: +1 -1
lines
Diff to previous 1.11 (colored)
knf'ify, clean up some, move sysacct() args out of function declaration.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 20 00:16:40 1993 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (colored)
delete my '/dev/acct'-style accounting in favor of the version written by Mark Tinguely (tinguely@plains.NoDak.edu). It's the 'standard' way of doing accounting, rather than a wacky one.
Revision 1.10.2.3 / (download) - annotate - [select for diffs], Thu Sep 30 21:46:37 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.2: +1 -1
lines
Diff to previous 1.10.2.2 (colored) to branchpoint 1.10 (colored)
Must convert stat tick counts to acct tick counts.
Revision 1.10.2.2 / (download) - annotate - [select for diffs], Thu Sep 30 18:22:55 1993 UTC (18 years, 7 months ago) by mycroft
Branch: magnum
Changes since 1.10.2.1: +1 -1
lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored)
Update time calculations for new struct proc.
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Fri Sep 24 08:50:54 1993 UTC (18 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (colored)
Make all files using spl*() #include cpu.h. Changes from trunk. init_main.c: New method of pseudo-device of initialization. kern_clock.c: hardclock() and softclock() now take a pointer to a clockframe. softclock() only does callouts. kern_synch.c: Remove spurious declaration of endtsleep(). Adjust uses of averunnable for new struct loadav. subr_prf.c: Allow printf() formats in panic(). tty.c: averunnable changes. vfs_subr.c: va_size and va_bytes are now quads.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 28 02:22:05 1993 UTC (18 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: magnum-base
Branch point for: magnum
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (colored)
incorporate changes from 0-9-base to 0-9-ALPHA
Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed Jul 21 13:11:57 1993 UTC (18 years, 10 months ago) by cgd
Branch: netbsd-0-9
CVS Tags: netbsd-0-9-patch-001,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
add controlling terminal to recorded info. this one was easy...
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 13 22:13:15 1993 UTC (18 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-0-9-base
Branch point for: netbsd-0-9
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored)
break args structs out, into syscallname_args structs, so gcc2 doesn't whine so much.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 27 06:01:30 1993 UTC (18 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.7: +1 -1
lines
Diff to previous 1.7 (colored)
ANSIfications - removed all implicit function return types and argument definitions. Ensured that all files include "systm.h" to gain access to general prototypes. Casts where necessary.
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 22 11:41:31 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
add include of select.h if necessary for protos, or delete if extraneous
Revision 1.6 / (download) - annotate - [select for diffs], Tue May 18 18:19:12 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
make kernel select interface be one-stop shopping & clean it all up.
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 4 05:48:17 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
oops, forgot a c!
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 3 02:49:27 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
fix accidental 2dd, and fix comm handling for debug
Revision 1.3 / (download) - annotate - [select for diffs], Sun May 2 20:40:31 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
add starting, elapsed, user, and system times, and clean up a bit
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 2 09:23:10 1993 UTC (19 years ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
add barebones accounting, enabled w/"options ACCOUNTING", via /dev/acct
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-8,
WFJ-386bsd-01
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Initial revision