2018-02-08 |
martijn | Add the order keyword to systat global command interpreter. |
commit | commitdiff | tree | snapshot |
2018-02-08 |
deraadt | sr_quiesce() is a new approach for ensuring that softra... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
jsing | Split keypair handling out into its own file - it had... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
patrick | Move bwfm(4) from ifq begin/commit/rollback semantics... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
dlg | gre doesnt need ifmedia |
commit | commitdiff | tree | snapshot |
2018-02-08 |
dlg | reintroduce support for keepalives. |
commit | commitdiff | tree | snapshot |
2018-02-08 |
dtucker | Rename struct umac_ctx to umac128_ctx too. In portable... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
henning | show current synflood detection watermarks in pfctl... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
henning | add DIOCGETSYNFLWATS to get current synflood detection... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
tb | Invalidate the tag_files.tfd after fclose(3)ing the... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
claudio | Bump the read sockbuf of the routing socket to 2MB... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
procter | rename var 's' -> 'fd' to ease finding it in a long... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
procter | eliminate close()/fclose() dance. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dtucker | ssh_free checks for and handles NULL args, remove NULL... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
procter | comment change only. ok bluhm@ |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | add SIOCSETKALIVE to the list of ioctls that need root... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
bluhm | Sporadically the network over gem(4) interface hang... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | update the gre driver. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | dcoppa@ and bluhm@ noted that i accidentally removed... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
patrick | Outsource setting the backplane window into a specific... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
patrick | Move parsing the BCDC header on RX into a protocol... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
patrick | Move parsing the BCDC header on RX into a protocol... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
patrick | Move SDIO bus and protocol definitions from the shared... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
patrick | Add helper to find out if the chip supports Save/Restor... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | the SETUIDSCRIPTS define is no longer needed since... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
schwarze | In man(7) and cat pages, cut off excessive one line... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | slightly reduce the difficulty of the adventure game... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
schwarze | Fix the mandoc_strndup() utility function. All existin... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
schwarze | fix wrong date |
commit | commitdiff | tree | snapshot |
2018-02-07 |
otto | sync with libc malloc: use consistent style for for... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
otto | use consistent style for for loop in unmap(), no functi... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
naddy | Reporting the PXE boot interface we identified is indep... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
anton | Markup SIGHUP. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
espie | prepare for session files |
commit | commitdiff | tree | snapshot |
2018-02-07 |
mpi | Unbreak carp(4) MAC check in bridge_process(). |
commit | commitdiff | tree | snapshot |
2018-02-07 |
espie | prepare for session saving by separating the pkgfetch... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Restore a check before BN_free() that needs to exist... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | make some wording better. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | shorten the output for gre keys. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
krw | Use M_WAITOK to show we don't need to check for NULL. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
krw | Use duid_format() instead of rolling one locally. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
henning | look ma, henning forgot to PF_LOCK/_UNLOCK in the new... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | dont return ENETRESET from SIOCSIFFLAGS, it wont't... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | take the interface down if it is being destroyed. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Nuke some more free NULL guards. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
henning | provide counters for # of synfloods detected, # of... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Indent labels with a single space so that diff prototyp... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Convert some explicit_bzero()/free() calls to freezero(). |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Remove some #ifdef notyet code from OpenSSL 0.9.8 days. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | lowercase doas ee cummings style |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Add more free functions for NULL checks. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | not necessarily the same name, but the indicated name |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Remove guards around *_free() calls since these functio... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Remove guards around *_free() calls since these functio... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | clarify a bit about config |
commit | commitdiff | tree | snapshot |
2018-02-07 |
florian | NAME_MAX is the length of the thing between / / in... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Add more functions (based on those used in OpenSSH... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
jsing | Remove all guards for calls to OpenSSL free functions... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | remove mobileip(4) tendrils |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | unbreak strict alignment archs by using SIPHASH_KEY... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
dlg | split mobileip(4) out from the gre(4) driver. |
commit | commitdiff | tree | snapshot |
2018-02-07 |
krw | Keep track of the last proposal used to configure the... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
tedu | remove the magic dns port hijacking feature. it's compl... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
bluhm | Restore the old behavior when a port number without... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
bluhm | Historically TCP timeouts were implemented with pr_slow... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
florian | update to unbound 1.6.8, testing millert, OK sthen |
commit | commitdiff | tree | snapshot |
2018-02-07 |
claudio | Add plumbing inside of the prefix handling to put prefi... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
henning | allow control over syncookies: set syncookies never... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
krw | Abstract "no link ..." and "no lease ..." message gener... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
henning | syncookies for pf. |
commit | commitdiff | tree | snapshot |
2018-02-06 |
henning | syncookies implementation to be used in pf, based on... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
dlg | slightly randomize the order that new pages populate... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
phessler | convert __inline to inline |
commit | commitdiff | tree | snapshot |
2018-02-06 |
sthen | quote http_proxy going to rc.firsttime, avoiding proble... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
phessler | convert the test if a node support HT (aka, 11n) into... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
krw | Nuke unused state S_REBINDING. We just use the time |
commit | commitdiff | tree | snapshot |
2018-02-06 |
krw | When binding a lease from the dhclient.leasees.<if... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
tedu | when we get SIGHUP, close conffd so it's reopened ... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
naddy | Allow the kernel to recognize that it has been netboote... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
tb | Print an explicit error if the backup volume is not... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
tb | If -n is given, the netstart script should not (try... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
espie | avoid not working if redirected to another urlscheme |
commit | commitdiff | tree | snapshot |
2018-02-06 |
espie | syslog cdns redirect, as suggested by sthen@ |
commit | commitdiff | tree | snapshot |
2018-02-06 |
schwarze | Delete the "no blank before trailing delimiter" check... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
espie | refactor the "Signature" code for later |
commit | commitdiff | tree | snapshot |
2018-02-06 |
schwarze | Clarify that the "bind" built-in command only affects... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
bluhm | There was a race in the TCP timers. As they may sleep... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
bluhm | Do some cleanup in ah_massage_headers(). |
commit | commitdiff | tree | snapshot |
2018-02-06 |
bluhm | Do not call freeaddrinfo() with a NULL parameter. |
commit | commitdiff | tree | snapshot |
2018-02-06 |
eric | make sure that all error paths are correctly handled... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
patrick | Make sure sigfillsiz is word aligned. |
commit | commitdiff | tree | snapshot |
2018-02-06 |
henning | some finger muscle workout: |
commit | commitdiff | tree | snapshot |
2018-02-06 |
phessler | remove extern from function prototypes, remove some... |
commit | commitdiff | tree | snapshot |
next |