Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-03 | tweak previous; ok kettenis | Jason McIntyre | |
2020-10-03 | phb(4) | Mark Kettenis | |
2020-10-03 | opal(4), opalcons(4) and opalsens(4) | Mark Kettenis | |
2020-10-03 | Add HISTORY and AUTHORS sections. | Mark Kettenis | |
2020-10-03 | xicp(4), xics(4) and xive(4) | Mark Kettenis | |
2020-10-03 | Mention that kcov_remote_enter() and kcov_remote_leave() can now be | anton | |
called from interrupt context. | |||
2020-10-02 | Add man4.powerpc64 to SUBDIR. | Mark Kettenis | |
2020-10-02 | intro(4) and astfb(4) | Mark Kettenis | |
2020-10-01 | mfokclock renamed to mfokrtc; | Jason McIntyre | |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt | |
platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@ | |||
2020-09-30 | Document BPF_RND. Missed part of the xBPF commit (bpf_filter.c -r1.34). | Theo Buehler | |
from dlg, ok kn tb jmatthew | |||
2020-09-30 | document EINVAL for denorm timeval in BIOCSRTIMEOUT; ok jmc | Theo de Raadt | |
2020-09-29 | Edit for clarity and precision. | Richard Procter | |
Feedback and "Looks good to me" from Matt Dunwoodie ok jmc@ | |||
2020-09-29 | Add a reference to ruby-module(5) in SEE ALSO since port-modules(5) | kmos | |
explicitly tells folks to read there for information about the lang/ruby module. ok kn | |||
2020-09-29 | Add support for the PCA9546 I2C switch to pcamux(4). In comparison to | Patrick Wildt | |
PCA9548, this variant supports only 4 instead of 8 channels. ok kettenis@ | |||
2020-09-25 | documentation should say pool_init, not pmap_init | Theo de Raadt | |
2020-09-24 | On removing an rtable | kn | |
It is currently not possible to remove an rtable; claudio made the default rtable of an rdomain move back into the default rdomain upon deletion of the non-default rdmoain with sys/net/if_loop.c r1.90 - previously such orphaned rtables would also continue to exist as well be assigned to any existent rdomain. Document the status quo under CAVEATS as it seems unexpected behaviour and the manual otherwise does not talk about deletion/invaldation of an rtable at all. OK remi jmc | |||
2020-09-22 | Use user prompt for ps(1) and netstat(1) examples | kn | |
Those do not need root privileges to work. Prompted by jmc | |||
2020-09-22 | Add "netstat -R" example | kn | |
It's handy and otherwise easily missed when reading up on routing domains and tables; wording taken from netstat(1) as is. Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive and ps(1) is already demonstrated; same for top(1) users which more likely come across its `t' and `T' in the help page anyway (I guess). OK jmc remi | |||
2020-09-22 | Add a libagentx reference here as well. | Martijn van Duren | |
Pointed out by jsg@ | |||
2020-09-22 | Link up libagentx | Martijn van Duren | |
2020-09-18 | zap trailing whitespace; | Jason McIntyre | |
2020-09-17 | Document the WSDISPLAYIO_GETSCREENTYPE ioctl in wsdisplay.4. | Frederic Cambus | |
OK jmc@, kn@, "go for it" kettenis@ | |||
2020-09-15 | rework a sentence in abl.4, and add an entry for it to acpi.4; | Jason McIntyre | |
ok mglocker | |||
2020-09-15 | Add manual page for abl(4). | Marcus Glocker | |
ok kettenis@ | |||
2020-09-15 | add more verbiage to the font description | Jasper Lievisse Adriaanse | |
2020-09-13 | sort SEE ALSO; | Jason McIntyre | |
2020-09-12 | asmc(4) attaches through acpi(4) now. | Marcus Glocker | |
2020-09-09 | update hid usage table to latest specifications | pamela | |
ok phessler | |||
2020-09-08 | Fix Xr order | Visa Hankala | |
2020-09-08 | Fix Xr order | Visa Hankala | |
2020-09-08 | Mention SDNA-7130 | Visa Hankala | |
2020-09-02 | remove some ifconfig internals; ok kn | Jason McIntyre | |
2020-09-01 | Document sysctl_bounded_args(9) | gnezdo | |
Remove obsolete sysctl_int_arr documentation. Looks good, deraadt@ reads ok, jmc@ | |||
2020-08-31 | crank to 6.8-beta | Theo de Raadt | |
2020-08-28 | Fix a few more typos in man9. Pointed out by jmc@, thanks! | Frederic Cambus | |
2020-08-27 | Mention tpmr(4) using bridge ioctls | kn | |
2020-08-27 | Fix a bunch of typos in various man pages. | Frederic Cambus | |
2020-08-24 | Clarify that tpmr(4) does not aggregate | kn | |
Diff from Uwe Werler <uwe at werler dot is>, thanks. tpmr(4) is really a bridge like bridge(4) or switch(4), and not an aggregating driver like aggr(4) or trunk(4), hence "Other forms of Ethernat bridging ..." correctly implies that tpmr does indeed ethernet bridging, "Other forms of aggregation ..." implies the same way, but is misleading however, so just say "Link aggregation ...". OK jmc | |||
2020-08-24 | Omit common ifconfig options | kn | |
ifconfig(8)'s TRUNK (LINK AGGREGATION) nicely combines the two drivers, so omit common stuff from the drives specific manuals. This aids in the overall design of having options documented in ifconfig(8) alone unless they're inherently driver specific, e.g. "trunkproto" which stays in trunk(4). OK jmc | |||
2020-08-23 | typo fix; from (part of a diff from) uwe werler | Jason McIntyre | |
2020-08-21 | Move ugold(4) to the HID section for consistency. | Marcus Glocker | |
ok jmc@ | |||
2020-08-21 | fido(4) and umstc(4) also attach to uhidev(4). | Marcus Glocker | |
2020-08-21 | ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4). | Marcus Glocker | |
ok jcs@ | |||
2020-08-21 | Document the ROUTE_FLAGFILTER socket option. | Sebastian Benoit | |
ok jmatthew@ | |||
2020-08-20 | Remove module KDE4 | rsadowski | |
2020-08-20 | .fs -> .img | Theo Buehler | |
from navan airpost net | |||
2020-08-13 | Document ioctl interface. | Martin Pieuchot | |
2020-08-10 | minor polishing: fix typos, add HISTORY and AUTHORS, a few wording | Ingo Schwarze | |
simplifications, add missing markup, and break an overlong line | |||
2020-08-09 | Some times ago we disabled in-kernel timeout for pppx(4) related | mvs | |
pipex(4) sessions. We did this for prevent use after free issue caused by pipex_timer(). By default "idle-timeout" is not set in npppd.conf(5) and I guess this is reason for we forgot to describe this exception in npppd.conf(5). Since it's pppx(4) related bug description was added to BUGS section of pppx(4) man page. npppd.conf(5) has this exception described in "idle-timeout" section. ok jmc@ yasuoka@ |