Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more iop/ioprbs; ok deraadt | 2013-11-05 | 3 | -28/+6 | |
| | |||||
* | oops, wrong MLINK | 2013-10-31 | 1 | -2/+2 | |
| | |||||
* | task_systq got removed; | 2013-10-30 | 2 | -5/+3 | |
| | |||||
* | deprecate taskq_systq() and replace it with extern struct taskq | 2013-10-30 | 1 | -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 dlg | 2013-10-29 | 2 | -7/+8 | |
| | |||||
* | wire task_add.9 in | 2013-10-29 | 1 | -2/+6 | |
| | |||||
* | u_int -> unsigned int | 2013-10-29 | 1 | -2/+2 | |
| | |||||
* | document the kernel task api | 2013-10-29 | 1 | -0/+156 | |
| | |||||
* | Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF, | 2013-10-25 | 1 | -2/+8 | |
| | | | | | | document them in the mbuf(9) man page. OK henning@ jmc@ | ||||
* | update documentation for these functions. They now state the case regarding | 2013-10-21 | 1 | -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.h | 2013-10-08 | 1 | -5/+11 | |
| | | | | Update userret() arguments | ||||
* | getdirentries(2) is dead; long live getdents(2)! | 2013-10-07 | 1 | -16/+4 | |
| | | | | confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@ | ||||
* | Unify and document usbd_transfer(9). | 2013-09-20 | 2 | -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 an | 2013-08-21 | 1 | -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; | 2013-08-14 | 2 | -8/+9 | |
| | | | | From: Jan Stary | ||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 8 | -24/+24 | |
| | | | | From: Jan Stary | ||||
* | When net.inet.ip.sourceroute is enable, store the source route | 2013-08-13 | 1 | -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 Stary | 2013-08-12 | 1 | -3/+3 | |
| | |||||
* | rename fuse docs after existent functions; | 2013-08-08 | 2 | -9/+10 | |
| | |||||
* | - remove redundant sentence about misc functions | 2013-07-20 | 1 | -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@ | 2013-07-17 | 32 | -131/+127 | |
| | |||||
* | document fls/flsl | 2013-07-11 | 2 | -4/+16 | |
| | |||||
* | Document RI_WRONLY, committing on behalf of miod@. | 2013-07-05 | 1 | -2/+8 | |
| | | | | ok kettenis@ | ||||
* | various tidy up; | 2013-07-05 | 1 | -43/+44 | |
| | | | | ok tedu sobrado Sylvestre Gallon | ||||
* | free(null) works | 2013-07-04 | 1 | -2/+5 | |
| | |||||
* | Document RI_VCONS. | 2013-06-28 | 1 | -2/+4 | |
| | |||||
* | some simple initial fixes; this file still needs read properly | 2013-06-12 | 1 | -5/+6 | |
| | |||||
* | split "filesystem" and "mountpoints" as "file system" and "mount points", | 2013-06-11 | 1 | -2/+2 | |
| | | | | respectively. | ||||
* | fix argument to document title (.Dt) macro in the manual page prologue. | 2013-06-11 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | 2013-06-11 | 2 | -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. | 2013-06-11 | 2 | -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 assertions | 2013-06-08 | 1 | -2/+14 | |
| | | | | ok kettenis@ | ||||
* | \-1; | 2013-06-05 | 1 | -2/+2 | |
| | |||||
* | m_defrag(9) wasnt documented. | 2013-06-05 | 2 | -5/+19 | |
| | |||||
* | Replace old-fashioned .Fd by new-fangled .In for #include lines. | 2013-06-04 | 93 | -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 update | 2013-06-04 | 1 | -5/+6 | |
| | |||||
* | rewording | 2013-06-03 | 1 | -43/+40 | |
| | |||||
* | 5.4 is the magic number | 2013-06-03 | 1 | -2/+2 | |
| | |||||
* | rcsids | 2013-06-03 | 1 | -1/+2 | |
| | |||||
* | add two more fuse files | 2013-06-03 | 1 | -0/+239 | |
| | |||||
* | userland fuse support, but not attaching libfuse yet. ok beck deraadt | 2013-06-03 | 1 | -3/+3 | |
| | | | | from Sylvestre Gallon ccna.syl gmail.com | ||||
* | lookup() and relookup() have 'vfs_' prefix | 2013-05-31 | 2 | -32/+55 | |
| | | | | | | | Document NDINITAT(), STRIPSLASHES, and ni_dirfd Tweak some other markup to appear more consistent ok matthew@ schwarze@ jmc@ | ||||
* | correct some lies | 2013-05-30 | 1 | -10/+5 | |
| | |||||
* | there is no vfs_shutdown(9) page; | 2013-05-23 | 1 | -5/+4 | |
| | |||||
* | fix formatting here too; from ingo | 2013-05-22 | 1 | -2/+4 | |
| | |||||
* | Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No | 2013-05-20 | 1 | -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 ;( | 2013-05-17 | 1 | -4/+4 | |
| | | | | sorry mpi! | ||||
* | Sync with reality. | 2013-05-17 | 1 | -27/+44 | |
| | | | | ok henning@, yasuoka@, jmc@ | ||||
* | Link m_dup_pkthdr(9) to mbuf(9) | 2013-05-17 | 1 | -2/+3 | |
| | | | | ok blambert@, jmc@ | ||||
* | sys/uvm_extern.h -> uvm/uvm_extern.h | 2013-05-17 | 1 | -3/+3 | |
| |