The NetBSD Project

CVS log for src/sys/kern/subr_prof.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.50 / (download) - annotate - [select for diffs], Sat Aug 14 17:51:20 2021 UTC (2 years, 8 months ago) by ryo
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.49: +276 -10 lines
Diff to previous 1.49 (unified)

Improved the performance of kernel profiling on MULTIPROCESSOR, and possible to get profiling data for each CPU.

In the current implementation, locks are acquired at the entrance of the mcount
internal function, so the higher the number of cores, the more lock conflict
occurs, making profiling performance in a MULTIPROCESSOR environment unusable
and slow. Profiling buffers has been changed to be reserved for each CPU,
improving profiling performance in MP by several to several dozen times.

- Eliminated cpu_simple_lock in mcount internal function, using per-CPU buffers.
- Add ci_gmon member to struct cpu_info of each MP arch.
- Add kern.profiling.percpu node in sysctl tree.
- Add new -c <cpuid> option to kgmon(8) to specify the cpuid, like openbsd.
  For compatibility, if the -c option is not specified, the entire system can be
  operated as before, and the -p option will get the total profiling data for
  all CPUs.

Revision 1.48.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:09:03 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.48: +14 -15 lines
Diff to previous 1.48 (unified) next main 1.49 (unified)

Sync with HEAD

Revision 1.49 / (download) - annotate - [select for diffs], Sat Apr 6 03:06:28 2019 UTC (5 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.48: +14 -15 lines
Diff to previous 1.48 (unified)

Overhaul the API used to fetch and store individual memory cells in
userspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms.  The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Feb 4 17:31:51 2018 UTC (6 years, 2 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat
Branch point for: phil-wifi
Changes since 1.47: +6 -2 lines
Diff to previous 1.47 (unified)

Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're
not gonna go very far.

Revision 1.45.22.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:04:29 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.45: +3 -8 lines
Diff to previous 1.45 (unified) next main 1.46 (unified)

Rebase to HEAD as of a few days ago.

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:55:58 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (unified) next main 1.47 (unified)

Rebase.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jul 10 21:13:52 2014 UTC (9 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (unified)

don't cast void * in c.

Revision 1.45.12.1 / (download) - annotate - [select for diffs], Thu May 22 11:41:03 2014 UTC (9 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.45: +2 -7 lines
Diff to previous 1.45 (unified) next main 1.46 (unified)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.45.26.1 / (download) - annotate - [select for diffs], Sun May 18 17:46:07 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.45: +2 -7 lines
Diff to previous 1.45 (unified) next main 1.46 (unified)

sync with head

Revision 1.46 / (download) - annotate - [select for diffs], Tue Feb 25 18:30:11 2014 UTC (10 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.45: +2 -7 lines
Diff to previous 1.45 (unified)

Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.

Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.

Revision 1.43.10.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:18 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43: +4 -5 lines
Diff to previous 1.43 (unified) next main 1.44 (unified)

sync with head

Revision 1.45 / (download) - annotate - [select for diffs], Thu Dec 17 01:25:10 2009 UTC (14 years, 4 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, khorben-n900, jruoho-x86intr-base, jruoho-x86intr, 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-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys, rmind-smpnet
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (unified)

Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Dec 12 17:48:54 2009 UTC (14 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (unified)

Fix comment for arg types of sys_profil().

Revision 1.43.12.2 / (download) - annotate - [select for diffs], Wed May 14 01:35:13 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.43.12.1: +2 -3 lines
Diff to previous 1.43.12.1 (unified) to branchpoint 1.43 (unified) next main 1.44 (unified)

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.43.12.1 / (download) - annotate - [select for diffs], Sat May 10 23:49:05 2008 UTC (15 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (unified)

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.32.2.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:21 2008 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.32.2.4: +5 -5 lines
Diff to previous 1.32.2.4 (unified) to branchpoint 1.32 (unified) next main 1.33 (unified)

sync with head

Revision 1.41.8.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:19 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.41.8.1: +5 -5 lines
Diff to previous 1.41.8.1 (unified) to branchpoint 1.41 (unified) next main 1.42 (unified)

sync with HEAD

Revision 1.42.8.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:10 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (unified) next main 1.43 (unified)

Sync with HEAD

Revision 1.42.4.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:14 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (unified) next main 1.43 (unified)

Sync with head.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:10 2007 UTC (16 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, vmlocking2-base3, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, 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, netbsd-5, mjf-devfs2-base, mjf-devfs2, mjf-devfs-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, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, wrstuden-revivesa
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (unified)

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.41.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:32:18 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified)

sync with HEAD

Revision 1.32.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:34 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.32.2.3: +3 -3 lines
Diff to previous 1.32.2.3 (unified) to branchpoint 1.32 (unified)

sync with head.

Revision 1.41.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:41 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified) next main 1.42 (unified)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.41.12.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:40:03 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified) next main 1.42 (unified)

Sync with HEAD.

Revision 1.40.2.2 / (download) - annotate - [select for diffs], Tue Oct 23 20:17:13 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.40.2.1: +3 -3 lines
Diff to previous 1.40.2.1 (unified) to branchpoint 1.40 (unified) next main 1.41 (unified)

Sync with head.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 19 12:16:43 2007 UTC (16 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, mjf-devfs, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, bouyer-xeni386
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.32.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:41:05 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.32.2.2: +8 -8 lines
Diff to previous 1.32.2.2 (unified) to branchpoint 1.32 (unified)

sync with head.

Revision 1.40.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:10:06 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (unified) next main 1.41 (unified)

Sync with head.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jul 9 21:10:55 2007 UTC (16 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, 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, bouyer-xenamd64
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (unified)

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.40.2.1 / (download) - annotate - [select for diffs], Wed Mar 21 20:10:22 2007 UTC (17 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (unified)

GC the simplelock/spinlock debugging stuff.

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:41 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.38: +7 -7 lines
Diff to previous 1.38 (unified) next main 1.39 (unified)

Sync with HEAD.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Mar 6 16:16:02 2007 UTC (17 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.39: +5 -5 lines
Diff to previous 1.39 (unified)

use char* for the kernel representation of the user profile buffer
address too, for consistency
(we've lost some abstraction here)

Revision 1.39 / (download) - annotate - [select for diffs], Sun Mar 4 06:03:09 2007 UTC (17 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.38: +9 -9 lines
Diff to previous 1.38 (unified)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.32.2.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:15 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.32.2.1: +40 -19 lines
Diff to previous 1.32.2.1 (unified) to branchpoint 1.32 (unified)

sync with head.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:31 2007 UTC (17 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.37: +40 -19 lines
Diff to previous 1.37 (unified)

Merge newlock2 to head.

Revision 1.33.20.10 / (download) - annotate - [select for diffs], Tue Feb 6 23:14:44 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.33.20.9: +2 -8 lines
Diff to previous 1.33.20.9 (unified) to branchpoint 1.33 (unified) next main 1.34 (unified)

mcount(): fix entry so LOCKDEBUG+GPROF can be used together. Previously
it would recurse until eventually the machine triple faulted.

Revision 1.33.20.9 / (download) - annotate - [select for diffs], Mon Feb 5 16:44:40 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.33.20.8: +15 -15 lines
Diff to previous 1.33.20.8 (unified) to branchpoint 1.33 (unified)

IPL_STATCLOCK needs to be >= IPL_CLOCK, so assume that proc::p_stmutex is
always a spinlock.

Revision 1.33.20.8 / (download) - annotate - [select for diffs], Wed Jan 31 23:38:38 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.33.20.7: +9 -4 lines
Diff to previous 1.33.20.7 (unified) to branchpoint 1.33 (unified)

Don't allow LOCKDEBUG+GPROF, it doesn't work and makes no sense.

Revision 1.33.20.7 / (download) - annotate - [select for diffs], Tue Jan 30 13:51:41 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.33.20.6: +2 -3 lines
Diff to previous 1.33.20.6 (unified) to branchpoint 1.33 (unified)

Remove support for SA. Ok core@.

Revision 1.33.20.6 / (download) - annotate - [select for diffs], Tue Jan 16 01:26:20 2007 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.33.20.5: +8 -6 lines
Diff to previous 1.33.20.5 (unified) to branchpoint 1.33 (unified)

Minor corrections.

Revision 1.33.20.5 / (download) - annotate - [select for diffs], Fri Jan 12 01:04:07 2007 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.33.20.4: +2 -2 lines
Diff to previous 1.33.20.4 (unified) to branchpoint 1.33 (unified)

Sync with head.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:06 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.32: +5 -5 lines
Diff to previous 1.32 (unified)

sync with head.

Revision 1.33.20.4 / (download) - annotate - [select for diffs], Fri Dec 29 20:27:44 2006 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.33.20.3: +27 -27 lines
Diff to previous 1.33.20.3 (unified) to branchpoint 1.33 (unified)

Checkpoint work in progress.

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Fri Dec 29 02:04:14 2006 UTC (17 years, 3 months ago) by riz
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, 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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.36: +1 -1 lines
Diff to previous 1.36 (unified) next main 1.37 (unified)

Pull up following revision(s) (requested by liamjfoy in ticket #295):
	sys/kern/subr_prof.c: revision 1.37
add missing initializer.

Revision 1.33.22.3 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:15 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.33.22.2: +3 -3 lines
Diff to previous 1.33.22.2 (unified) to branchpoint 1.33 (unified) next main 1.34 (unified)

sync with head.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Dec 13 16:51:27 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, newlock2-nbase, newlock2-base
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (unified)

add missing initializer.

Revision 1.33.22.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:45 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.33.22.1: +3 -3 lines
Diff to previous 1.33.22.1 (unified) to branchpoint 1.33 (unified)

sync with head.

Revision 1.33.20.3 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:23 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.33.20.2: +4 -4 lines
Diff to previous 1.33.20.2 (unified) to branchpoint 1.33 (unified)

Sync with head.

Revision 1.33.20.2 / (download) - annotate - [select for diffs], Fri Nov 17 16:34:37 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.33.20.1: +20 -4 lines
Diff to previous 1.33.20.1 (unified) to branchpoint 1.33 (unified)

Checkpoint work in progress.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 1 10:17:59 2006 UTC (17 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3, netbsd-4-base
Branch point for: netbsd-4
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (unified)

remove some __unused from function parameters.

Revision 1.33.22.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:11 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (unified)

sync with head

Revision 1.33.20.1 / (download) - annotate - [select for diffs], Fri Oct 20 21:32:46 2006 UTC (17 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.33: +10 -5 lines
Diff to previous 1.33 (unified)

- Update for need_proftick() change.
- Make run time per-LWP and have calcru() compute the whole-process value.
- Minor locking changes.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:18 2006 UTC (17 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (unified)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 4 21:34:15 2006 UTC (17 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (unified)

lowercase roundup/down

Revision 1.33 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:30 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

merge ktrace-lwp.

Revision 1.27.2.4 / (download) - annotate - [select for diffs], Thu Nov 10 14:09:45 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.27.2.3: +6 -14 lines
Diff to previous 1.27.2.3 (unified) next main 1.28 (unified)

Sync with HEAD. Here we go again...

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jun 23 18:46:17 2005 UTC (18 years, 10 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.31: +6 -14 lines
Diff to previous 1.31 (unified)

Use ANSI function decls.

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:35:12 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.27.2.2: +2 -2 lines
Diff to previous 1.27.2.2 (unified)

Fix the sync with head I botched.

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:53:03 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.27.2.1: +0 -0 lines
Diff to previous 1.27.2.1 (unified)

Sync with HEAD.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:55 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.27: +89 -39 lines
Diff to previous 1.27 (unified)

Sync with HEAD

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 04:27:34 2004 UTC (20 years ago) by jmc
Branch: netbsd-2-0
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-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
Changes since 1.30: +17 -8 lines
Diff to previous 1.30 (unified) next main 1.31 (unified)

Pullup rev 1.31 (requested by atatat in ticket #93)

Lots of sysctl descriptions mostly copied from sysctl(3).

Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 8 06:20:30 2004 UTC (20 years ago) by atatat
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, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.30: +17 -8 lines
Diff to previous 1.30 (unified)

Lots of sysctl descriptions (if someone wants to help out here, that
would be good) mostly copied from sysctl(3).  This takes care of the
top-level, most of kern.* and hw.* (modulo the ath and bge stuff), and
all of proc.*.

If you don't want the added rodata in your kernel, use "options
SYSCTL_NO_DESCR" in your kernel config.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 24 15:34:53 2004 UTC (20 years, 1 month ago) by atatat
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.29: +16 -9 lines
Diff to previous 1.29 (unified)

Tango on sysctl_createv() and flags.  The flags have all been renamed,
and sysctl_createv() now uses more arguments.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 4 19:38:23 2003 UTC (20 years, 4 months ago) by atatat
Branch: MAIN
Changes since 1.28: +72 -34 lines
Diff to previous 1.28 (unified)

Dynamic sysctl.

Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al.  Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.

Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded.  Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.

All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.

PS - I'm sorry, but there's a distinct lack of documentation at the
moment.  I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 7 16:31:54 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.27: +3 -7 lines
Diff to previous 1.27 (unified)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 1 06:23:44 2003 UTC (21 years, 2 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (unified)

Add extensible malloc types, adapted from FreeBSD.  This turns
malloc types into a structure, a pointer to which is passed around,
instead of an int constant.  Allow the limit to be adjusted when the
malloc type is defined, or with a function call, as suggested by
Jonathan Stone.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 18 10:06:33 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +6 -4 lines
Diff to previous 1.25 (unified)

Merge the nathanw_sa branch.

Revision 1.22.2.5 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:21 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.22.2.4: +2 -3 lines
Diff to previous 1.22.2.4 (unified) to branchpoint 1.22 (unified) next main 1.23 (unified)

No longer need to pull in lwp.h; proc.h pulls it in for us.

Revision 1.22.2.4 / (download) - annotate - [select for diffs], Wed May 29 21:33:14 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.3: +3 -2 lines
Diff to previous 1.22.2.3 (unified) to branchpoint 1.22 (unified)

#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.23.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 20:00:03 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (unified) next main 1.24 (unified)

Sync kqueue branch with -current.

Revision 1.22.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:41 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.2: +4 -2 lines
Diff to previous 1.22.2.2 (unified) to branchpoint 1.22 (unified)

Catch up to -current.

Revision 1.23.6.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:18:53 2001 UTC (22 years, 5 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (unified) next main 1.24 (unified)

Sync the thorpej-mips-cache branch with -current.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Nov 12 15:25:21 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, newlock-base, newlock, 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, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base, eeh-devprop-base, eeh-devprop
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (unified)

add RCSIDs

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 29 07:02:30 2001 UTC (22 years, 5 months ago) by simonb
Branch: MAIN
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (unified)

Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>
anymore.

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 20:07:01 2001 UTC (22 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.1: +5 -1 lines
Diff to previous 1.22.2.1 (unified) to branchpoint 1.22 (unified)

Catch up to -current.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Apr 28 12:56:00 2001 UTC (22 years, 11 months ago) by bjh21
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, kqueue
Changes since 1.22: +5 -1 lines
Diff to previous 1.22 (unified)

Before allowing kgmon to do anything, check that we managed to allocate the
profiling buffer at startup.  If not, pretend the kernel doesn't have
profiling support at all.

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:49:44 2001 UTC (23 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.22: +5 -3 lines
Diff to previous 1.22 (unified)

Initial commit of scheduler activations and lightweight process support.

Revision 1.19.12.2 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:22 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.19.12.1: +4 -7 lines
Diff to previous 1.19.12.1 (unified) to branchpoint 1.19 (unified) next main 1.20 (unified)

Sync with HEAD (for UBC fixes).

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 10 19:29:31 2000 UTC (23 years, 4 months ago) by mycroft
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.21: +4 -7 lines
Diff to previous 1.21 (unified)

Introduce PROC_PC(), which is used to get a process's user PC.  If this is
defined, call addupc_intr() directly from statclock() in the system time case,
using the same P_OWEUPC path if the copyin/copyout fails.
Use this in i386 to remove profiling code from the normal userret() path.

Revision 1.19.12.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:09:08 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.19: +15 -15 lines
Diff to previous 1.19 (unified)

Update thorpej_scsipi to -current as of a month ago

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 27 17:41:35 2000 UTC (23 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

remove include of <vm/vm.h>

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 30 09:27:13 2000 UTC (24 years ago) by augustss
Branch: MAIN
CVS Tags: 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
Changes since 1.19: +14 -14 lines
Diff to previous 1.19 (unified)

Get rid of register declarations.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat Aug 8 03:06:56 1998 UTC (25 years, 8 months ago) by eeh
Branch: eeh-paddr_t
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified) next main 1.18 (unified)

Revert cdevsw mmap routines to return int.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 4 04:03:15 1998 UTC (25 years, 8 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.18: +2 -2 lines
Diff to previous 1.18 (unified)

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.18 / (download) - annotate - [select for diffs], Fri Jul 31 22:50:51 1998 UTC (25 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 1 02:22:31 1998 UTC (26 years, 1 month ago) by fvdl
Branch: MAIN
CVS Tags: eeh-paddr_t-base
Branch point for: eeh-paddr_t
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

Merge with Lite2 + local changes

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:12:58 1998 UTC (26 years, 1 month ago) by fvdl
Branch: netbsd, CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +21 -15 lines
Diff to previous 1.1.1.1 (unified)

Import 4.4BSD-Lite2

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:09:45 1998 UTC (26 years, 1 month ago) by fvdl
Branch: netbsd, CSRG
CVS Tags: lite-1, date-03-may-96
Changes since 1.1: +1 -4 lines
Diff to previous 1.1 (unified)

Import 4.4BSD-Lite for reference

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 17 22:37:38 1997 UTC (26 years, 6 months ago) by jonathan
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.15: +3 -1 lines
Diff to previous 1.15 (unified)

Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 18 20:12:58 1996 UTC (27 years, 4 months ago) by gwr
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, thorpej-setroot, 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.14: +8 -3 lines
Diff to previous 1.14 (unified)

As discussed, replace KERNBASE with kernel_text.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 13 02:32:40 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (unified)

backout previous kprintf change

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 10 22:46:28 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (unified)

printf -> kprintf, sprintf -> ksprintf

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 22 01:38:50 1996 UTC (28 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (unified)

remove include of <sys/cpu.h>

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 17 02:44:40 1996 UTC (28 years, 1 month ago) by pk
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (unified)

Remove extraneous argument from sysctl_doprof().
Fix a printf format.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 9 19:00:06 1996 UTC (28 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9 (unified)

More proto fixes

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 4 02:16:46 1996 UTC (28 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (unified)

First pass at prototyping

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 22 23:07:26 1995 UTC (28 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (unified)

change definition of profil() to make it 64-bit friendly.  This has
no practical consequence on 32-bit systems.  old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int).  the size_t is the size of the buffer,
and the u_long is the 'starting offset'.  (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 7 06:28:33 1995 UTC (28 years, 6 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.6: +3 -3 lines
Diff to previous 1.6 (unified)

Prefix names of system call implementation functions with `sys_'.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 19 21:45:11 1995 UTC (28 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (unified)

Make system calls conform to a standard prototype and bring those
prototypes into scope.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 19 23:44:54 1995 UTC (29 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

Use %p.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 20 04:23:04 1994 UTC (29 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.3: +18 -15 lines
Diff to previous 1.3 (unified)

update for new syscall args description mechanism

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 29 06:33:01 1994 UTC (29 years, 9 months ago) by cgd
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.2: +3 -2 lines
Diff to previous 1.2 (unified)

New RCS ID's, take two.  they're more aesthecially pleasant, and use 'NetBSD'

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 7 00:55:46 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (unified)

sysctl kernel prof info

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 5 05:38:24 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>