summaryrefslogtreecommitdiff
path: root/sys/man/3
AgeCommit message (Collapse)Author
2018-03-06usbehci: add uframes control request to return uframes one at a timeaiju
2018-02-25devloopback: reassign device letter from #X to #λ to avoid collision with ↵cinap_lenrek
devvmx
2018-02-11twsi(3): fix wrong unicode codepoint in manpageBurnZeZ
2017-12-23arch(3): document #P/realmodemem filecinap_lenrek
2017-12-23devvga: removing #v/vgabios, use /dev/realmodemem insteadcinap_lenrek
2017-12-17bridge(3): clarify manpage, this is a layer2 bridgecinap_lenrek
yes, it peeks into IP packets to handle fragmentation when sending onto tunnel ports and does mss clamping. but it can carry arbitrary ethernet packets just fine (between ethernets).
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
to implement layer 2 bridges in userspace, we disable to auto filling of the source mac address when bridge mode is enabled on the connection.
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2017-10-30swap(3): document permissions and encryption behaviour, reference to memory(8)cinap_lenrek
2017-10-29kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-09-10vmx(3): document changes to devvmx interfacecinap_lenrek
2017-06-20segment(3): document sticky segment typecinap_lenrek
2017-06-19vmx(1), vmx(3): update manpagesaiju
2017-06-13add vmx documentationaiju
2017-06-12acid(1), proc(3): document watchpointsaiju
2017-03-18vga(3): complete list of vga controllers and software cursorscinap_lenrek
2017-03-18devmouse: refactor screen blanking logiccinap_lenrek
devmouse controls the screen blanking timeout, so move the code there avoiding cross calls between modules. the only function that needs to be provided is blankscreen(), which gets called with drawlock locked. the blank timeout is set thru /dev/mousectl now, so kernels without devvga can set it. blanking now only happens while /dev/mouse is read. so this avoids accidentally blanking the screen on cpu servers that do not have a mouse to unblank it.
2016-09-21ip(3): spelling, thanks slcinap_lenrek
2016-09-21ip(3): update description of /net/ipifc/*/status formatcinap_lenrek
2016-08-27rand(2), cons(3): clarify /dev/random behaviourcinap_lenrek
2016-05-04remove references to dec alpha from the manualcinap_lenrek
2016-05-03correct reference to srv(3) in shr(3)spew
2016-05-03document example for shr(3)spew
2016-04-08tls(3): document support for TLSv1.1 and TLSv1.2cinap_lenrek
2016-04-07devstream(3): removedcinap_lenrek
2016-03-01add bug to yesterday(1), fix /sys/man/3/cons permissionsBurnZeZ
2016-01-12fix manpage referencescinap_lenrek
2015-08-21remove kfs references from manualcinap_lenrek
2015-07-19stream(3): fix referencecinap_lenrek
2015-07-19devstream: fast sequential file access with 9p pipelining experimentcinap_lenrek
2015-06-16devcons: add current pool allocations to #c/swapcinap_lenrek
2015-04-12segment(3): document fixed segment creationcinap_lenrek
2014-12-26vga, vesa: revert. this needs to be in aux/vga insteadftrvxmtrx
2014-12-26vga, vesa: scaling modesftrvxmtrx
At least on some NVIDIA cards the default scaling mode makes black borders visible on all sides, even on native resolution. This patch adds a generic "scaling MODE" command to vgactl and adds support for it on VESA through NVIDIA VBE OEM extension. It hasn't been tested on any other video cards, but shouldn't break anything as the scaling mode is only set on write to vgactl.
2014-12-19add erik quanstros vblade utilitycinap_lenrek
2014-12-19sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/luncinap_lenrek
we cannot type æ character in the bootloader console, so allow the shorthand syntax id!lun which gets translated to id!#æ/aoe/lun.
2014-11-10pc, pc64: provide access to embedded controller with #P/ec filecinap_lenrek
2014-08-17kernel: make noswap flag exclude processes from killbig() if not eve, reset ↵cinap_lenrek
noswap flag on exec
2014-04-26man pages: fix duplicate wordsftrvxmtrx
2014-04-26man pages: the the wichftrvxmtrx
2014-02-25libsec: add aes_128_cbc and aes_256_cbc ciphersmischief
2014-01-17Corrected some man pages.aap
2014-01-01proc(3): the args file is writable, not read only (thanks qrstuv)cinap_lenrek
2013-12-27add HISTORY to various man pagesstanley lieber
2013-12-26audio(3): fix spellingstanley lieber
2013-11-10arch(3): englishstanley lieber
2013-11-10arch(3), aml(2): document /dev/acpitbls filecinap_lenrek
2013-10-04add sdp(3) from sourcescinap_lenrek
2013-08-232c(1), torrent(1), uhtml(1), kbd(3), cwfs(4), hgfs(4), cifsd(8), ↵stanley lieber
cryptsetup(8), hjfs(8), kbdfs(8), realemu(8), wpa(8): fix spelling, typos