The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:26 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.36: +4 -9 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

sync with head

Revision 1.36.6.1 / (download) - annotate - [select for diffs], Fri Feb 24 09:11:47 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.36: +4 -9 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

sync to -current.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 19 21:06:54 2012 UTC (3 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, HEAD
Changes since 1.36: +4 -9 lines
Diff to previous 1.36 (colored)

Remove COMPAT_SA / KERN_SA.  Welcome to 6.99.3!
Approved by core@.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Aug 31 20:09:57 2011 UTC (8 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

Add stub implementations of bus_dma_tag_create()/bus_dma_tag_destroy().

Revision 1.35 / (download) - annotate - [select for diffs], Tue Aug 16 23:32:15 2011 UTC (9 months, 1 week ago) by dyoung
Branch: MAIN
Changes since 1.34: +9 -6 lines
Diff to previous 1.34 (colored)

Protect against bugs by using __strict_weak_alias() for
bus_space_is_equal() and bus_space_handle_is_equal().

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jul 6 18:24:26 2011 UTC (10 months, 2 weeks ago) by dyoung
Branch: MAIN
Changes since 1.33: +16 -2 lines
Diff to previous 1.33 (colored)

Add default implementations for new bus_space(9) routines.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:20 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) next main 1.33 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.22.2.5 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:29 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22.2.4: +5 -0 lines
Diff to previous 1.22.2.4 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

sync with head

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:32 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.29: +9 -4 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

Sync with HEAD.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 1 21:25:01 2011 UTC (11 months, 3 weeks ago) by alnsn
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

kern/42030 - tracking of file descriptors by ktrace/kdump

Revision 1.32 / (download) - annotate - [select for diffs], Tue May 31 23:28:53 2011 UTC (11 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.31: +6 -2 lines
Diff to previous 1.31 (colored)

Don't use the C preprocessor to configure USERCONF.  Instead, either do
or do not link in subr_userconf.c and x86_userconf.c.

Provide no-op stubs for userconf_bootinfo(), userconf_init(), and
userconf_prompt().

Delete all occurrences of #include "opt_userconf.h" as well as USERCONF
and __HAVE_USERCONF_BOOTINFO #ifdef'age.

Revision 1.22.2.4 / (download) - annotate - [select for diffs], Tue May 31 03:05:02 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22.2.3: +0 -2 lines
Diff to previous 1.22.2.3 (colored) to branchpoint 1.22 (colored)

sync with head

Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 27 00:00:46 2011 UTC (12 months, 4 weeks ago) by joerg
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30 (colored)

Remove Mach specific trace points.

Revision 1.22.2.3 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:16 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22.2.2: +4 -2 lines
Diff to previous 1.22.2.2 (colored) to branchpoint 1.22 (colored)

sync with head

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:59 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

Sync with HEAD

Revision 1.11.8.1 / (download) - annotate - [select for diffs], Sat Feb 5 06:00:14 2011 UTC (15 months, 2 weeks ago) by cliff
Branch: matt-nb5-mips64
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

- include opt_multiprocessor.h for explicit MULTIPROCESSOR dependency

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 31 23:07:16 2011 UTC (15 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

Let the linker instead of the C preprocessor configure the kernel: make
weak aliases device_register(9) and device_register_post_config(9)
for the stub routine voidop().  Get rid of __HAVE_DEVICE_REGISTER and
__HAVE_DEVICE_REGISTER_POST_CONFIG.

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:29 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.21.2.1: +1 -0 lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Sync with HEAD.

Revision 1.6.2.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:40 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.2.4: +19 -197 lines
Diff to previous 1.6.2.4 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

sync with head.

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:54 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22.2.1: +3 -2 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored)

sync with head

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 13 13:43:02 2010 UTC (23 months, 1 week ago) by simonb
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

KNF nit.

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:57 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22: +18 -197 lines
Diff to previous 1.22 (colored)

sync with head

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:44:10 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.21: +18 -202 lines
Diff to previous 1.21 (colored)

Sync with HEAD.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 28 20:33:52 2010 UTC (2 years ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.27: +4 -2 lines
Diff to previous 1.27 (colored)

Add data types, function prototypes, and stub implementations
for pci_chipset_tag_create() and pci_chipset_tag_destroy().  On
architectures that support it, an MI PCI bus driver can override the
architecture's default pci(9) and pci_intr(9) implementation.

Coming up next: documentation.
After that: x86 implementation.
Last but not least: make cbb(4) use MI PCI overrides.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 26 22:58:53 2010 UTC (2 years ago) by pooka
Branch: MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored)

Add an optional hook for adjusting module string table after load.
Currently to be used for rump "SAOS" namespace trick.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 19 18:24:27 2010 UTC (2 years, 1 month ago) by dyoung
Branch: MAIN
Changes since 1.25: +14 -2 lines
Diff to previous 1.25 (colored)

Add default implementations for bus_space_is_equal(9),
bus_space_tag_create(9), and bus_space_tag_destroy(9).  Use
bus_space_is_equal(9) throughout the kernel to compare
bus_space_tag_t's.  Tested on i386 and on sparc64.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 14 15:15:37 2010 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.24: +2 -7 lines
Diff to previous 1.24 (colored)

Need a few funny #defines in kern_syscall.c too.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 14 15:12:44 2010 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

need opt_modular.h in kern_syscall

Revision 1.23 / (download) - annotate - [select for diffs], Wed Apr 14 14:46:59 2010 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.22: +2 -191 lines
Diff to previous 1.22 (colored)

Move routines related to syscall establishment from kern_subr.c and
kern_stub.c to kern_syscall.c.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:17 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.2.3: +14 -7 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored)

sync with head

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 3 00:49:39 2010 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.21: +2 -7 lines
Diff to previous 1.21 (colored)

Remove fs_lfs now that the syscall is always defined.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 3 05:23:28 2009 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.20: +12 -2 lines
Diff to previous 1.20 (colored)

Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU log
of transitions to IPL_HIGH from lower IPLs.  SPLDEBUG is only available
on i386 and Xen kernels, today.

'options SPLDEBUG' adds instrumentation to spllower() and splraise() as
well as routines to start/stop debugging and to record IPL transitions:
spldebug_start(), spldebug_stop(), spldebug_raise(), spldebug_lower().

Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 6 21:07:06 2009 UTC (2 years, 7 months ago) by elad
Branch: MAIN
CVS Tags: jym-xensuspend-nbase
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

Add a (weak aliased) machdep_init() as a place to do machdep initialization
that can't happen as early as the other init functions as called from
cpu_startup() -- for example, register kauth(9) listeners.

Put unprivileged policy in the x86 code; used by i386, amd64, and xen.

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Wed Aug 19 18:48:16 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.2.2: +12 -2 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:35 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.17.2.1: +12 -2 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 19 02:50:44 2009 UTC (2 years, 10 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, jymxensuspend-base
Changes since 1.18: +12 -2 lines
Diff to previous 1.18 (colored)

Make POSIX message queues a kernel module.

Revision 1.17.2.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.17: +3 -2 lines
Diff to previous 1.17 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:47 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.2.1: +206 -5 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:56 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.11.2.1: +3 -2 lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 13 22:41:04 2009 UTC (3 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: 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, jym-xensuspend-base
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:38 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.11: +200 -4 lines
Diff to previous 1.11 (colored)

Sync with HEAD.

Revision 1.5.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:19 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.5.6.1: +203 -3 lines
Diff to previous 1.5.6.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 11 19:40:38 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

fix lutimes.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 11 02:45:52 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.15: +43 -3 lines
Diff to previous 1.15 (colored)

merge christos-time_t

Revision 1.15.2.3 / (download) - annotate - [select for diffs], Sun Dec 28 22:31:24 2008 UTC (3 years, 4 months ago) by christos
Branch: christos-time_t
Changes since 1.15.2.2: +4 -2 lines
Diff to previous 1.15.2.2 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

only include fs_lfs.h for _KERNEL_OPT

Revision 1.9.6.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:08 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.9.6.1: +159 -4 lines
Diff to previous 1.9.6.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Thu Nov 20 22:21:56 2008 UTC (3 years, 6 months ago) by christos
Branch: christos-time_t
Changes since 1.15.2.1: +429 -0 lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored)

catch up with head.

Revision 1.15.2.1, Thu Nov 20 09:30:32 2008 UTC (3 years, 6 months ago) by christos
Branch: christos-time_t
Changes since 1.15: +0 -391 lines
FILE REMOVED

file kern_stub.c was added on branch christos-time_t on 2008-11-20 22:21:56 +0000

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 20 09:30:32 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2, haad-dm-base2, haad-dm-base, christos-time_t-nbase, christos-time_t-base, ad-audiomp2-base, ad-audiomp2
Branch point for: christos-time_t
Changes since 1.14: +9 -3 lines
Diff to previous 1.14 (colored)

port-amd64/39963 modules/compat_netbsd32: missing symbols on amd64

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 19 18:36:07 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.13: +82 -2 lines
Diff to previous 1.13 (colored)

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 14 23:33:45 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.12: +19 -11 lines
Diff to previous 1.12 (colored)

Make POSIX AIO loadable as a module.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 12 14:29:31 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.11: +64 -3 lines
Diff to previous 1.11 (colored)

Atomic insertion/removal of groups of system call vectors at runtime with
a basic facility for rollback.

Proposed on tech-kern@.

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:28 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.9: +8 -4 lines
Diff to previous 1.9 (colored)

Sync with HEAD.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 15 16:03:29 2008 UTC (3 years, 7 months ago) by wrstuden
Branch: MAIN
CVS Tags: 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, netbsd-5, 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-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, matt-nb5-mips64
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

Add a weak alias for ktr_saupcall, so things build w/o KTRACE compiled.

Revision 1.9.2.3 / (download) - annotate - [select for diffs], Wed Oct 15 16:00:47 2008 UTC (3 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.9.2.2: +3 -2 lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

Add alias for ktr_saupcall, so things build w/o KTRACE.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 15 06:51:20 2008 UTC (3 years, 7 months ago) by wrstuden
Branch: MAIN
Changes since 1.9: +7 -4 lines
Diff to previous 1.9 (colored)

Merge wrstuden-revivesa into HEAD.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Jul 21 19:13:45 2008 UTC (3 years, 10 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.9.2.1: +6 -5 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored)

Add support for compiling SA as an option. Implied by COMPAT_40.

i386 kernels both with COMPAT_40 and with no compat options (and thus
no SA) compile.

No functional changes intended.

Revision 1.5.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:09 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.5: +36 -12 lines
Diff to previous 1.5 (colored)

Sync with HEAD.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed May 28 06:33:58 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)

Turn off stubs for SA syscalls when we didn't have SA.

Revision 1.5.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:08 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.5: +36 -12 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

sync with head.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:26 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6: +34 -10 lines
Diff to previous 1.6 (colored)

sync with head.

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 1 00:20:12 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, 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, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, haad-dm
Changes since 1.8: +9 -2 lines
Diff to previous 1.8 (colored)

#error if __HAVE_PREEMPTION && !MULTIPROCESSOR.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 28 21:17:16 2008 UTC (4 years ago) by ad
Branch: MAIN
Changes since 1.7: +27 -3 lines
Diff to previous 1.7 (colored)

Make the preemption switch a __HAVE instead of an option.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:03 2008 UTC (4 years ago) by martin
Branch: MAIN
Changes since 1.6: +2 -9 lines
Diff to previous 1.6 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 24 15:35:29 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (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.1.4.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:12 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.4.3: +3 -3 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with head

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:09 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

sync with HEAD

Revision 1.4.14.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:55:59 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Sync with HEAD

Revision 1.4.10.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:09 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Sync with head.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 20 23:03:09 2007 UTC (4 years, 5 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, mjf-devfs2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (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.2.2.2 / (download) - annotate - [select for diffs], Tue Oct 9 13:44:28 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.2.2.1: +3 -3 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with head.

Revision 1.2.14.2 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:48 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.2.14.1: +3 -3 lines
Diff to previous 1.2.14.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with HEAD.

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:40:55 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.4.2: +139 -11 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)

sync with head.

Revision 1.2.10.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:23:00 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.2: +131 -3 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with HEAD.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 27 13:33:45 2007 UTC (4 years, 8 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, vmlocking-base, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-csl-alignment-base5, mjf-devfs, matt-armv6-prevmlocking, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: vmlocking2, matt-armv6, bouyer-xeni386
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Fix inverted test in ktrpoint(), NAMI traces weren't being generated.
Also inline the 'ktrace_on' part of the test.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Mon Aug 20 21:27:33 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.2: +131 -3 lines
Diff to previous 1.2 (colored)

Sync with HEAD.

Revision 1.2.14.1 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:34 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.2: +131 -3 lines
Diff to previous 1.2 (colored)

Sync with HEAD.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 15 12:07:34 2007 UTC (4 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.2: +131 -3 lines
Diff to previous 1.2 (colored)

Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
on tech-kern.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:37 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.1: +10 -10 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 3 10:08:19 2007 UTC (5 years, 2 months ago) by itohy
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, nick-csl-alignment-base, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: vmlocking, nick-csl-alignment, jmcneill-pm
Changes since 1.1: +10 -10 lines
Diff to previous 1.1 (colored)

Remove extra space so that symbol renaming works properly.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:11 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.4.1: +80 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

sync with head.

Revision 1.1.4.1, Sat Feb 10 11:32:21 2007 UTC (5 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1: +0 -80 lines
FILE REMOVED

file kern_stub.c was added on branch yamt-lazymbuf on 2007-02-26 09:11:11 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 10 11:32:21 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: ad-audiomp-base, ad-audiomp
Branch point for: yamt-lazymbuf, yamt-idlelwp

A quick hack to get things building again: put back the SA system calls
with no arguments, and alias them to sys_nosys. To be revisited.

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>