Age | Commit message (Expand) | Author |
2017-07-21 | Drop Rx'd frames larger than MCLBYTES. | Kevin Lo |
2017-07-20 | Make otus(4) drop frames larger than MCLBYTES. | Stefan Sperling |
2017-07-20 | extra test because mk38 triggers two issues and fixing the first one | Marc Espie |
2017-07-20 | Fixup pf109.ok and rewrite pf110 | Mike Belopuhov |
2017-07-20 | Bring SIBUS/SIGSEGV reporting in line with amd64 and i386. | Mark Kettenis |
2017-07-20 | Move the execution of the {install,upgrade}.site script to the end | Robert Peichaer |
2017-07-20 | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | Ted Unangst |
2017-07-20 | When receiving a struct sockaddr from userland, enforce that memory | Alexander Bluhm |
2017-07-20 | Don't exit on invalid config lines, yet return a proper exit status. | Jeremie Courreges-Anglas |
2017-07-20 | Start a list of isa(4) device names such that we can avoid printing them | Mark Kettenis |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |
2017-07-20 | Restore RTM_DELADDR/RTM_NEWADDR monitoring to the | Kenneth R Westerback |
2017-07-20 | Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte. | Alexander Bluhm |
2017-07-20 | Remove SIGIO support. Base tools do not implement it and ports relying | Martin Pieuchot |
2017-07-20 | Initialize a local variable to not leak kernel stack info to userland | Martin Pieuchot |
2017-07-20 | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze |
2017-07-20 | update link to mandoc.bsd.lv | Ingo Schwarze |
2017-07-20 | When login_skey was called for a user without skey, it crashed with | Alexander Bluhm |
2017-07-20 | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze |
2017-07-20 | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze |
2017-07-20 | Add missing <time.h> header. | Okan Demirmen |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-20 | Kernel relinking for luna88k, first step. | Kenji Aoyama |
2017-07-20 | Add comments to explain correct code that might look wrong. | Alexandre Ratchov |
2017-07-20 | Fix debug printf used to report kernel bugs: print par.bps instead | Alexandre Ratchov |
2017-07-20 | Fix integer overflow that would causes >12 hours files | Alexandre Ratchov |
2017-07-20 | If pool_get() sleeps while allocating additional memory for socket | Alexander Bluhm |
2017-07-20 | Zap space between function name and parens. | anton |
2017-07-20 | Replace usage of strtol() with strtonum(). | anton |
2017-07-20 | Enable RX aggregation, fix configuring custom MAC address and remove | Martin Pieuchot |
2017-07-20 | Extend the scope of the socket lock in soo_stat() to protect `so_state' | Martin Pieuchot |
2017-07-20 | Prepare filt_soread() to be locked. No functionnal change. | Martin Pieuchot |
2017-07-20 | "no-route" is also shown by -sinfo; | Jason McIntyre |
2017-07-20 | - listening on localhost is now adjustable; ok tedu | Jason McIntyre |
2017-07-19 | there's no nul byte after a name that ends in a crazy compression pointer. | Ted Unangst |
2017-07-19 | Remove SIGIO support. The audio(4) driver doesn't implement it either and | Mark Kettenis |
2017-07-19 | Implement drm_pci_alloc() and drm_pci_free() and use them to reduce the | Mark Kettenis |
2017-07-19 | Plug an information leak in ieee80211_node2req(). | Stefan Sperling |
2017-07-19 | Implement the enter_ddb() "accessop" here as well. | Mark Kettenis |
2017-07-19 | remove some spacing; ok schwarze | Jason McIntyre |
2017-07-19 | Update libexpat to 2.2.2. Fixes NULL parser dereference. | Alexander Bluhm |
2017-07-19 | Fix previous commit; check the enter_ddb function pointer instead of the | Mark Kettenis |
2017-07-19 | The first version of the edit program used to test csh, ksh and mail was based | anton |
2017-07-19 | Improve the heuristic which selects 5GHz APs over 2GHz APs. | Stefan Sperling |
2017-07-19 | Check the return value of CBB_init_fixed(), since it can fail. | Joel Sing |
2017-07-19 | Rework the way that TLS configuration is sent/received via imsgs, so that | Joel Sing |
2017-07-19 | Avoid the historical term "loader", consistently talk about the "linker". | Ingo Schwarze |
2017-07-19 | Turn this into a panic since there's no way to recover from it | Mike Belopuhov |
2017-07-19 | Add a handler for RNDIS status messages | Mike Belopuhov |
2017-07-19 | Fix failing tests when executed as a user without a ~/.mailrc configuration f... | anton |