summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2009-05-21IO_METASYNC has been a noop since around 4.4BSD-Lite, theThordur I. Bjornsson
idea never really caught on anywhere so retire it. "gank this shizzle", blambert@
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
ok weingart
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
using this soon(ish). Ok oga@, sorta yes kettenis@.
2009-04-21Document timeout_add_msec().Michael Knudsen
oga pointed out that it was undocumented, which caused me to find out that I had this diff in my tree. `fine' deraadt
2009-04-20Document BUS_DMA_ZERO.Owain Ainsworth
2009-04-20Man bits for UVM_PLA_ZERO.Owain Ainsworth
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
has all space allocated such that we can make holes in it using extent_free(). ok miod@
2009-04-14manpage bits for uvm_pglistalloc() changes.Owain Ainsworth
Couple of tweaks from jmc@
2009-04-10Add EX_CONFLICTOK flag that allows an allocation to conflict with existingMark Kettenis
allocations, making sure that the union of all space is allocated. ok deraadt@
2009-03-25Remove LK_SLEEPFAILOwain Ainsworth
2009-03-25Lying is bad, so stop lying about functionality that was removed agesOwain Ainsworth
ago. ok blambert (who had a similar diff a few days ago)
2009-03-22tweaks;Jason McIntyre
2009-03-19no .Pp before or after sections;Jason McIntyre
2009-03-18Remove man page mentions of the vnode interlock, which is long dead.Bret Lambert
ok jmc@ thib@
2009-03-02Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existedBret Lambert
for some time. ok jmc@
2009-01-29- fix .Nm and .DtJason McIntyre
- remove a duplicate
2009-01-29Add some kernel socket documentation. Originally from FreeBSD with someClaudio Jeker
tweaks by me to match the OpenBSD reality. Additional help from jmc@ ja ja ja dlg@ and OK blambert@
2009-01-28Correctly document MINCLSIZE which changed some time ago.Claudio Jeker
OK mbalmer@ a long time ago
2009-01-26Fix whitespace typo in mbuf man page.Alexander Bluhm
ok grunk@
2009-01-17Mention acpi(4) can also call dopowerhooks(). Tweak verbiage a bit.Kenneth R Westerback
ok jmc@
2009-01-15no comma for last item in a NAME list;Jason McIntyre
2009-01-15Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7.Owain Ainsworth
pool_set_ctordtor() (which can emulate what pool_cache_* did) still needs documenting though. tedu@ and jmc@ seemed to agree. "Do it. I command you!" blambert@
2008-12-31pmap_remove() correction; from Ariane van der SteldJason McIntyre
2008-12-14MCLGETI takes an mbuf *, not an mbuf.David Gwynne
2008-12-11- update the list of typesJason McIntyre
- some text improvements - remember systat(1) ok otto
2008-11-29extra word deleted; spotted by jmcTheo de Raadt
2008-11-29document MCLGETITheo de Raadt
2008-11-14the warnings produced by -Wtraditional are not interesting, so remove it.Ted Unangst
ok jmc otto
2008-11-09remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year.Chris Kuethe
ok tedu@
2008-11-04uvmspace_unshare() is never used; ok miodTheo de Raadt
2008-11-03Forgot this docu bit in the M_ANYCAST6 removal. This is actually from naddy@Claudio Jeker
2008-11-01change vrele() to return an int. if it returns 0, it can gaurantee thatTheo de Raadt
it did not sleep. this is used to avoid checkdirs() to avoid having to restart the allproc walk every time through idea from tedu, ok thib pedro
2008-10-30reintroduce mutexes to workqs for locking.David Gwynne
tested by many on many archs including several alpha test. ok tedu@ go for it deraadt@
2008-10-27document pool_setipl.David Gwynne
with help from jmc@, thank you.
2008-10-27sa_open -> sio_open, after recent changes;Jason McIntyre
2008-10-26add some audio/libsa cross refs;Jason McIntyre
2008-10-16sub-system -> subsystem, for consistency withour other pages;Jason McIntyre
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
now the offset into the first mbuf of the target chain before copying the source data over. From FreeBSD. Convert drivers' use of m_devget(). Mostly from thib@. Update mbuf(9) man page. ok claudio@, thib@
2008-09-18Introduce the infrastructure required to support hardware VLAN tagChristian Weisgerber
stripping: Add a field to the mbuf pkthdr to hold the tag and an mbuf flag that tells if the tag is valid. Inspired by FreeBSD. Struct packing suggested by kettenis@. csum_flags is now 16 bits. Adapt to this in the drivers. ok reyk@, henning@
2008-09-15briefly document the M_LINK0 and M_FILDROP flags; ok jmc@Christian Weisgerber
2008-09-02remove last bits of MALLOC/FREECharles Longeau
spotted by and initial patch from espie@, with inputs from jmc@ ok espie@ jmc@
2008-08-29MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan GordeevJason McIntyre
ok thib
2008-07-30In the .Fn entries for timeout_add_usec/nsec, don't call the parameterMichael Knudsen
``sec''. Instead, use usec/nsec. Agreed with/no opposition from blambert.
2008-07-24Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweakMichael Knudsen
some other stuff. ok art jmc blambert
2008-07-24kill whitespace at eol;Jason McIntyre
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
them going negative - this consists of identifying a number of cases of IO not going through the buffer cache and marking those buffers with B_RAW - as well as fixing nfs_bio to show pending writes and reads through the buffer cache via NFS still has a problem with mishandling the counters I believe in the async/sync fallback case where counters stay positive which will be addressed seperately. ok tedu@ deraadt@
2008-07-23Document the new timeout_add_* functions.Artur Grabowski
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-06-10oopsTheo de Raadt
2008-06-10rename man page to a function name that actually exists; requested by jmcTheo de Raadt