2019-06-12 |
eric | change "ssl" to "tls" in various identifiers. |
commit | commitdiff | tree | snapshot |
2019-06-12 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2019-06-12 |
jmc | Hostname->HostName cleanup; from lauri tirkkonen |
commit | commitdiff | tree | snapshot |
2019-06-12 |
bluhm | Set malloc_options in global scope with an initializer. |
commit | commitdiff | tree | snapshot |
2019-06-12 |
gilles | these were moved to key.[ch] in previous commit |
commit | commitdiff | tree | snapshot |
2019-06-12 |
gilles | use acme-client to sign certificated with ecdsa keys |
commit | commitdiff | tree | snapshot |
2019-06-12 |
schwarze | add missing backlinks to ssl(3) |
commit | commitdiff | tree | snapshot |
2019-06-12 |
nicm | Do not use $TMUX to find the session because for window... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
schwarze | List all 17 SSL pages that were missing. |
commit | commitdiff | tree | snapshot |
2019-06-12 |
nicm | Pass target on to new commands with if -F. |
commit | commitdiff | tree | snapshot |
2019-06-12 |
schwarze | when "login" is not specified, "root" is used; |
commit | commitdiff | tree | snapshot |
2019-06-12 |
nicm | Do not always resize the window back to its original... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
lum | A note about log.c. |
commit | commitdiff | tree | snapshot |
2019-06-12 |
jmc | deraadt noticed some inconsistency in the way we denote... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
otto | Fix init of syslog for childs and teach dns process... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
tedu | a few cleanups and simplifications possible now that... |
commit | commitdiff | tree | snapshot |
2019-06-12 |
jmatthew | Set interrupt moderation on the completion queue for... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
bluhm | Disable junking with malloc options. If set, the test... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
florian | Fix typo which resulted in a segfault in ebgp multihop... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
schwarze | fix bogus cross references: there is no ELF(3) manual... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
schwarze | do not use plain-text ELF(3) to reference page titles... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
espie | make things slightly less insane: |
commit | commitdiff | tree | snapshot |
2019-06-11 |
schwarze | Do not access a NULL pointer if a table contains a... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
mpi | Remove unused scheduler related definitions. |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jcs | regen |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jcs | make 10 wsmouse devices |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jmc | consistent lettering for "HostName" keyword; from lauri... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
nicm | Do not resize panes unless they are in an attached... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm: don't block fb changes for async plane updates |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm/i915: Maintain consistent documentation subsection... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm/i915/fbc: disable framebuffer compression on GeminiLake |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm/radeon: prefer lower reference dividers |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm/amdgpu/psp: move psp version specific function... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm: add non-desktop quirks to Sensics and OSVR headsets. |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | drm: add non-desktop quirk for Valve HMDs |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jsg | Use km_alloc() instead of mallocarray() when allocating... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
dlg | pass what pci_intr_established returns to intr_barrier |
commit | commitdiff | tree | snapshot |
2019-06-11 |
dlg | if ifiq_input says there's too much pressure, tell... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
martijn | Implement SHA-2 (RFC7860) support for authentication. |
commit | commitdiff | tree | snapshot |
2019-06-11 |
martijn | The digestlength is not always 12 bytes. Make this... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
remi | Introduce conf_clear_redist_list() (from ospfd) and... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
jmatthew | bump up the ring sizes for dlg@ |
commit | commitdiff | tree | snapshot |
2019-06-11 |
dlg | records a flowid in the mbuf if the rx cqe provides... |
commit | commitdiff | tree | snapshot |
2019-06-11 |
dlg | add mcx now that pyro and sparc64 can do msi-x |
commit | commitdiff | tree | snapshot |
2019-06-11 |
dlg | implement msi-x support on sparc64. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | use m_microtime to get the packet rx time it might... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | use m_microtime instead of microtime for SO_TIMESTAMP... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | add m_microtime for getting the wall clock time associa... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | NSEC_TO_TIMEVAL turns nanoseconds in a uint64_t into... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | support hardware timestamping for received packets. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | add M_TIMESTAMP as a csum_flags option to say ph_timest... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | don't allow userland to change if_type. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
lum | Fix not checking correct fprintf return value. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
tedu | use getpwuid_r to avoid problems with hidden static... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
lum | Add 'undo' logging (same output as undo-list command... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
stsp | Revised version of 'ifconfig mode' command fix. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
mpi | Use mallocarray(9) & put some free(9) sizes for M_IPMOP... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
mpi | Use PWAIT instead of PUSER in tsleep(9). |
commit | commitdiff | tree | snapshot |
2019-06-10 |
schwarze | delete references to ERR pages from SEE ALSO where... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
kettenis | Print proper ACPI version number. |
commit | commitdiff | tree | snapshot |
2019-06-10 |
inoguchi | Add pkcs12 options and smime tests for appstest.sh |
commit | commitdiff | tree | snapshot |
2019-06-10 |
schwarze | add links back to crypto(3) to function group entry... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
lum | Allow mg to log its internal status to a file. At the... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
jmc | less macro; |
commit | commitdiff | tree | snapshot |
2019-06-10 |
dlg | document that area can take a number as well as an id |
commit | commitdiff | tree | snapshot |
2019-06-10 |
jsg | drm/lease: Make sure implicit planes are leased |
commit | commitdiff | tree | snapshot |
2019-06-10 |
visa | Avoid changing resource limits in rucheck() by introduc... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
espie | move solve_dependency up, so that pkg_create is happy... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
mpi | Always return EEXIST if an interface is already part... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
mpi | Remove code for non-Ethernet members, these are no... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
beck | Add a temporary workaround to make removal of giant... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
kettenis | Let drm(4) allocate memory without constraints if the... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
kettenis | Allow memory that isn't (32-bit) DMA reachable when... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
espie | somehow, I thought I was recording destdir there, but... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
espie | with tags, we do look in deletesets |
commit | commitdiff | tree | snapshot |
2019-06-09 |
otto | Introducing autmatic settime mode: if some precondition... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
espie | took me a few to figure out how to reproduce THIS one... |
commit | commitdiff | tree | snapshot |
2019-06-09 |
nicm | Exiting alternate screen mode should restore cursor... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
nicm | Do not try to parse command when unsetting, GitHub... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
sthen | include mount_nfs on the amd64 ramdisk_cd, ok jca deraadt |
commit | commitdiff | tree | snapshot |
2019-06-08 |
deraadt | grow sparc64 miniroot a little |
commit | commitdiff | tree | snapshot |
2019-06-08 |
schwarze | remove pointless NOTES section header lines |
commit | commitdiff | tree | snapshot |
2019-06-08 |
schwarze | Missing macro, reported by Fabio Scotoni <fabio at... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
kettenis | When establishing the mapping between ACPI device nodes... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
schwarze | Delete the display of the RSA_METHOD object |
commit | commitdiff | tree | snapshot |
2019-06-08 |
florian | remove unused variable |
commit | commitdiff | tree | snapshot |
2019-06-08 |
dlg | disambiguate memory extent conflicts for membars and... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
schwarze | In rsa.h rev. 1.40, gilles@ provided several new RSA_ME... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
schwarze | document the RSA_FLAG_* constants for RSA_*_flags(3); |
commit | commitdiff | tree | snapshot |
2019-06-08 |
florian | Remove A and D flag, they are superfluous. |
commit | commitdiff | tree | snapshot |
2019-06-08 |
fcambus | Update Spleen kernel fonts to the latest released versi... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
jsg | When loading intel microcode in the non-efi case, error... |
commit | commitdiff | tree | snapshot |
2019-06-08 |
lteo | Fix two minor errors in the recent PERMIT_* commit: |
commit | commitdiff | tree | snapshot |
2019-06-07 |
dtucker | Cast bitcount to u_in64_t before bit shifting to preven... |
commit | commitdiff | tree | snapshot |
2019-06-07 |
jmc | ukspan.4: add OpenBSD id |
commit | commitdiff | tree | snapshot |
2019-06-07 |
schwarze | Remove the last references to the RAND_*(3) functions. |
commit | commitdiff | tree | snapshot |
2019-06-07 |
nicm | Do not load the config file if the server is exiting... |
commit | commitdiff | tree | snapshot |
2019-06-07 |
schwarze | link to EVP_EncodeInit(3), which was the only missing... |
commit | commitdiff | tree | snapshot |
2019-06-07 |
schwarze | link back to evp(3), just like for the other group... |
commit | commitdiff | tree | snapshot |
next |