Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-12 | Improve the definition of USBD_FORCE_SHORT_XFER, prompted by a question | Martin Pieuchot | |
from stsp@. | |||
2014-07-11 | Let us hurry. There is nothing to fear here. | Ted Unangst | |
That's what scares me. | |||
2014-07-10 | Oops, fix man page typo. | Matthew Dempsky | |
thx Jean-Philippe Ouellet | |||
2014-07-10 | Add mallocarray(9) | Matthew Dempsky | |
While here, change malloc(9)'s size argument from "unsigned long" to "size_t". ok tedu | |||
2014-07-10 | No need to talk about config_activate(), we don't have it anymore. | Martin Pieuchot | |
2014-07-10 | Backport support for -Wframe-larger-than=N to base GCC | Matthew 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-10 | divert-packet no longer uses the PACKET_TAG_PF_DIVERT mbuf tag. | Lawrence Teo | |
2014-07-09 | zap trailing whitespace; | Jason McIntyre | |
2014-07-09 | sort out the MLINKS mess, and tweak previous a bit; | Jason McIntyre | |
2014-07-09 | Sync x11/gnome with reality. | Antoine Jacoutot | |
2014-07-09 | Add 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-09 | Rewrite lockstatus() description to be more like rw_status() | Philip Guenther | |
2014-07-09 | Document recent x11/gnome MODULE changes. | Antoine Jacoutot | |
2014-07-09 | MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status} | Philip Guenther | |
2014-07-09 | Fixed 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-09 | Add an "If" to make a complete sentence. | Brian Callahan | |
ok daniel@ jmc@ aja@ | |||
2014-07-09 | crude rrwlock to appease guenther and beck | Ted Unangst | |
2014-07-08 | Add Maastricht Aachen Airport (MST). | Mark Kettenis | |
Requested by mikeb@ | |||
2014-07-08 | tweak previous; | Jason McIntyre | |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David 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-07 | implement .dei and .ami | Ingo Schwarze | |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew 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-05 | Matthias Pfaller rescinded clauses three and four of his license | Jonathan Gray | |
http://mail-index.netbsd.org/source-changes/2009/10/18/msg002090.html | |||
2014-07-03 | Move 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-02 | Sync uvm_page_physload()'s parameter types with reality | Matthew Dempsky | |
uvm_page.c r1.19 (July 25, 2001) changed them from vaddr_t to paddr_t | |||
2014-07-02 | Document the ioctl() argument types for sd(4)'s ioctls | Matthew Dempsky | |
Also, cleanup some lies about which header defines these ioctls | |||
2014-07-02 | When .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-02 | Use real parameter types for u{dv,vn}_attach() instead of void * | Matthew Dempsky | |
ok guenther | |||
2014-07-02 | tweak previous; | Jason McIntyre | |
2014-07-02 | Implement 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-02 | RETURN VALUES section | David Gwynne | |
2014-07-02 | oops, extra newline | David Gwynne | |
2014-07-02 | add a CONTEXT section. | David Gwynne | |
2014-07-01 | no more uvm_fork(9); | Jason McIntyre | |
2014-06-30 | Remove 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-30 | Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE. | Matthew Dempsky | |
2014-06-28 | espie points out <string.h> is needed for the AUDIO_INITINFO() macro | Matthew Dempsky | |
2014-06-28 | Dv blah , Dv bleh | Jason McIntyre | |
is more simply written as Dv blah , bleh | |||
2014-06-28 | audio(4) has nothing to do with <string.h> | Matthew Dempsky | |
2014-06-28 | Use Fa for vscsi(4) ioctl() commands. | Matthew Dempsky | |
2014-06-28 | Fix indenting for bio(4) and pci(4) ioctl()s. | Matthew Dempsky | |
2014-06-28 | Add argument types for bio(4) ioctl() commands | Matthew Dempsky | |
2014-06-28 | Use Dv and Fa as appropriate for describing video(4) ioctl() commands. | Matthew Dempsky | |
2014-06-28 | Document the arg types for pci(4)'s ioctl() commands. | Matthew Dempsky | |
2014-06-28 | Cleanup documentation for SCSI device driver ioctl()s. | Matthew Dempsky | |
2014-06-27 | fix a comment; | Jason McIntyre | |
From: patrick keshishian | |||
2014-06-26 | Document that VSCSI_I2T is a non-blocking operation and can be | Matthew Dempsky | |
monitored with select(2). | |||
2014-06-25 | Fix a couple of small nits. | Vadim Zhukov | |
okay espie@ | |||
2014-06-24 | Deprecate .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-23 | add another supported model; | Jason McIntyre | |
from edward (myself rdtan net) |