summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-17libsec: remove unused aes_setupDecftrvxmtrx
2016-11-17pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(...cinap_lenrek
2016-11-16ip/tcp: never raise the mss over the link mtu < 1280 for v6cinap_lenrek
2016-11-15ip: get rid of update_mtucache() and restrict_mtu() prototypescinap_lenrek
2016-11-15ip/pktmedium: no mintu, no maclen... thi is ip packetscinap_lenrek
2016-11-15ip/pktmedium: fix wrong hsize, theres no ethernet header on packet mediacinap_lenrek
2016-11-15ip/tcp: only calculae mss from interface mtu when directly reachable for v6cinap_lenrek
2016-11-12nusb/ether: support for "bridge" ctl messagecinap_lenrek
2016-11-12kernel/qio: make readblist() offset of type ulong as the restcinap_lenrek
2016-11-12kernel/qio: get rid of unused qcopycnt debug variablecinap_lenrek
2016-11-09kernel/qio: implement concatblock() with pullupblock()cinap_lenrek
2016-11-08kernel/ip: fix typo (rfc -> ifc)cinap_lenrek
2016-11-08gre: check nil for pullupblock()cinap_lenrek
2016-11-08devbridge: simplify etherwrite() as we dont deal with block listscinap_lenrek
2016-11-08kernel/ip: remove nil checks for allocb() and padblock()cinap_lenrek
2016-11-08kernel/qio: maintain Block.next pointer in padblock()cinap_lenrek
2016-11-08srv(4): add SOURCE for srvtlscinap_lenrek
2016-11-08kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmallo...cinap_lenrek
2016-11-08devcons: simplify putstrn0()cinap_lenrek
2016-11-07devbridge: various bugfixes and improvements from charles forsythcinap_lenrek
2016-11-07kernel/qio: big cleanup of qio functionscinap_lenrek
2016-11-07devloopback: simplify loopoput()cinap_lenrek
2016-11-07ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls ...cinap_lenrek
2016-11-07ip/nullmedium: free passed block in nullbwrite()cinap_lenrek
2016-11-07ip/tcp: remove useless nil checks for padblock() and allocb() return valuecinap_lenrek
2016-11-05kernel: fix missing ; in panic() callcinap_lenrek
2016-11-05kernel: avoid padblock copying for devtls/devssl/esp, cleanup debuggingcinap_lenrek
2016-11-05archacpi: fix format string warning on amd64cinap_lenrek
2016-11-05devmnt: avoid memory copies of I/O rpc buffer by using bwrite()cinap_lenrek
2016-11-05libc: move calloc() into its own compilation unitcinap_lenrek
2016-11-01winwatch: put previous label contents in edit buffer for relablingcinap_lenrek
2016-10-308c: fix double compiling FNX complex lvalue in cgen64()cinap_lenrek
2016-10-30ape/libsec: add secp384r1 curve parameters for tlscinap_lenrek
2016-10-30mergecinap_lenrek
2016-10-30libsec: add secp384r1 curve parameters for tlscinap_lenrek
2016-10-26winwatch: no more 'l' key labelingspew
2016-10-25winwatch: middle mouse button click also prompts for labelspew
2016-10-24stats: alternatively read battery and temp from aux/acpiftrvxmtrx
2016-10-24aux/acpi: make it stats(8)-friendlyftrvxmtrx
2016-10-24fix bugs and cleanup cryptsetup codecinap_lenrek
2016-10-23auth/factotum: bound the number of srv processes to 16, error the 9p rpc when...cinap_lenrek
2016-10-23lib9p: limit the number of srv processes kept arround 8cinap_lenrek
2016-10-23pc/archacpi: don't do acpi initialization in the kernel, provide generic acpi...cinap_lenrek
2016-10-23ip: simplify code as packblock() and concatblock() will never errorcinap_lenrek
2016-10-23devip: simplify ipbwrite() by using retun value of qbwrite()cinap_lenrek
2016-10-23ip/icmp: only reply to echo request when directed to us and source is unicastcinap_lenrek
2016-10-22gif: just read and decode the first image when -9 or -c flag is specifiedcinap_lenrek
2016-10-22libdraw: avoid dropping queued button change mouse events in emouse()cinap_lenrek
2016-10-22mothra: avoid flushimage() calls, event() will implicitely flushcinap_lenrek
2016-10-19mpc: remove unused yylval typespew