Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-31 | document trusted_snapshot | Marc Espie | |
2021-03-28 | list Dell DW5821e as supported for umb(4) | Stuart Henderson | |
2021-03-26 | Push kernel lock within rtable_add(9) and rework it to return 0 in the | mvs | |
case when requested table is already exists. Except initialization time, route_output() and if_createrdomain() are the only paths where we call rtable_add(9). We check requested table existence by rtable_exists(9) and it's not the error condition if the table exists. Otherwise we are trying to create requested table by rtable_add(9). Those paths are kernel locked so concurrent thread can't create requested table just after rtable_exists(9) check. Also rtable_add(9) has internal rtable_exists(9) check and in this case the table existence assumed as EEXIST error. This error path is never reached. We are going to unlock PF_ROUTE sockets. This means route_output() will not be serialized with if_createrdomain() and concurrent thread could create requested table. Table existence check and creation should be serialized and it makes sense to do this within rtable_add(9). This time kernel lock is used for this so it pushed down to rtable_add(9). The internal rtable_exists(9) check was modified and table existence is not error now. Since the external rtable_exists(9) check is useless it was removed from if_createrdomain(). It still exists in route_output() path because the logic is more complicated here. ok mpi@ | |||
2021-03-23 | change pfIfDescr and pfLogIfName from plain OCTET STRING (which has no | Stuart Henderson | |
textual-convention so is sometimes printed as hex dump) to DisplayString (ascii). likewise change pfLabelName and pfTblName to SnmpAdminString (UTF-8 textual-convention). feedback/tweaks (notably pointing out UTF-8)/ok martijn@ | |||
2021-03-23 | Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices. | Claudio Jeker | |
OK kn@ | |||
2021-03-23 | Document the @version suffix that can be added when running 'portgen go' | Aaron Bieber | |
Patch from Josh Rickmar. Ty jrick! | |||
2021-03-22 | document NEVER_CLEAN | Marc Espie | |
2021-03-20 | s/struft/struct/; thanks James Hastings | Stuart Henderson | |
2021-03-20 | Sync with apm(4/macppc) to document which ioctls are not supported | kn | |
Suspend/resume and other power events are NOT YET SUPPORTED. | |||
2021-03-20 | End sentence and add .Pp after (all) "NOT SUPPORTED" lines | kn | |
2021-03-18 | Update go-module docs for recent changes, from Josh Rickmar, small tweak | Stuart Henderson | |
from me | |||
2021-03-18 | Document SIOCDELLABEL, link among MPLS drivers | kn | |
Use of the IOCTL section losely adopted from bridge(4), the list of ioctls however is still incomplete. mpw(4) and mpip(4) could use a reference to mpe(4) IOCTL or so, but this is good enough for starters. Feedback OK claudio | |||
2021-03-17 | List the Qu-c0-hr-b0-48 firmware image in the iwx(4) man page. | Stefan Sperling | |
2021-03-16 | Describe what happens when RFC 4638 is not supported. | Todd C. Miller | |
With help from sthen@. OK sthen@ jmc@ | |||
2021-03-14 | add HISTORY; from maxim vuets | Jason McIntyre | |
2021-03-13 | sync usb_device_info with usb.h, spotted by Enrik Berkhan, and millert@ | Stuart Henderson | |
noticed another change | |||
2021-03-11 | Link to sh(1) and use the same wording and markup for EXTRACT_CASES code | kn | |
"good idea" sthen | |||
2021-03-10 | Typofix previous | kn | |
2021-03-10 | cleanup the 3 ways (2 for ipv4, 1 for ipv6) of doing dynamic address | Theo de Raadt | |
allocation. not the perfect text yet, but it is better. discussed with florian and jmc | |||
2021-03-09 | Remove documentation for all port modules no longer supported. ok sthen@ | tracey | |
2021-03-09 | document zstd support in EXTRACT_CASES and change from a big code sample | Stuart Henderson | |
that isn't directly usable to a shorter table and example of what one might need to add to EXTRACT_CASES when making a change; ok espie@ | |||
2021-03-08 | Note that slaacd(8) is enabled by default. Also note that if you | Florian Obser | |
disabled it in the past and then note that IPv6 autoconfiguration doesn't work for you, you will quickly note that we will point and laugh. | |||
2021-03-08 | Add RK809 to list of supported chips for this driver. | Kurt Miller | |
2021-03-08 | correct paper title | Jonathan Gray | |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray | |
and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff | |||
2021-03-04 | new sentence, new line; | Jason McIntyre | |
2021-03-03 | Add a configurable button mapping for tap gestures on touchpads. | Ulf Brosziewski | |
Thanks to RJ Johnson for this work! ok mpi@ | |||
2021-03-01 | remove unneccessary Pp; | Jason McIntyre | |
2021-03-01 | document log entry W, reminded by naddy@ | Marc Espie | |
2021-03-01 | fix Nd and remove trailing whitespace; | Jason McIntyre | |
2021-03-01 | document pkg_check-version | Marc Espie | |
2021-02-28 | document the move of FIX_CRLF_FILES to the end of distpatch | Marc Espie | |
2021-02-27 | removal of "must" missed in previous: spotted by george brown, who also | Jason McIntyre | |
submitted the diff for the previous commit and who i forgot to credit... | |||
2021-02-27 | remove some info related to compat; | Jason McIntyre | |
tweaked by deraadt ok kettenis deraadt | |||
2021-02-27 | fix NAME; | Jason McIntyre | |
2021-02-27 | apldart(4) | Mark Kettenis | |
2021-02-27 | aplpcie(4) | Mark Kettenis | |
2021-02-27 | aipldart(4) | Mark Kettenis | |
2021-02-27 | aplpcie(4) | Mark Kettenis | |
2021-02-27 | Add logger(1) support for daemons that are logging to stdout/stderr (mostly from | Antoine Jacoutot | |
the go ecosystem). Properly handle failing daemon startup now that we have pipefail. To take advantage of this new feature, just add foo_logger=facility to the daemon rc.d(8) script or in rc.conf.local(8) or use rcctl: rcctl set foo logger daemon.info tweak for checking flags in rcctl(8) from martijn@ "this looks pretty good" deraadt@ ok sthen@ | |||
2021-02-26 | Fix Typo, ok jca | Daniel Jakots | |
2021-02-26 | Add my copyright since I added most of the content | Daniel Jakots | |
2021-02-25 | mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@. | Stuart Henderson | |
mention that shell wildcards may be used. | |||
2021-02-25 | wrong annotation | Marc Espie | |
2021-02-25 | make the timing of FIX_CRLF_FILES explicit | Marc Espie | |
2021-02-25 | document FIX_CRLF_FILES. | Stuart Henderson | |
2021-02-25 | split off the large module documentations, so that port-modules is less of | Marc Espie | |
a monster. okay sthen@ | |||
2021-02-25 | let m_copydata use a void * instead of caddr_t | David Gwynne | |
i'm not a fan of having to cast to caddr_t when we have modern inventions like void *s we can take advantage of. ok claudio@ mvs@ bluhm@ | |||
2021-02-24 | spelling fix; | Jason McIntyre | |
2021-02-23 | typo | Theo de Raadt | |