Age | Commit message (Expand) | Author |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-05 | ctype functions take unsigned char values. | Philip Guenther |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm |
2015-11-05 | Remove an alias for a macro. | mmcc |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | pledge_ioctl only takes files, adjust prototype. ok semarie | Ted Unangst |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-04 | Simplify packet option handling since we are only setting one option | Florian Obser |
2015-11-04 | dead store; pointed out by llvm | Florian Obser |
2015-11-04 | Generating the self-signed syslogd test certificate does not depend | Alexander Bluhm |
2015-11-04 | allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2) | Stuart Henderson |
2015-11-04 | move /etc/spwd.db blacklist outside PLEDGE_GETPW check. | Sebastien Marie |
2015-11-04 | Fix inverted pledge requests, from Frederic Nowak | Jeremie Courreges-Anglas |
2015-11-04 | Bump distribution tarball versions. | mmcc |
2015-11-04 | Remove unused LogFD variable | Todd C. Miller |
2015-11-04 | Change some globals from extern to static when they are not used | Todd C. Miller |
2015-11-04 | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy | Mike Belopuhov |
2015-11-04 | Support Chacha20-Poly1305 for Child SAs; ok reyk | Mike Belopuhov |
2015-11-04 | Pass context as a void pointer to cut down on casts in xform.c | Mike Belopuhov |
2015-11-04 | Hook up chacha20-poly1305 test vectors (missed in previous commit) | Mike Belopuhov |
2015-11-04 | use if_enqueue() rather than doing a poor inline version of it. | David Gwynne |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-11-04 | some fixes from raf czlonka | Jason McIntyre |
2015-11-04 | rtfree(9) accepts NULL pointers. | Martin Pieuchot |
2015-11-04 | Initialize the correct variable in ART's rtable_match(). | Martin Pieuchot |
2015-11-04 | Some tweaks to build the rtable API and backends in userland. | Martin Pieuchot |
2015-11-04 | Call rtable_put(), a stub for now, before leaving a function that called | Martin Pieuchot |
2015-11-04 | Basic framework to test the rtable_* API directly from userland. | Martin Pieuchot |
2015-11-04 | The "Lenovo Thinkpad USB 3.0 Ethernet Adapter" works with cdce(4). | Stefan Sperling |
2015-11-04 | clean up HISTORY; | Jason McIntyre |
2015-11-04 | fix a memory leak in multiple error paths | Jonathan Gray |
2015-11-04 | use mq_purge to free a queue of mbufs. | David Gwynne |
2015-11-04 | replace while (ml_dequeue()) m_freem(); with ml_purge(); | David Gwynne |
2015-11-04 | use ml_purge to flush the arp hold lists instead of dequeue/free loops. | David Gwynne |
2015-11-04 | use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTY | David Gwynne |
2015-11-04 | replace the ifqueues used for tulip_txq and _rxq with mbuf_lists. | David Gwynne |
2015-11-03 | - fixes potential use-after-free in pfr_set_addrs() | Alexandr Nedvedicky |
2015-11-03 | Remove dead assignments. | Charles Longeau |
2015-11-03 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2015-11-03 | Disable TCP/UDP TX hardware checksumming if an IPv4 packet contains | Christian Weisgerber |
2015-11-03 | If pledge(2) fails use perror instead of log_it(RealUser, ...) since | Todd C. Miller |
2015-11-03 | AF_UNIX connect is a "unix" operation, not "rpath wpath" | Theo de Raadt |
2015-11-03 | improve the load balancing text; ok mpi | Jason McIntyre |
2015-11-03 | Improve explanations throughout | Theo de Raadt |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller |
2015-11-03 | There really is no double standard. Treat m4 just like openssl, by | Theo de Raadt |
2015-11-03 | pledge_aftersyscall has been reduced to one case, "getpw", to open a | Theo de Raadt |
2015-11-03 | Ignore disks whose media is not present. | YASUOKA Masahiko |