summaryrefslogtreecommitdiffstats
path: root/share/man/man9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no more iop/ioprbs; ok deraadtjmc2013-11-053-28/+6
|
* oops, wrong MLINKderaadt2013-10-311-2/+2
|
* task_systq got removed;jmc2013-10-302-5/+3
|
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-11/+6
| | | | | | | | *const systq defined in task.h this reduces the cost of using the system taskq and looks less ugly. requested by and ok kettenis@
* task_add tweaks; ok dlgjmc2013-10-292-7/+8
|
* wire task_add.9 indlg2013-10-291-2/+6
|
* u_int -> unsigned intdlg2013-10-291-2/+2
|
* document the kernel task apidlg2013-10-291-0/+156
|
* Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF,lteo2013-10-251-2/+8
| | | | | | document them in the mbuf(9) man page. OK henning@ jmc@
* update documentation for these functions. They now state the case regardingderaadt2013-10-211-7/+22
| | | | | | | pthreads and chroot, and safe initialization without /dev/random and such junk. If you are in control of an arc4random in another library, please look at these pages and get caught up. ok various
* Reference mi_syscall() and mi_syscall_return() and syscall_mi.hguenther2013-10-081-5/+11
| | | | Update userret() arguments
* getdirentries(2) is dead; long live getdents(2)!guenther2013-10-071-16/+4
| | | | confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@
* Unify and document usbd_transfer(9).mpi2013-09-202-2/+110
| | | | | | | | | | | Get rid of the badly named usbd_bulk_transfer() and usbd_intr_transfer() they were two identical wrappers to submit a synchronous transfer. Now all synchronous transfers are submited using usbd_setup_xfer(9) and usbd_transfer(9) explicitly using the USBD_CATCH flag when signals must be checked. Previous version ok'd by mglocker@, with subtle inputs from miod@
* get rid of the copy argument in m_devget that let you provide andlg2013-08-211-14/+5
| | | | | | | | | alternative to bcopy since noone uses it. while there use memcpy instead of bcopy because we know the memory cannot overlap. ok henning@ matthew@ mikeb@ deraadt@
* some Bx/Ox conversion;jmc2013-08-142-8/+9
| | | | From: Jan Stary
* no longer any need to quote macro lines with >9 args;jmc2013-08-148-24/+24
| | | | From: Jan Stary
* When net.inet.ip.sourceroute is enable, store the source routempi2013-08-131-2/+7
| | | | | | | | | | | | of incoming IPv4 packets with the SSRR or LSRR header option in a m_tag rather than in a single static entry. Use a new m_tag type, PACKET_TAG_SRCROUTE, for this and bump PACKET_TAG_MAXSIZE accordingly. Adapted from FreeBSD r135274 with inputs from bluhm@. ok bluhm@, mikeb@
* some minor fixes; From: Jan Staryjmc2013-08-121-3/+3
|
* rename fuse docs after existent functions;jmc2013-08-082-9/+10
|
* - remove redundant sentence about misc functionsjmc2013-07-201-8/+15
| | | | | | | | | | - note that pmap(9) is the MD portion of UVM. - Convert reference to Chuck's dissertation to .Rs/.Re section - uvm is no longer "new". - Remove "(Missouri)". St. Louis should be enough to remove any confusion between wustl.edu and washington.edu. From: Daniel Dickman
* use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-1732-131/+127
|
* document fls/flsljsg2013-07-112-4/+16
|
* Document RI_WRONLY, committing on behalf of miod@.mpi2013-07-051-2/+8
| | | | ok kettenis@
* various tidy up;jmc2013-07-051-43/+44
| | | | ok tedu sobrado Sylvestre Gallon
* free(null) workstedu2013-07-041-2/+5
|
* Document RI_VCONS.kettenis2013-06-281-2/+4
|
* some simple initial fixes; this file still needs read properlyjmc2013-06-121-5/+6
|
* split "filesystem" and "mountpoints" as "file system" and "mount points",sobrado2013-06-111-2/+2
| | | | respectively.
* fix argument to document title (.Dt) macro in the manual page prologue.sobrado2013-06-111-3/+3
| | | | ok jmc@
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-112-11/+11
| | | | | test period; i think 3 years ago the last bugs fell out. ok otto beck others
* return ENOBUFS on failure from m_defrag and m_tag_copy_chain.dlg2013-06-112-6/+8
| | | | | | m_foo functions that return errors are now consistent as far as i can tell. ok bluhm@
* Add CTASSERT macro, for compile time assertionssf2013-06-081-2/+14
| | | | ok kettenis@
* \-1;jmc2013-06-051-2/+2
|
* m_defrag(9) wasnt documented.dlg2013-06-052-5/+19
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-0493-356/+356
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* fusebufsize updatetedu2013-06-041-5/+6
|
* rewordingtedu2013-06-031-43/+40
|
* 5.4 is the magic numbertedu2013-06-031-2/+2
|
* rcsidstedu2013-06-031-1/+2
|
* add two more fuse filestedu2013-06-031-0/+239
|
* userland fuse support, but not attaching libfuse yet. ok beck deraadttedu2013-06-031-3/+3
| | | | from Sylvestre Gallon ccna.syl gmail.com
* lookup() and relookup() have 'vfs_' prefixguenther2013-05-312-32/+55
| | | | | | | Document NDINITAT(), STRIPSLASHES, and ni_dirfd Tweak some other markup to appear more consistent ok matthew@ schwarze@ jmc@
* correct some liestedu2013-05-301-10/+5
|
* there is no vfs_shutdown(9) page;jmc2013-05-231-5/+4
|
* fix formatting here too; from ingojmc2013-05-221-2/+4
|
* Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. Nokettenis2013-05-201-2/+4
| | | | | cluse what this is supposed to do, but it is consistent with what happens elsewhere in this man page and fixes the obvious formatting problems.
* i got SEE ALSO completely wrong ;(jmc2013-05-171-4/+4
| | | | sorry mpi!
* Sync with reality.mpi2013-05-171-27/+44
| | | | ok henning@, yasuoka@, jmc@
* Link m_dup_pkthdr(9) to mbuf(9)mpi2013-05-171-2/+3
| | | | ok blambert@, jmc@
* sys/uvm_extern.h -> uvm/uvm_extern.hjsg2013-05-171-3/+3
|