summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2004-01-12Bump date for previous. Punctuation nits. Sort SEE ALSO.wiz
2004-01-12Bump date for previous. Remove trailing whitespace.wiz
2004-01-12Add a reference to options(4) in md(4).is
Document missing options which change md(4) behaviour.
2004-01-12Refine English. From Luke.uebayasi
2004-01-12Now /etc/rc.d/virecover can be configurable by rc.conf(5). Reflectuebayasi
it. Bump date.
2004-01-11Update the file system snapshot driver:hannken
- Document the kernel thread. - Rename some functions and variables. - Return EROFS where appropriate. - Use shifts instead of 64-bit divide. - Use a simple_lock to make it MP-safe. - Add M_CANFAIL to malloc to avoid panic on large cluster size. - Allow sparse file for backing store and use VOP_BALLOC() to allocate space. Default size of backing store is the size of the file system.
2004-01-11check MKDOC instead of MKSHARElukem
2004-01-10Add a comma.wiz
2004-01-10Allow vfs_write_suspend() to wait if the file system is alreadyhannken
suspending. Move vfs_write_suspend() and vfs_write_resume() from kern/vfs_vnops.c to kern/vfs_subr.c. Change vnode write gating in ufs/ffs/ffs_softdep.c (from FreeBSD). When vnodes are throttled in softdep_trackbufs() check for file system suspension every 10 msecs to avoid a deadlock.
2004-01-10control undefine of DDXTIME through Xserver/Makefile.common varsrtr
2004-01-10Don't define DDXTIME on mac68k. This will let us use GetTimeInMillis()fredb
of ".../Xserver/os/utils.c", instead of supplying our own home-rolled (yet identical) function.
2004-01-08Bump date for previous.wiz
2004-01-08New sentence, new line; fix typo andwiz
grammar.
2004-01-08Bump date for previous; break linewiz
so that only relevant parts are marked up.
2004-01-07Remove more references to the old sysctl infrastructure.atatat
2004-01-07Document nell's kernel thread.martin
2004-01-07explain how trapsignal is used in the trap code.christos
2004-01-07Remove accidental extra stuff.augustss
2004-01-07Bump date for previous.wiz
2004-01-07Correct a commentskrll
2004-01-07Make usbtask(4) be usb(4).augustss
2004-01-07Document the kernel threads.augustss
2004-01-07Grammar fixes. New sentence, new line. More Xr's.wiz
Punctuation fixes. Shorten long lines.
2004-01-07Add MKX11 to control if src/x11 is traversed during the build. (default: no)lukem
Document <bsd.x11.mk>.
2004-01-07Add boot(8) manual page for the Cobalt port.cdi
2004-01-06Grammar consistency fix for previous.wiz
2004-01-06Implement ``one'' prefix to allow a "one shot" operation as iflukem
${rcvar}=yes yet all the other prerequisite tests are still performed. The existing ``force'' prefix is a sledgehammer that ignores all the prerequisite checks and always returns a zero exit status; this is a more gentle approach to the problem of "manipulate this disabled service without editing rc.conf(5)".
2004-01-05xconsole is a global property, so move it to the global scope.jmmv
Fixes part of PR bin/23223.
2004-01-05Remove a -compact for readability.augustss
2004-01-05bump date for lastgrant
2004-01-05Note that the Compaq "iPaq" HNE-200 works with this driver.schmonz
2004-01-04Add two acronyms suggested by Pavel Machek <pavel@ucw.cz>.jsm
2004-01-04Move a .Ed to the right place.augustss
2004-01-03+ MIDIjmmv
2004-01-03document MKCVS MKGCCCMDS MKPOSTFIX MKSENDMAIL MKUUCPlukem
2004-01-03sort listlukem
2004-01-02+ B/Wjmmv
2004-01-02Consistently test all variables that support a "yes"/"no" value withlukem
${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR Improve the documentation.
2004-01-02Bump date for previous; new sentence, new line.wiz
2004-01-02Document the -C option.pk
2004-01-01Document support for 16-bit sound on VIDC20.bjh21
2004-01-01Bump date for new history section.wiz
2004-01-01back out hpcmips changes accidently committed in prev. noticed by lukem@rtr
2004-01-01grr typo .manN -> .man.Nrtr
2004-01-01section 4 and 5 man/cat pages do get installedrtr
2004-01-01add a history section.mrg
2004-01-01correct __vendorversion__ to match xsrc/xfreelukem
2003-12-31Drop trailing spaces; fix Dd argument; shortenwiz
line; empty lines are not good, replace one with .Pp.
2003-12-31Add a manual page for vidcaudio(4).bjh21
2003-12-31Missing apostrophe. ("authors discretion" -> "author's discretion").bjh21