CVS log for wikisrc/tutorials.mdwn
Up to [NetBSD Developer Wiki] / wikisrc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Dec 16 16:02:12 2022 UTC (5 months, 2 weeks ago) by wiki
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0
lines
web commit by martin: Add link to ffs EA tutorial
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Aug 22 09:26:12 2021 UTC (21 months, 1 week ago) by wiki
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0
lines
web commit by martin: Separate instructions for converting usb wifi drivers
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Aug 22 09:20:52 2021 UTC (21 months, 1 week ago) by wiki
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -0
lines
web commit by martin: Move wifi to its own topic, add driver state matrix
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Mar 31 06:22:54 2021 UTC (2 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1
lines
fix hyperlink
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Mar 31 06:20:45 2021 UTC (2 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0
lines
move RVP's tutorial to the correct place and index it
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Sep 29 17:29:21 2020 UTC (2 years, 8 months ago) by wiki
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0
lines
web commit by martin: Add new linke for wifi driver conversion
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 25 19:09:56 2020 UTC (2 years, 8 months ago) by wiki
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0
lines
web commit by martin: Add new link for wifi testing
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Apr 26 11:40:53 2020 UTC (3 years, 1 month ago) by wiki
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0
lines
web commit by martin: Guide for using the hg wifi "branch"
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Feb 25 20:00:28 2020 UTC (3 years, 3 months ago) by roy
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0
lines
Link Root on ZFS
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Nov 22 13:55:23 2019 UTC (3 years, 6 months ago) by wiki
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0
lines
web commit by martin
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 11 13:16:32 2019 UTC (3 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0
lines
web commit by martin: Add link to new sysinst translators/testers tutorial
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Apr 5 15:48:06 2019 UTC (4 years, 1 month ago) by sevan
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -1
lines
Migrated the contents of the optical media article to the NetBSD guide.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Apr 4 16:53:41 2019 UTC (4 years, 2 months ago) by sevan
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -1
lines
Remove dead link.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 12 09:19:43 2018 UTC (4 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0
lines
web commit by martin: Anchor for new UEFI installation page
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 23 17:29:48 2018 UTC (5 years, 3 months ago) by maxv
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0
lines
Add [[!meta title="xx"]], so that the intended titles of the pages get
displayed correctly.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 2 16:44:01 2015 UTC (7 years, 7 months ago) by wiki
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0
lines
web commit by christos
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Feb 18 16:00:10 2015 UTC (8 years, 3 months ago) by gson
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2
lines
Heavy-handed cleanup of the pages related to kernel debugging with
QEMU. There are two such pages:
https://wiki.netbsd.org/kernel_debugging_with_qemu/ didn't actually
contain any instructions for debugging with qemu, despite the name,
only instructions for creating a hard disk image for use qith qemu,
and even those where incomplete.
https://wiki.netbsd.org/netbsd_kernel_development_setup/, on the other
hand, did contain instructions for debugging with qemu, with two
alternative methods for setting up the disk image, one of which was a
duplicate of the incomplete instructions in kernel_debugging_with_qemu.
I have now updated the qemu debugging instructions to work with recent
versinos of qemu and -current, tested them on both NetBSD and Linux
hosts, and moved them to the kernel_debugging_with_qemu page to make
the page title better match the content. I also removed the
incomplete disk image creation instructions (from both places). The
netbsd_kernel_development_setup page is hereby obsoleted and now
contains only a reference to the kernel_debugging_with_qemu page.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 31 01:19:28 2015 UTC (8 years, 4 months ago) by gdt
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -1
lines
add virtualization heading
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jan 28 13:19:20 2015 UTC (8 years, 4 months ago) by gdt
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +8 -7
lines
Tidy up formatting, and drop a dead link.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Oct 3 03:16:11 2014 UTC (8 years, 8 months ago) by wiki
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1
lines
web commit by mspo
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Oct 3 03:15:43 2014 UTC (8 years, 8 months ago) by wiki
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0
lines
web commit by mspo
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jul 3 23:19:39 2013 UTC (9 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1
lines
web commit by christos
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jul 3 23:18:59 2013 UTC (9 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0
lines
web commit by christos
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jun 27 18:03:10 2013 UTC (9 years, 11 months ago) by jdf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0
lines
Add a small tutorial on how to use fss(4).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jun 27 02:48:08 2013 UTC (9 years, 11 months ago) by mspo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -0
lines
add full index to tutorials page and add a stuf for embedded dev doc
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 26 12:57:43 2013 UTC (10 years ago) by wiki
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1
lines
web commit by mbalmer: spello
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 18 15:21:15 2013 UTC (10 years ago) by wiki
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1
lines
web commit by schmonz: Fix wikilink to new Xen tutorial.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 17 22:01:40 2013 UTC (10 years ago) by wiki
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0
lines
web commit by riz: add dom0 setup info
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 8 17:54:03 2013 UTC (10 years, 1 month ago) by jdf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1
lines
Fix link for latex article
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 8 17:49:10 2013 UTC (10 years, 1 month ago) by jdf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0
lines
Add an article about latex in NetBSD, link it in tutorials.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 22 12:15:50 2012 UTC (10 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0
lines
web commit by jdf: Added entries for curses in NetBSD
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 13 10:45:06 2012 UTC (11 years ago) by wiki
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0
lines
web commit by haad
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Nov 12 16:31:08 2011 UTC (11 years, 6 months ago) by imil
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2
lines
added a services section
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 9 09:39:19 2011 UTC (11 years, 11 months ago) by wiki
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0
lines
web commit by darran
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri May 13 13:28:59 2011 UTC (12 years ago) by pgoyette
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1
lines
Use the right name
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 13 13:22:48 2011 UTC (12 years ago) by pgoyette
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0
lines
Add my raid-frame cookbook
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 15 09:57:38 2011 UTC (12 years, 1 month ago) by wiki
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0
lines
web commit by reinoud
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 7 03:46:15 2011 UTC (12 years, 3 months ago) by wiki
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1
lines
web commit by jym
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 7 03:45:55 2011 UTC (12 years, 3 months ago) by wiki
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0
lines
web commit by jym: Add EC2 link.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 7 01:02:57 2011 UTC (12 years, 4 months ago) by wiki
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
web commit by haad
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 7 01:02:13 2011 UTC (12 years, 4 months ago) by wiki
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1
lines
*** empty log message ***
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 21 21:04:31 2010 UTC (12 years, 5 months ago) by wiki
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0
lines
web commit by cyber
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 27 21:46:34 2010 UTC (12 years, 6 months ago) by wiki
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -7
lines
web commit by haad
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 27 21:45:24 2010 UTC (12 years, 6 months ago) by wiki
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -1
lines
web commit by haad
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 1 12:35:40 2010 UTC (12 years, 9 months ago) by wiki
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0
lines
web commit by jmmv
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 8 10:49:54 2010 UTC (13 years, 1 month ago) by wiki
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0
lines
web commit by jym: Adding a section regarding kernel debugging through QEMU
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 27 11:43:44 2009 UTC (13 years, 6 months ago) by imil
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0
lines
added pkgsrc section
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 27 09:58:07 2009 UTC (13 years, 6 months ago) by imil
Branches: MAIN
Added a tutorials section
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb