summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-07-12Improve the definition of USBD_FORCE_SHORT_XFER, prompted by a questionMartin Pieuchot
from stsp@.
2014-07-11Let us hurry. There is nothing to fear here.Ted Unangst
That's what scares me.
2014-07-10Oops, fix man page typo.Matthew Dempsky
thx Jean-Philippe Ouellet
2014-07-10Add mallocarray(9)Matthew Dempsky
While here, change malloc(9)'s size argument from "unsigned long" to "size_t". ok tedu
2014-07-10No need to talk about config_activate(), we don't have it anymore.Martin Pieuchot
2014-07-10Backport support for -Wframe-larger-than=N to base GCCMatthew Dempsky
This is the flag name that modern GCC and Clang have de facto standardized on for the functionality that we locally named -Wstack-larger-than-N. ok brad, miod
2014-07-10divert-packet no longer uses the PACKET_TAG_PF_DIVERT mbuf tag.Lawrence Teo
2014-07-09zap trailing whitespace;Jason McIntyre
2014-07-09sort out the MLINKS mess, and tweak previous a bit;Jason McIntyre
2014-07-09Sync x11/gnome with reality.Antoine Jacoutot
2014-07-09Add a daemon_timeout variable for rc_wait().Antoine Jacoutot
It represents the maximum time in seconds to wait for the start, stop and reload actions to return. Defaults to "30". No default behavior is changed. ok beck@ sthen@ jasper@ giovanni@
2014-07-09Rewrite lockstatus() description to be more like rw_status()Philip Guenther
2014-07-09Document recent x11/gnome MODULE changes.Antoine Jacoutot
2014-07-09MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status}Philip Guenther
2014-07-09Fixed rw_status() description, moving it to where it belongs.Philip Guenther
Clarify threads vs process. Move up some general explanatory text. Add rw_assert_* to the NAME section and kill crossref to spl(9)
2014-07-09Add an "If" to make a complete sentence.Brian Callahan
ok daniel@ jmc@ aja@
2014-07-09crude rrwlock to appease guenther and beckTed Unangst
2014-07-08Add Maastricht Aachen Airport (MST).Mark Kettenis
Requested by mikeb@
2014-07-08tweak previous;Jason McIntyre
2014-07-08introduce the if_rxr api. it is intended to pull the rx ring accountingDavid Gwynne
out of the mbuf layer, and break the assumption that an interface will only have a single ring per mbuf cluster size. mpi@ is ok with moving this forward
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-07fork1: FORK_THREAD requires FORK_SHAREFILESMatthew Dempsky
Now that file descriptor tables have moved from a per-thread resource to per-process, it's impossible to fork a thread without sharing the file descriptor table. ok guenther
2014-07-05Matthias Pfaller rescinded clauses three and four of his licenseJonathan Gray
http://mail-index.netbsd.org/source-changes/2009/10/18/msg002090.html
2014-07-03Move failure case text from uvm_pagerealloc() to uvm_pagealloc()Matthew Dempsky
uvm_pagerealloc() is a void function and it doesn't attempt to find any pages, so it doesn't make sense that it might "return NULL when no page can be found".
2014-07-02Sync uvm_page_physload()'s parameter types with realityMatthew Dempsky
uvm_page.c r1.19 (July 25, 2001) changed them from vaddr_t to paddr_t
2014-07-02Document the ioctl() argument types for sd(4)'s ioctlsMatthew Dempsky
Also, cleanup some lies about which header defines these ioctls
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
so let us do the same for compatibility. Using this feature is of course not recommended except in manual page obfuscation contests.
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
ok guenther
2014-07-02tweak previous;Jason McIntyre
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
since this is hardly more complicated than explicitly ignoring them as we did in the past. Of course, do not use them!
2014-07-02RETURN VALUES sectionDavid Gwynne
2014-07-02oops, extra newlineDavid Gwynne
2014-07-02add a CONTEXT section.David Gwynne
2014-07-01no more uvm_fork(9);Jason McIntyre
2014-06-30Remove some dead functions from uvm.9:Matthew Dempsky
uvm_fork() was removed by uvm_glue.c r1.65 (2014-05-15) uvm_scheduler() was removed by uvm_glue.c r1.50 (2009-08-11) uvm_swapin() was removed by uvm_glue.c r1.45 (2006-11-29) RIP
2014-06-30Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE.Matthew Dempsky
2014-06-28espie points out <string.h> is needed for the AUDIO_INITINFO() macroMatthew Dempsky
2014-06-28Dv blah , Dv blehJason McIntyre
is more simply written as Dv blah , bleh
2014-06-28audio(4) has nothing to do with <string.h>Matthew Dempsky
2014-06-28Use Fa for vscsi(4) ioctl() commands.Matthew Dempsky
2014-06-28Fix indenting for bio(4) and pci(4) ioctl()s.Matthew Dempsky
2014-06-28Add argument types for bio(4) ioctl() commandsMatthew Dempsky
2014-06-28Use Dv and Fa as appropriate for describing video(4) ioctl() commands.Matthew Dempsky
2014-06-28Document the arg types for pci(4)'s ioctl() commands.Matthew Dempsky
2014-06-28Cleanup documentation for SCSI device driver ioctl()s.Matthew Dempsky
2014-06-27fix a comment;Jason McIntyre
From: patrick keshishian
2014-06-26Document that VSCSI_I2T is a non-blocking operation and can beMatthew Dempsky
monitored with select(2).
2014-06-25Fix a couple of small nits.Vadim Zhukov
okay espie@
2014-06-24Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated.Ingo Schwarze
Do not use these macros in new documents, they provide no value. Instead, usually no macro and no markup is needed at all. Of course, they remain supported for compatibility with existing manuals. Jason McIntyre (OpenBSD), Thomas Klausner (NetBSD) and Franco Fichtner (DragonFly) are OK with this documentation change.
2014-06-23add another supported model;Jason McIntyre
from edward (myself rdtan net)