summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
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
2008-06-10fix previous;Jason McIntyre
2008-06-09man page for crypto/idgen.h functions: idgen32() and idgen32_init()Damien Miller
ok deraadt@
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
a new etype, UVM_ET_HOLE, meaning it has no backend. UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so that pmap_{k,}remove() is not called on the entry. This is intended to save time, and behave better, on pmaps with MMU holes at process exit time. ok art@, kettenis@ provided feedback as well.
2008-06-09tweak previous;Jason McIntyre
2008-06-09mention CRYPTO_AES_CTR, CRYPTO_AES_XTSDamien Miller
describe special requirement for passing in IV/block number for CRYPTO_AES_XTS
2008-06-09man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@Damien Miller
2008-05-26formatting nit in the pseudocode.Brad Smith
2008-05-06Add a PR_ZERO flag for pools, to compliment the M_ZEROThordur I. Bjornsson
malloc flag, does the same thing. use it in a few places. OK tedu@, "then go ahead. and don't forget the manpage (-:" miod@
2008-05-06typo fix; from tannerJason McIntyre
ok art
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@
2008-04-17Correct a typo:Owain Ainsworth
tsleep -> msleep from Paul de Weerd, Thanks!
2008-04-13MSIZE is defined in sys/param.h, not machine/param.h;Jason McIntyre
from Jonathan Thornburg, documentation/5792
2008-04-12getnewvnode() is not a system call; fix from Iruata Souza, though iJason McIntyre
chose to refer to it as a "call", rather than function, in keeping with the rest of the section; ok dlg
2008-04-03Fix function prototype.Tobias Weingartner
2008-03-30correct arg name; from Matthew DempskyJason McIntyre
ok claudio
2008-03-09DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO;Jason McIntyre
from Sam Banks, freebsd docs/121477
2008-03-02improve wording - from deraadt@Damien Miller
2008-03-02Add a arc4random_uniform() that returns a uniformly distributed numberDamien Miller
in the range 0 <= x < upper_bound Please use this new API instead of "arc4random() % upper_bound", as it avoids the "modulo bias" that favours small results when upper_bound is not a power of two. feedback deraadt@ mcbride@; ok deraadt@
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-03Fix the struct pkthdr definition.Claudio Jeker
2008-01-26the kids want I/O;Jason McIntyre
2007-12-27last item in NAME should not be followed by a comma; from Pierre RiteauJason McIntyre