Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot | |
Avoid the confusion by using an appropriate name for the variable. Note that since routing domain IDs are a subset of the set of routing table IDs, the following idiom is correct: rtableid = rdomain But to get the routing domain ID corresponding to a given routing table ID, you must call rtable_l2(9). claudio@ likes it, ok mikeb@ | |||
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot | |
connected routes to prefixes/hosts. Since the introduction of rt_ifa_addloop(9) and rt_ifa_delloop(9), rtinit() was just a wrapper, so use the underlying functions directly and document them. Inputs from and ok mikeb@, manpage tweaks from jmc@ | |||
2014-04-03 | Sync malloc(9) M_* types with sys/malloc.h | Lawrence Teo | |
2014-04-03 | lies lies lies lies lies | Ted Unangst | |
2014-04-02 | Add missing "SEE ALSO" header. | Martin Pieuchot | |
2014-04-02 | Add a man page for rtrequest1(9) splitted from route(9) with some | Martin Pieuchot | |
improvements. ok sthen@ | |||
2014-03-27 | tweak previous; help/ok mpi | Jason McIntyre | |
2014-03-27 | Store an ifp index instead of a pointer in the "struct mbuf_ext". | Martin Pieuchot | |
This is part of the plan to remove the ifp pointer from the packet header that will allow us to stop garbage collecting mbuf(9)s when an ifp is detached/destroyed. ok mikeb@, lteo@, benno@ | |||
2014-03-27 | tweak previous; help/ok dlg | Jason McIntyre | |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot | |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot | |
2014-03-26 | Add a CONTEXT section, requested by dlg@ | Martin Pieuchot | |
2014-03-26 | CONTEXT for malloc. | David Gwynne | |
feels a bit clumsy, hopefully jmc can help. | |||
2014-03-21 | zap trailing whitespace; | Jason McIntyre | |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot | |
Rename and document rt_timer_count() into rt_timer_queue_count() to be consistent with the other functions. Remove unused argument from rt_timer_queue_destroy(), clean the definitions and finally use the same order in NAME and DESCRIPTION as requested by jmc@. ok henning@ | |||
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot | |
driver start routines. Instead add & use a pointer in the pkthdr since we don't want the overhead of using a mbuf_tags(9). claudio@ pointed out that other subsystems might want to use this pointer too, so here's a new cookie! ok claudio@, mikeb@, deraadt@ | |||
2014-03-18 | Fix rtlabel_id2name() SYNOPSIS, requested by jmc@. | Martin Pieuchot | |
2014-03-18 | zap trailing whitespace; | Jason McIntyre | |
2014-03-18 | typo, pointed by millert@ | Martin Pieuchot | |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot | |
coherent with the existing rtable_* functions and document it. While here fix some other manpage glitches pointed out by jmc@. | |||
2014-03-18 | Split route(9) into various manuals to make it easier to complete/improve | Martin Pieuchot | |
its content. With inputs from jmc@ and schwarze@ | |||
2014-03-14 | tweak previous; | Jason McIntyre | |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne | |
archs have instrutions that can do this, and the rest that dont get to use wrappers around the byteswap(3) api. this provides MI backends for sparc64 and powerpc which get a big benefit from this because byteswapping in registers is really hard for them. the intended use case is for reading and writing bits of dma memory handed to and from hardware. discussed with miod@ guenther@ deraadt@ ok miod@ kettenis@ | |||
2014-02-14 | remove the caveat apologising that you cant use rwlocks in interrupt | David Gwynne | |
handlers now that context explains that you can only use them in autoconf or process context. | |||
2014-02-14 | CONTEXT | David Gwynne | |
2014-02-14 | CONTEXT | David Gwynne | |
2014-02-13 | update SEE ALSO; | Jason McIntyre | |
2014-02-13 | lowercase non-capital; | Jason McIntyre | |
2014-02-13 | revery -r1.34's addition of spl(9) to SEE ALSO: we already have splclock(9) | Jason McIntyre | |
in there, and they're one and the same page; | |||
2014-02-13 | use the return values section to document return values | David Gwynne | |
2014-02-13 | explicitely document the contexts you can call mutex functions in. | David Gwynne | |
2014-02-13 | wrap long lines | David Gwynne | |
2014-02-13 | this wasnt supposed to be part of the timeout.9 change | David Gwynne | |
2014-02-13 | document the timeout_add and timeout_del return values in the RETURN VALUES | David Gwynne | |
section. im not sure what to do with the macros yet. | |||
2014-02-13 | document the contexts you can call this api from out into its own section | David Gwynne | |
2014-02-13 | make a sentence better | David Gwynne | |
2014-02-13 | add CONTEXT | David Gwynne | |
these can all be called during autoconf, in process context, or from interrupts. | |||
2014-02-13 | document return values in the RETURN VALUES section. | David Gwynne | |
ingo@ suggested putting RETURN VALUES after CONTEXT, and i agree. this seems to flow well. | |||
2014-02-13 | introduce a CONTEXT section that describes where you can call the bits of | David Gwynne | |
the API from. task_add is the first manpage to get this, but hopefully not the last. inspired by the CONTEXT section in solaris, and introduced here with the blessing of deraadt@, jmc@, and ingo@. discussed with jmc@ and ingo@ | |||
2014-02-12 | fork1's exitsig argument just vanished (mwuhahahaha) | Philip Guenther | |
2014-02-09 | MLINK extent_alloc_with_descr; | Jason McIntyre | |
2014-02-08 | Add extent_alloc_with_descr(9) as a wrapper around | Mark Kettenis | |
extent_alloc_subregion_with_descr(9) mirroring extent_alloc(9). ok jmc@ | |||
2014-02-04 | better history. | David Gwynne | |
2014-02-04 | atomic.9 doesnt exist to Xr to now. | David Gwynne | |
2014-02-04 | rename atomic.9 to atomic_setbits_int.9 since the former isn't a function | David Gwynne | |
you can call. discussed briefly with jmc@ who i might have misinterpreted. | |||
2014-02-04 | fix Dt lines so they match the page name. | David Gwynne | |
reminded by jmc@ | |||
2014-02-03 | rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these | David Gwynne | |
after functions. for reasons. reminded by jmc@ | |||
2014-02-03 | rename membar.9 to membar_sync.9 because manpages have to be named after | David Gwynne | |
functions FOR REASONS. reminded by jmc@ | |||
2014-01-30 | markus hennecke points out i had a trailing slash on a line that | David Gwynne | |
shouldnt have one | |||
2014-01-30 | tweak previous; | Jason McIntyre | |