Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-06 | usbehci: add uframes control request to return uframes one at a time | aiju | |
2018-02-25 | devloopback: reassign device letter from #X to #λ to avoid collision with ↵ | cinap_lenrek | |
devvmx | |||
2018-02-11 | twsi(3): fix wrong unicode codepoint in manpage | BurnZeZ | |
2017-12-23 | arch(3): document #P/realmodemem file | cinap_lenrek | |
2017-12-23 | devvga: removing #v/vgabios, use /dev/realmodemem instead | cinap_lenrek | |
2017-12-17 | bridge(3): clarify manpage, this is a layer2 bridge | cinap_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-15 | ether: allow spoofing of source mac address for bridges; used by vmx | cinap_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/rootstub | stanley lieber | |
2017-10-30 | swap(3): document permissions and encryption behaviour, reference to memory(8) | cinap_lenrek | |
2017-10-29 | kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryption | cinap_lenrek | |
2017-09-10 | vmx(3): document changes to devvmx interface | cinap_lenrek | |
2017-06-20 | segment(3): document sticky segment type | cinap_lenrek | |
2017-06-19 | vmx(1), vmx(3): update manpages | aiju | |
2017-06-13 | add vmx documentation | aiju | |
2017-06-12 | acid(1), proc(3): document watchpoints | aiju | |
2017-03-18 | vga(3): complete list of vga controllers and software cursors | cinap_lenrek | |
2017-03-18 | devmouse: refactor screen blanking logic | cinap_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-21 | ip(3): spelling, thanks sl | cinap_lenrek | |
2016-09-21 | ip(3): update description of /net/ipifc/*/status format | cinap_lenrek | |
2016-08-27 | rand(2), cons(3): clarify /dev/random behaviour | cinap_lenrek | |
2016-05-04 | remove references to dec alpha from the manual | cinap_lenrek | |
2016-05-03 | correct reference to srv(3) in shr(3) | spew | |
2016-05-03 | document example for shr(3) | spew | |
2016-04-08 | tls(3): document support for TLSv1.1 and TLSv1.2 | cinap_lenrek | |
2016-04-07 | devstream(3): removed | cinap_lenrek | |
2016-03-01 | add bug to yesterday(1), fix /sys/man/3/cons permissions | BurnZeZ | |
2016-01-12 | fix manpage references | cinap_lenrek | |
2015-08-21 | remove kfs references from manual | cinap_lenrek | |
2015-07-19 | stream(3): fix reference | cinap_lenrek | |
2015-07-19 | devstream: fast sequential file access with 9p pipelining experiment | cinap_lenrek | |
2015-06-16 | devcons: add current pool allocations to #c/swap | cinap_lenrek | |
2015-04-12 | segment(3): document fixed segment creation | cinap_lenrek | |
2014-12-26 | vga, vesa: revert. this needs to be in aux/vga instead | ftrvxmtrx | |
2014-12-26 | vga, vesa: scaling modes | ftrvxmtrx | |
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-19 | add erik quanstros vblade utility | cinap_lenrek | |
2014-12-19 | sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/lun | cinap_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-10 | pc, pc64: provide access to embedded controller with #P/ec file | cinap_lenrek | |
2014-08-17 | kernel: make noswap flag exclude processes from killbig() if not eve, reset ↵ | cinap_lenrek | |
noswap flag on exec | |||
2014-04-26 | man pages: fix duplicate words | ftrvxmtrx | |
2014-04-26 | man pages: the the wich | ftrvxmtrx | |
2014-02-25 | libsec: add aes_128_cbc and aes_256_cbc ciphers | mischief | |
2014-01-17 | Corrected some man pages. | aap | |
2014-01-01 | proc(3): the args file is writable, not read only (thanks qrstuv) | cinap_lenrek | |
2013-12-27 | add HISTORY to various man pages | stanley lieber | |
2013-12-26 | audio(3): fix spelling | stanley lieber | |
2013-11-10 | arch(3): english | stanley lieber | |
2013-11-10 | arch(3), aml(2): document /dev/acpitbls file | cinap_lenrek | |
2013-10-04 | add sdp(3) from sources | cinap_lenrek | |
2013-08-23 | 2c(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 |