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


Default branch: MAIN


Revision 1.16.12.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:40 2021 UTC (3 years ago) by thorpej
Branch: thorpej-futex
Changes since 1.16: +9 -9 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Sync with HEAD.

Revision 1.16.14.1 / (download) - annotate - [select for diffs], Sat Apr 3 21:44:50 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.16: +9 -9 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 1 04:35:47 2021 UTC (3 years ago) by simonb
Branch: 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, 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, 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
Changes since 1.16: +9 -9 lines
Diff to previous 1.16 (colored)

Whitespace: #define<tab>

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:50 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Sync with HEAD

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 10 04:10:53 2019 UTC (5 years ago) by thorpej
Branch: MAIN
CVS Tags: 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, 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
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Make the usermode kernel compile again.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 6 03:06:28 2019 UTC (5 years ago) by thorpej
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

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) - annotate - [select for diffs], Mon Jun 25 07:25:46 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.12: +28 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with HEAD

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 1 07:19:50 2018 UTC (5 years, 10 months ago) by reinoud
Branch: 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
Changes since 1.13: +27 -3 lines
Diff to previous 1.13 (colored)

Fix compilation errors so NetBSD/usermode compiles under ./build.sh

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 29 07:35:39 2018 UTC (5 years, 10 months ago) by reinoud
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

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) - annotate - [select for diffs], Sun Dec 3 11:36:47 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.8: +10 -5 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

update from HEAD

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:38 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Sync with HEAD

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:21 2017 UTC (7 years, 1 month ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Sync with HEAD

Revision 1.8.24.3 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:22 2017 UTC (7 years, 2 months ago) by skrll
Branch: nick-nhusb
Changes since 1.8.24.2: +5 -4 lines
Diff to previous 1.8.24.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 26 15:55:10 2017 UTC (7 years, 2 months ago) by christos
Branch: 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-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
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored)

provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.

Revision 1.8.24.2 / (download) - annotate - [select for diffs], Sat Mar 19 11:30:06 2016 UTC (8 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.8.24.1: +5 -1 lines
Diff to previous 1.8.24.1 (colored) to branchpoint 1.8 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 23 22:31:20 2016 UTC (8 years, 2 months ago) by christos
Branch: 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
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

expose the kernel types for standalone code.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 23 21:22:14 2016 UTC (8 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (colored)

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) - annotate - [select for diffs], Tue Sep 22 12:05:53 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Sync with HEAD

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 27 12:30:51 2015 UTC (8 years, 7 months ago) by pooka
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226, nick-nhusb-base-20150921
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

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) - annotate - [select for diffs], Tue Apr 17 00:06:59 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.6: +8 -1 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.6.16.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:33:25 2012 UTC (12 years, 2 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.6: +8 -1 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

merge to -current.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 8 17:55:21 2012 UTC (12 years, 2 months ago) by reinoud
Branch: 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
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

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) - annotate - [select for diffs], Sun Jan 8 18:06:00 2012 UTC (12 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

define __HAVE_OLD_DISKLABEL on i386

Revision 1.4.14.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:05 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.4: +8 -7 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

sync with head

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 11 05:52:04 2009 UTC (14 years, 4 months ago) by matt
Branch: 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
Changes since 1.5: +8 -1 lines
Diff to previous 1.5 (colored)

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) - annotate - [select for diffs], Wed Oct 21 16:06:59 2009 UTC (14 years, 6 months ago) by snj
Branch: MAIN
Changes since 1.4: +1 -7 lines
Diff to previous 1.4 (colored)

Drop 3rd and 4th clauses.  OK jmcneill (copyright holder).

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:25 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.3.2.2: +1 -5 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with HEAD

Revision 1.4.4.2 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:13 2008 UTC (16 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.4.4.1: +60 -0 lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Sync with HEAD.

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Wed Jan 23 19:27:27 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.2.2.3: +0 -4 lines
Diff to previous 1.2.2.3 (colored) next main 1.3 (colored)

Sync with HEAD.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Mon Jan 21 09:39:54 2008 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.4.2.1: +60 -0 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

sync with head

Revision 1.4.4.1, Sun Jan 20 18:09:10 2008 UTC (16 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.4: +0 -60 lines
FILE REMOVED

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 (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.4: +0 -60 lines
FILE REMOVED

file types.h was added on branch yamt-lazymbuf on 2008-01-21 09:39:54 +0000

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 20 18:09:10 2008 UTC (16 years, 3 months ago) by joerg
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, 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
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

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) - annotate - [select for diffs], Wed Jan 9 01:49:28 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.3.2.1: +64 -0 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)

sync with HEAD

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Tue Jan 8 22:10:32 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.2.2.2: +2 -0 lines
Diff to previous 1.2.2.2 (colored)

Sync with HEAD

Revision 1.3.2.1, Mon Jan 7 17:27:12 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.3: +0 -64 lines
FILE REMOVED

file types.h was added on branch matt-armv6 on 2008-01-09 01:49:28 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 7 17:27:12 2008 UTC (16 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-base
Branch point for: matt-armv6
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Use gettimeofday as timecounter.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Jan 2 21:51:01 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.2.2.1: +62 -0 lines
Diff to previous 1.2.2.1 (colored)

Sync with HEAD

Revision 1.2.2.1, Sat Dec 29 18:30:17 2007 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.2: +0 -62 lines
FILE REMOVED

file types.h was added on branch bouyer-xeni386 on 2008-01-02 21:51:01 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 29 18:30:17 2007 UTC (16 years, 3 months ago) by reinoud
Branch: MAIN
Branch point for: bouyer-xeni386
Changes since 1.1: +1 -9 lines
Diff to previous 1.1 (colored)

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) - annotate - [select for diffs], Sat Dec 29 14:38:35 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: MAIN

Import work-in-progress NetBSD/usermode port.

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>