Add the make_autoclone_dev(9) manual page.
[dragonfly.git] / share / man / man9 / Makefile
2009-09-07 Sascha WildnerAdd the make_autoclone_dev(9) manual page.
2009-08-28 Sascha WildnerUpdate the make_dev(9) manual page for devfs.
2009-07-27 Sascha WildnerRemove suser*() functions, manpage and assorted remains.
2009-07-09 Sascha Wildnerpci.9: Sync with FreeBSD.
2009-05-26 Stathis Kamperisnlookup.9: Remove references to namei() which we don...
2009-05-25 Stathis KamperisAdd syscall.9 adapted from OpenBSD.
2009-04-10 Stathis KamperisAdd missing MLINKS for bus_dma(9)
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-03-28 Sascha Wildnerobjcache(9): Fix wrong function name in the manual...
2009-03-09 Sascha WildnerAdd an objcache(9) manual page.
2009-02-19 Sascha Wildnerman9/Makefile: Add missing backslash.
2009-02-19 Sascha WildnerAdd an ioctl(9) manual page.
2009-02-10 Sascha WildnerSync several manpages in section 9 with reality and...
2009-02-03 Sascha WildnerAdd a vcount(9) manual page.
2009-01-02 Sascha WildnerNumerous adjustments to the recent rpcbind etc. changes.
2009-01-01 Sascha WildnerHook in priv.9 and add MLINKS.
2008-11-22 Sascha WildnerBring in a devclass_get_count(9) manual page.
2008-11-09 Sascha WildnerUpdate physio(9) for physread()/physwrite() separation.
2008-11-09 Sascha WildnerAdd a bus_get_resource(9) manual page (based on bus_set...
2008-08-30 Sascha WildnerDocument kgetenv_ulong().
2008-05-15 Sascha WildnerMention ASSERT_NOT_SERIALIZED() and IS_SERIALIZED(...
2008-05-07 Sascha WildnerAdd some lines about lwkt_serialize_adaptive_enter().
2008-04-15 Sascha WildnerAdd a device_set_driver(9) manual page.
2008-04-15 Sascha WildnerAdd a vflush(9) manual page.
2008-04-09 Sascha WildnerBring the list of variables and function docs in time...
2008-03-16 Sascha WildnerAdd a bus_space(9) manual page.
2008-03-05 Sascha Wildner* Add MLINK for serialize_sleep()
2008-01-22 Sascha WildnerStart sentences on new lines, sort links in Makefile...
2008-01-21 Nicolas TheryAdd zdestroy() function to release all resources owned...
2008-01-19 Sascha WildnerAdd a manual page for contigmalloc() and contigfree().
2007-11-18 Sascha WildnerAdd an altq(9) manpage.
2007-11-14 Sascha Wildner* Remove the remains of the obsolete timeout()/untimeou...
2007-10-19 Sascha WildnerAdd missing MLINKS.
2007-10-06 Sascha WildnerThe kernel's psignal() function was renamed to ksignal...
2007-10-06 Sascha WildnerAdd a device_printf(9) manual page.
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-09-14 Sascha WildnerMake the firmware_image_load() and firmware_image_unloa...
2007-08-22 Hasso TepperAdd usbdi(9) manpage.
2007-08-21 Simon SchubertAdd msleep(9) to the sleep(9) page.
2007-08-10 Sascha WildnerAdd a taskqueue(9) manual page. Taken from FreeBSD...
2007-08-01 Sascha WildnerAdd MLINK for krateprintf().
2007-07-01 Sascha Wildnermi_switch() and cpu_switch() are gone. Remove manpage...
2007-06-30 Sascha Wildnertvtohz() was split into tvtohz_low() and tvtohz_high...
2007-05-27 Sascha WildnerAdd a bus_set_resource(9) manual page.
2007-04-08 Sascha Wildner* Bring in some relevant changes from FreeBSD.
2007-04-07 Sascha WildnerAdd minimal device_get_parent() manpage (device(9)...
2007-04-06 Sascha WildnerVOP_BWRITE() was removed in 2006.
2007-04-04 Sascha WildnerRemove manual page of bus_generic_map_intr(), which...
2007-03-31 Sascha WildnerAdd an EVENTHANDLER(9) manual page.
2007-03-31 Sascha WildnerAdd a first version of a serializer(9) manual page.
2007-03-31 Sascha WildnerCorrect two cases which I overlooked in my previous...
2007-03-30 Sascha WildnerSort all entries in dictionary order ignoring case.
2007-03-11 Sascha Wildner* Add callout(9) MLINK.
2007-03-04 Sascha Wildner1) Fix prototype in vget(9).
2007-02-18 Sascha Wildner* Add .Nm and MLINKS for BIOS_* macros.
2007-02-10 Sascha WildnerRemove documentation of extinct macro MULTI_DRIVER_MODU...
2007-02-10 Sascha WildnerRemove documentation of the recently removed fuswintr...
2007-01-15 Thomas E. SpanjaardAdd a manual page in section 9 for the recently added...
2007-01-09 Sascha WildnerRemove old MLINKS.
2007-01-07 Sascha WildnerUpdate ktr.9 for Matt's rewrite.
2007-01-02 Sascha WildnerRepo-copy malloc.9 to kmalloc.9 and clean up.
2007-01-02 Sascha WildnerAdd a kprintf(9) manual page.
2006-10-27 Sascha WildnerFix incorrect function name (kobj_free -> kobj_delete...
2006-10-26 Sascha WildnerRemove obsolete prototype and documentation of the...
2006-10-18 Victor Balada Diazupdate man page:
2006-07-05 Sascha WildnerAdd a manual page for the crit_enter()/crit_exit()...
2006-06-28 Sascha WildnerSync our ieee80211*.9 manual pages with the recent...
2006-06-22 Sascha Wildner1) Add the sysctl(9) manual page from FreeBSD with...
2006-05-31 Sascha WildnerAdd kobj(9) manual page.
2006-05-27 Sascha WildnerAdd a spinlock(9) manual page (based on a writeup by...
2006-02-25 Sascha WildnerRemove SPLASSERT(9) and spl(9) man pages and fix a...
2005-12-27 Sascha WildnerPull in relevant parts of FreeBSD's rev. 1.42 and sync...
2005-12-21 Sascha WildnerAdd documentation for the pfil interface. This is NetBS...
2005-08-06 YONETANI Tomokazurev 1.21 has left namei.9 by itself, resulting in wrong...
2005-08-06 Sascha WildnerRemove the old namei(9) man page and make namei(9)...
2005-08-06 Sascha WildnerAdd nlookup(9) man page.
2005-08-06 Sascha WildnerRemove NDINIT(9) link again. The old API was removed...
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-07-31 Hiten PandyaForced commit to ensure revision 1.18 fixed a build...
2005-07-31 Hiten Pandya*** empty log message ***
2005-07-30 Sascha WildnerFix manpage links.
2005-07-29 Hiten PandyaAdd minimal manual page explaining use of bread(9)...
2004-12-22 Hiten PandyaDocument lockcountnb(9) which is the non-blocking count...
2004-09-20 Eirik NygaardAdd KTR, a facility that logs kernel events to help...
2004-07-27 Hiten PandyaAdd the ieee80211(9) API manual pages.
2004-06-03 Hiten PandyaAdd a manual page which describes the vn_fullpath(9...
2004-05-17 Hiten PandyaQuickly fix an MLINK while no one is looking...
2004-05-17 Hiten PandyaDocument the ``resource management'' (rman) abstraction...
2004-05-15 Hiten PandyaAdd an MLINK for KKASSERT(9).
2004-05-14 Hiten PandyaAdd a manual page which documents the generic hash...
2004-05-10 Hiten PandyaAdd MLINK busdma(9) which points to bus_dma(9).
2004-05-05 Hiten PandyaAdd bus_alloc_resource_any(9).
2004-03-18 Eirik NygaardAdd lock.9 man page, it is also symlinked to: lockcount...
2004-03-18 Hiten PandyaAdd manual page for the busdma(9) API. It has detailed...
2003-10-15 Hiten PandyaRemove zalloci/zfreei from the Makefile too.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: