The NetBSD Project

CVS log for src/sys/arch/usermode/include/types.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / usermode / include

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16.12.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:40 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +9 -9 lines
Sync with HEAD.

Revision 1.16.14.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 21:44:50 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +9 -9 lines
Sync with HEAD.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Apr 1 04:35:47 2021 UTC (3 years, 11 months ago) by simonb
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, 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-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, 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, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -9 lines
Whitespace: #define<tab>

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:50 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +1 -1 lines
Sync with HEAD

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 10 04:10:53 2019 UTC (5 years, 11 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, 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, 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
Branch point for: thorpej-futex, thorpej-cfargs
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
Make the usermode kernel compile again.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 6 03:06:28 2019 UTC (5 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
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.12.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:46 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +28 -3 lines
Sync with HEAD

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 1 07:19:50 2018 UTC (6 years, 9 months ago) by reinoud
Branches: MAIN
CVS tags: phil-wifi-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
Branch point for: phil-wifi
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +27 -3 lines
Fix compilation errors so NetBSD/usermode compiles under ./build.sh

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 29 07:35:39 2018 UTC (6 years, 9 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Implement cpu_lwp_setprivate(). This removes the need for the cpu_switch()
hack.

Programs with TLS work fine now, including gdb!

Revision 1.8.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:47 2017 UTC (7 years, 3 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +10 -5 lines
update from HEAD

Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:38 2017 UTC (7 years, 11 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +5 -4 lines
Sync with HEAD

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:21 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +5 -4 lines
Sync with HEAD

Revision 1.8.24.3: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:22 2017 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.8.24.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.24.2: +5 -4 lines
Sync with HEAD

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 26 15:55:10 2017 UTC (8 years, 1 month ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, netbsd-8-base, netbsd-8-3-RELEASE, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Branch point for: pgoyette-compat
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4 lines
provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.

Revision 1.8.24.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:30:06 2016 UTC (9 years ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.8.24.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.24.1: +5 -1 lines
Sync with HEAD

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 23 22:31:20 2016 UTC (9 years, 2 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
expose the kernel types for standalone code.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 23 21:22:14 2016 UTC (9 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -1 lines
Hide {p,v}{addr,size}_t and register_t (and a couple more types that
are machine-specific) from userland unless _KERNEL/_KMEMUSER and a
new _KERNTYPES variables is defined. The _KERNTYPES should be fixed
for many subsystems that should not be using it (rump)...

Revision 1.8.24.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:53 2015 UTC (9 years, 6 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Sync with HEAD

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 27 12:30:51 2015 UTC (9 years, 7 months ago) by pooka
Branches: MAIN
CVS tags: nick-nhusb-base-20151226, nick-nhusb-base-20150921
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant
pthread types in C++ builds, attempt 2.

The problem with attempt 1 was making assumptions of what the MD
__cpu_simple_lock_t (declared volatile) looks like.  To get a same type
except non-volatile, we change the MD type to __cpu_simple_lock_nv_t
and typedef __cpu_simple_lock_t as a volatile __cpu_simple_lock_nv_t.
IMO, __cpu_simple_lock_t should not be volatile at all, but changing it
now is too risky.

Fixes at least Rumprun w/ gcc 5.1/5.2.  Furthermore, the mpd application
(and possibly others) will no longer require NetBSD-specific patches.

Tested: build.sh for i386, Rumprun for x86_64 w/ gcc 5.2.

Based on the patch from Christos in lib/49989.

Revision 1.6.12.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:59 2012 UTC (12 years, 11 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +8 -1 lines
sync with head

Revision 1.6.16.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:33:25 2012 UTC (13 years, 1 month ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +8 -1 lines
merge to -current.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 8 17:55:21 2012 UTC (13 years, 1 month ago) by reinoud
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, 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, 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, khorben-n900, 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, agc-symver-base, agc-symver
Branch point for: tls-maxphys, nick-nhusb
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the results are
indeed valid or correct but at least it shows them without coredumping or
coredumping the kernel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 8 18:06:00 2012 UTC (13 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
define __HAVE_OLD_DISKLABEL on i386

Revision 1.4.14.1: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:05 2010 UTC (15 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +8 -7 lines
sync with head

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 11 05:52:04 2009 UTC (15 years, 3 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, 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, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -1 lines
Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all
(except where they will be added via merge).  These should be used to print
{p,v}{addr,size}_t and register*_t as appropriate.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 21 16:06:59 2009 UTC (15 years, 5 months ago) by snj
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -7 lines
Drop 3rd and 4th clauses.  OK jmcneill (copyright holder).

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:25 2008 UTC (17 years ago) by matt
Branches: matt-armv6
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.2: +1 -5 lines
sync with HEAD

Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:05:13 2008 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.1: +60 -0 lines
Sync with HEAD.

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 23 19:27:27 2008 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.2.2.3: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.3: +0 -4 lines
Sync with HEAD.

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:39:54 2008 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +60 -0 lines
sync with head

Revision 1.4.4.1
Sun Jan 20 18:09:10 2008 UTC (17 years, 2 months ago) by mjf
Branches: mjf-devfs
FILE REMOVED
Changes since revision 1.4: +0 -60 lines
file types.h was added on branch mjf-devfs on 2008-02-18 21:05:13 +0000

Revision 1.4.2.1
Sun Jan 20 18:09:10 2008 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
FILE REMOVED
Changes since revision 1.4: +0 -60 lines
file types.h was added on branch yamt-lazymbuf on 2008-01-21 09:39:54 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 20 18:09:10 2008 UTC (17 years, 2 months ago) by joerg
Branches: 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, wrstuden-revivesa, 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, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-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, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, yamt-lazymbuf, mjf-devfs
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -5 lines
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:49:28 2008 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +64 -0 lines
sync with HEAD

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:10:32 2008 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.2.2.2: preferred, colored
Changes since revision 1.2.2.2: +2 -0 lines
Sync with HEAD

Revision 1.3.2.1
Mon Jan 7 17:27:12 2008 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
FILE REMOVED
Changes since revision 1.3: +0 -64 lines
file types.h was added on branch matt-armv6 on 2008-01-09 01:49:28 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 7 17:27:12 2008 UTC (17 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: matt-armv6-base, bouyer-xeni386-base
Branch point for: matt-armv6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Use gettimeofday as timecounter.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:51:01 2008 UTC (17 years, 2 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +62 -0 lines
Sync with HEAD

Revision 1.2.2.1
Sat Dec 29 18:30:17 2007 UTC (17 years, 3 months ago) by bouyer
Branches: bouyer-xeni386
FILE REMOVED
Changes since revision 1.2: +0 -62 lines
file types.h was added on branch bouyer-xeni386 on 2008-01-02 21:51:01 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 29 18:30:17 2007 UTC (17 years, 3 months ago) by reinoud
Branches: MAIN
Branch point for: bouyer-xeni386
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -9 lines
Fix enough to get i386 more-or-less compiling. The i386 needs u_long to be
an unsigned long too or uvm will complain.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Dec 29 14:38:35 2007 UTC (17 years, 3 months ago) by jmcneill
Branches: MAIN
Import work-in-progress NetBSD/usermode port.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>