Age | Commit message (Expand) | Author |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2017-06-27 | move a global into local context; from rob pierce | Theo de Raadt |
2017-06-27 | Make if_register_bpf() the same as the other if_register_*() functions | Kenneth R Westerback |
2017-06-27 | Tweak previous: align declarations and rename local variable. | anton |
2017-06-27 | in recently commited TIOCSTI replacement code, do not assume | Theo de Raadt |
2017-06-27 | Provide a handler stub for the "channel rescind" message | Mike Belopuhov |
2017-06-27 | Convert ip6_input() to a pr_input style function. Goal is to process | Alexander Bluhm |
2017-06-27 | Nuke get_rdomain() and just snag the interface rdomain from the same | Kenneth R Westerback |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-27 | Avoid the possibility of accessing an array out of bounds. | Jonathan Gray |
2017-06-27 | Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULL | Jonathan Gray |
2017-06-27 | Add missing solock()/sounlock() dances around sbreserve(). | Martin Pieuchot |
2017-06-27 | remove -DSw; the useful parts are now covered by mandoc; | Ingo Schwarze |
2017-06-27 | throw strip into base, until we consider a solution for the | Theo de Raadt |
2017-06-27 | the illegal instruction is 0x00000000 | Theo de Raadt |
2017-06-27 | remove some old cruft. | Ted Unangst |
2017-06-26 | Minor cleanup; when polling delay before calling the interrupt handler | Mike Belopuhov |
2017-06-26 | catch up with the recent eqn(7) improvements | Ingo Schwarze |
2017-06-26 | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze |
2017-06-26 | Convert ip_input() to a pr_input style function. Goal is to process | Alexander Bluhm |
2017-06-26 | Rework the deferred interrupt loop | Mike Belopuhov |
2017-06-26 | Fragments for a single connection (a combination of proto,src,dst,af) | Alexander Bluhm |
2017-06-26 | Add a MDKERNEL variable that contains the name of the boot kernel. | Robert Peichaer |
2017-06-26 | RANDOM1 was subject to rather bad modulus bias. Improve the situation a bit | Theo Buehler |
2017-06-26 | Arrange a phandle for the "ciu" node. | Visa Hankala |
2017-06-26 | note.ABI-tag and .MIPS.options are not needed anymore when | Theo de Raadt |
2015-01-01 | eqn(7) tests | Ingo Schwarze |
2017-06-26 | When pinging an IPv6 link-local address, the reflected packet had | Alexander Bluhm |
2017-06-26 | when splitting a composite word, | Ingo Schwarze |
2017-06-26 | don't print the WELLKNOWN string for unknown well-known communities | Peter Hessler |
2017-06-26 | let admins set an unknown well-known community | Peter Hessler |
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler |
2017-06-26 | allow setting localpref to 0 | Peter Hessler |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-06-26 | Allow updating the destination address of an existing TDB. Since the | Patrick Wildt |
2017-06-26 | Split a part of tdb_delete() into tdb_unlink() so that we can remove | Patrick Wildt |
2017-06-26 | Factor a variable assignment in audiopoll(). | Alexandre Ratchov |
2017-06-25 | Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destination | Stefan Sperling |
2017-06-25 | Link acme-client, ldapd, switchd regress to build. | Alexander Bluhm |
2017-06-25 | Do not run .END cleanup during clean, cleandir, obj in ldapd regress. | Alexander Bluhm |
2017-06-25 | Clean all files created during switchd regress. | Alexander Bluhm |
2017-06-25 | Convert the acme-client test to use a config file acme-client.conf. | Alexander Bluhm |
2017-06-25 | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze |
2017-06-25 | No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by | anton |
2017-06-25 | lld's linker-script parser has to be fixed to accept ; after LONG() | Theo de Raadt |
2017-06-25 | test new MT macro | Ingo Schwarze |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-25 | cope with changes in BASE messages | Ingo Schwarze |
2017-06-25 | add some empty targets that were missing | Ingo Schwarze |
2017-06-25 | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a | anton |