the changes are not need to merge.
1.12 -> 1.13 commercial/Makefile
- Merge the following from the English version:
1.24 -> 1.25 releases/Makefile
1.43 -> 1.44 releases/index.sgml
1.53 -> 1.55 search/search.sgml
- Add new translations:
releases/4.1.1R/Makefile
releases/4.1.1R/announce.sgml
releases/4.1.1R/errata.sgml
releases/4.1.1R/notes.sgml
Reviewed by: HINO Koji <hino@ccm.cl.nec.co.jp>
References: [doc-jp 7484]
List three kernel-programming tuturials on Daemonnews:
* Dynamic Kernel Linker (KLD) Facility Programming Tutorial
by Andrew Reiter <arr@watson.org>
* How to Write Kernel Drivers with Newbus by myself
* Writing an ISA device driver by Sergey Babkin <babkin@bellatlantic.net>
Reading this documents gives one a fairly good start in kernel programming.
One action, 3 changes. Perhaps, this will be my only incursion outside of ports for some time.
1) (ports) Added myself to xearth committers.marker (1st Brazilian, one of the only Latin Americans).
2) (www) Added an announcement to newsflash about this.
3) (doc) Both removed myself from contrib, then added an authors identity for myself and and entry to almighty staff area.
2000-10-01 05:10 knu
* cvsweb.cgi: Fix annotation bugs.
- Do not pass gzip'ed directives to cvs. (it never worked, sigh)
- Fix mis-spacing. Now it should look pretty well.
2000-10-01 03:48 knu
* INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
log in history) flags when doing a cvs annotation so that one does
not need to turn on the write permission on CVSROOT/history for the
user which httpd runs cvsweb.cgi as. (typically "nobody")
2000-10-01 03:27 knu
* cvsweb.cgi: Fix the comment to make how to set $config clear.
Inspired by: "Dan Langille" <dan@langille.org>
2000-09-29 03:06 knu
* cvsweb.cgi: Trap errors in the configuration files on loading and
show error messages. (Previously it failed silently)
Submitted by: Sean Scarff <sean@pavilion.net>
obj-clean.
This basically entails putting ${.CURDIR} in front of the occasional
source file, script, or directory.
Also adds '.include <bsd.obj.mk>' to web.mk so 'make obj' works.
Change gencommercial script to take a '-s' flag pointing to the source
directory, and the portindex script to take an optional additional
parameter indicating the source directory.
Add -D ${.CURDIR} to sgmlformat to follow includes properly.
mistakenly lost when I upgraded cvsweb.
Noticed by: Joao Pedras <jpedras@webvolution.net>
Merge from knu-cvsweb 1.103.1.26.
2000-09-22 20:13 knu
* cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
$body_tag_for_src to allow to set the foreground color.
Noticed by: dcs@FreeBSD.org
2000-09-22 00:30 knu
* cvsweb.cgi: MFZ: 1.103.
Short description of libh is a modified version of John Baldwin's
version in <200009072145.OAA19186@pike.osd.bsdi.com> to
freebsd-libh@FreeBSD.org in September 2000.
Requested by: many
2000-09-20 05:07 knu
* cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding
tabs into spaces. Currently, only first 10 lines are scanned for
the directives.
2000-09-20 04:57 knu
* cvsweb.cgi: MFZ: 1.101.
- Fix a few bugs under mod_perl.
- Use the Compress::Zlib module if available.
- Embed PDF files inside the cvs markup view.
2000-09-20 03:35 knu
* cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last
update.
2000-09-12 02:11 knu
* cvsweb.cgi: Allow one to set the default diff type.
Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-10 20:54 knu
* cvsweb.cgi: Clean up spacedHtmlText().