Up to [cvs.netbsd.org] / src / sys / compat / ndis
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:07:31 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.13: +6 -8
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.12.8.3 / (download) - annotate - [select for diffs], Tue May 31 03:04:32 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.12.8.2: +6 -4
lines
Diff to previous 1.12.8.2 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
sync with head
Revision 1.15 / (download) - annotate - [select for diffs], Sat May 14 12:44:16 2011 UTC (12 months, 1 week ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
HEAD
Changes since 1.14: +6 -4
lines
Diff to previous 1.14 (colored)
Replace simple_lock(9) with mutex(9), clean up.
Revision 1.12.8.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:52:54 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.12.8.1: +0 -4
lines
Diff to previous 1.12.8.1 (colored) to branchpoint 1.12 (colored)
sync with head
Revision 1.13.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:46 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.13: +0 -4
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 22 12:06:51 2011 UTC (16 months ago) by tron
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.13: +0 -4
lines
Diff to previous 1.13 (colored)
Fix build of ndiscvt(8). Not sure what broke it in the first place.
Revision 1.9.10.2 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:10 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.9.10.1: +2 -2
lines
Diff to previous 1.9.10.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
sync with head.
Revision 1.12.8.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:15 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
sync with head
Revision 1.12.6.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:42:59 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Sync with HEAD.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 28 19:17:04 2010 UTC (2 years ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
On x86, change the bus_space_tag_t to a pointer to a struct bus_space_tag. For now, bus_space_tag's only member is bst_type, the type of space, which is either X86_BUS_SPACE_IO or X86_BUS_SPACE_MEM. In the future, new bus_space_tag members will refer to override-functions installed by a new function, bus_space_tag_create(9). Add pointers to constant struct bus_space_tag, x86_bus_space_io and x86_bus_space_mem. Use them to replace most uses of X86_BUS_SPACE_IO and X86_BUS_SPACE_MEM. Add an x86-specific bus_space_is_equal(9) implementation that compares the two tags' bst_type.
Revision 1.9.10.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:24 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.9: +2 -5
lines
Diff to previous 1.9 (colored)
sync with head.
Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:17:36 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with HEAD.
Revision 1.9.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:46 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.9.6.1: +1 -2
lines
Diff to previous 1.9.6.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.9.16.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:57 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.9.16.1: +1 -2
lines
Diff to previous 1.9.16.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:10 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.9.16.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:16 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored)
Sync with HEAD.
Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:17 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored)
Sync with HEAD.
Revision 1.9.12.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:36:45 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.9.14.1 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:31 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with head.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 13:39:50 2008 UTC (3 years, 10 months ago) by cegger
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
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-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (colored)
use device_xname
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 17 13:35:07 2008 UTC (3 years, 10 months ago) by cegger
Branch: MAIN
Changes since 1.9: +0 -2
lines
Diff to previous 1.9 (colored)
remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>. Makes i386 ALL kernel build again.
Revision 1.5.42.2 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:27 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.5.42.1: +1 -1
lines
Diff to previous 1.5.42.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.5.4.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:41:47 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.3: +1 -1
lines
Diff to previous 1.5.4.3 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync with head
Revision 1.5.36.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:51:32 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.5: +7 -52
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
sync with HEAD
Revision 1.8.4.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:10:48 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with HEAD
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 7 19:10:58 2008 UTC (4 years, 4 months ago) by rittera
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
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-nbase,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
simonb-wapbl,
mjf-devfs2,
haad-dm
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored)
Added elad's changes to ndis_kthread_create. Setting the stack size in fork1 apparently has no effect in the kernel. Note: needs testing
Revision 1.5.34.2 / (download) - annotate - [select for diffs], Sun Dec 9 19:37:16 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.5.34.1: +6 -5
lines
Diff to previous 1.5.34.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.5.42.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:18:56 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.5: +6 -51
lines
Diff to previous 1.5 (colored)
Sync with HEAD.
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:56:57 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.6: +6 -5
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Sync with head.
Revision 1.5.4.3 / (download) - annotate - [select for diffs], Fri Dec 7 17:28:46 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.2: +6 -51
lines
Diff to previous 1.5.4.2 (colored) to branchpoint 1.5 (colored)
sync with head
Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 5 12:01:24 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.7: +1 -0
lines
Diff to previous 1.7 (colored)
include mutex.h.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 5 08:44:06 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
lockmgr -> mutex
Revision 1.5.34.1 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:29 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.5: +0 -46
lines
Diff to previous 1.5 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 29 14:29:29 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: vmlocking2-base1,
vmlocking-nbase
Branch point for: vmlocking2
Changes since 1.5: +0 -46
lines
Diff to previous 1.5 (colored)
Use system-provided atomic ops.
Revision 1.5.10.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:46:04 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.5.10.1: +150 -0
lines
Diff to previous 1.5.10.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync with head
Revision 1.3.2.4 / (download) - annotate - [select for diffs], Mon Jun 26 12:46:18 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.2.3: +5 -0
lines
Diff to previous 1.3.2.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.5.4.2 / (download) - annotate - [select for diffs], Wed Jun 21 14:59:35 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.1: +150 -0
lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored)
sync with head.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 03:46:29 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.4: +4 -0
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with head.
Revision 1.3.6.3 / (download) - annotate - [select for diffs], Thu Jun 1 22:35:52 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.3.6.2: +4 -1
lines
Diff to previous 1.3.6.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.5.10.1, Fri May 26 19:31:35 2006 UTC (6 years ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.5: +0 -150
lines
FILE REMOVED
file nbcompat.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:46:04 +0000
Revision 1.5.4.1, Fri May 26 19:31:35 2006 UTC (6 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5: +0 -150
lines
FILE REMOVED
file nbcompat.h was added on branch yamt-lazymbuf on 2006-06-21 14:59:35 +0000
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 26 19:31:35 2006 UTC (6 years ago) by rittera
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
simonb-timecounters-base,
rpaulo-netinet-merge-pcb-base,
reinoud-bufcleanup,
post-newlock2-merge,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-nb4-arm-base,
matt-nb4-arm,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
jmcneill-base,
hpcarm-cleanup,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-lazymbuf,
rpaulo-netinet-merge-pcb,
mjf-devfs,
matt-armv6,
jmcneill-pm
Changes since 1.4: +4 -0
lines
Diff to previous 1.4 (colored)
Added an #ifdef _KERNEL around the #include <sys/device.h>. This is needed because nbcompat.h is included from the user-level ndiscvt utility, which wouldn't compile due to the indirect inclusion of sys/device.h.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Wed May 24 15:48:28 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.2.2.2: +1 -1
lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.3.2.3 / (download) - annotate - [select for diffs], Wed May 24 10:57:31 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.2.2: +0 -1
lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.4.3 / (download) - annotate - [select for diffs], Thu May 11 23:27:31 2006 UTC (6 years ago) by elad
Branch: elad-kernelauth
Changes since 1.3.4.2: +0 -1
lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 24 00:23:41 2006 UTC (6 years, 1 month ago) by rittera
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.3: +0 -1
lines
Diff to previous 1.3 (colored)
replaced all device_printf()'s in compat/ndis/ with printf()
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Sat Apr 22 11:38:16 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.3.6.1: +147 -0
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored)
Sync with head.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Wed Apr 19 04:01:22 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.3.4.1: +147 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Tue Apr 11 12:20:52 2006 UTC (6 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3.2.1: +146 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)
sync files somehow mis-tagged by yamt-pdpolicy-base2.
Revision 1.3.6.1, Sun Apr 2 03:07:18 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.3: +0 -147
lines
FILE REMOVED
file nbcompat.h was added on branch simonb-timecounters on 2006-04-22 11:38:16 +0000
Revision 1.3.4.1, Sun Apr 2 03:07:18 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.3: +0 -147
lines
FILE REMOVED
file nbcompat.h was added on branch elad-kernelauth on 2006-04-19 04:01:22 +0000
Revision 1.3.2.1, Sun Apr 2 03:07:18 2006 UTC (6 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.3: +0 -147
lines
FILE REMOVED
file nbcompat.h was added on branch yamt-pdpolicy on 2006-04-11 12:20:52 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 2 03:07:18 2006 UTC (6 years, 1 month ago) by rittera
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4
Branch point for: yamt-pdpolicy,
simonb-timecounters,
elad-kernelauth
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
Added a #include for sys/device.h. This is necessary when building ndiscvt
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Fri Mar 31 09:45:13 2006 UTC (6 years, 1 month ago) by tron
Branch: peter-altq
Changes since 1.2.2.1: +146 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.2.2.1, Fri Mar 31 03:09:36 2006 UTC (6 years, 1 month ago) by tron
Branch: peter-altq
Changes since 1.2: +0 -146
lines
FILE REMOVED
file nbcompat.h was added on branch peter-altq on 2006-03-31 09:45:13 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 31 03:09:36 2006 UTC (6 years, 1 month ago) by rittera
Branch: MAIN
CVS Tags: yamt-pdpolicy-base3,
yamt-pdpolicy-base2
Branch point for: peter-altq
Changes since 1.1: +0 -1
lines
Diff to previous 1.1 (colored)
Removed typedef for device_t, which is apparently no longer needed. Apparently this was added to sys/sys/device.h after SoC 2005.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 31 02:43:18 2006 UTC (6 years, 1 month ago) by rittera
Branch: MAIN
Added 3 files which were not part of the original FreeBSD code: 1. sys/compat/ndis/files.ndis -needed to compile sys/compat/ndis into the kernel 2. sys/compat/ndis/nbcompat.h -Various macros, typedefs, etc. needed for NetBSD 3. sys/compat/ndis/nbcompat.c -A few function definitions needed for NetBSD. Mainly functions available in the FreeBSD kernel, but not in NetBSD.