2021-05-10 |
tb | give libtls the same bump as libssl |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | bump libssl major after struct visibility changes and... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | bump libcrypto minor after symbol addition |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Provide SSL_SESSION_get0_cipher(3) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Provide SSL_CTX_get_ssl_method(3) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Provide SSL_CIPHER_find(3) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Expose EVP_Digest{Sign,Verify}(3) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Expose EC_POINT_{get,set}_affine_coordinates(3) and |
commit | commitdiff | tree | snapshot |
2021-05-10 |
tb | Expose EC_GROUP_{get,set}_curve(3) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
claudio | To add keep-alive support the read handler got changed... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
deraadt | remove serial number (used during development to observ... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
deraadt | sigfillsiz is int, not long; ok kettenis |
commit | commitdiff | tree | snapshot |
2021-05-10 |
claudio | Extend eval_all test a little bit. |
commit | commitdiff | tree | snapshot |
2021-05-10 |
claudio | Better way to detect the double new lines the API issue... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
stsp | Let iwm(4) flush Tx queues before removing the firmware... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
stsp | Refactor softraid crypto code to allow use of a discipl... |
commit | commitdiff | tree | snapshot |
2021-05-10 |
jsg | reduce exception.S diff to FreeBSD |
commit | commitdiff | tree | snapshot |
2021-05-10 |
guenther | Pull the logic to get the "lock" for TLB shooting into |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jsg | fpu_valid_opcode() did not correctly handle 16 bit... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
drahn | Change offsets to (N * 8) to reduce chance of register... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
job | Add draft-ietf-sidrops-rpki-rsc OID |
commit | commitdiff | tree | snapshot |
2021-05-09 |
kettenis | Some x86 machines advertise the "hardware reduced"... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jan | Add subtest for EPRT command in ftpd regression test |
commit | commitdiff | tree | snapshot |
2021-05-09 |
tb | Prepare to provide EVP_Digest{Sign,Verify} |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jan | Add subtest for SIZE command in ftpd regression tests |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jan | Add subtest for RNFR and RNTO in ftpd regression tests |
commit | commitdiff | tree | snapshot |
2021-05-09 |
tb | Garbage collect sz in mft_parse_filehash() which has... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
tb | two whitespace tweaks |
commit | commitdiff | tree | snapshot |
2021-05-09 |
tb | Remove unnecessary NULL check that breaks the build... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jsg | return type on a different line and use (void) instead... |
commit | commitdiff | tree | snapshot |
2021-05-09 |
jsg | fix indentation |
commit | commitdiff | tree | snapshot |
2021-05-08 |
deraadt | adapt ruslan@freebsd's disasm to our world, and replace... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
deraadt | similar to ruslan@freebsd's work, use https://github... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
krw | Recognize GPT partitions of type 21686148-6449-6e6f... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
krw | Spoof GPT partitions of type 21686148-6449-6e6f-744e... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
lum | Perhaps the syntax '((' and '()' will be valid one... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
martijn | Revert previous commit. |
commit | commitdiff | tree | snapshot |
2021-05-08 |
lum | stop parsing if a digit is found as first character... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
martijn | In the C locale make codepoints > 0x7f return EILSEQ... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
anton | Fix a race in the kqueue-read test. If the writer threa... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
deraadt | kernel setjmp saves 14 registers, not 13. ddb continue... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
krw | Replace random mix of u_int* and uint* types with consi... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
kettenis | Print Synopsys version number, use OF_getpropbool(9... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
bluhm | Dynamic socket buffers make tests unreliable, set fixed... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
martijn | Fix the \x escape sequence to be limited to max 2 chara... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
dtucker | Increase ConnectionAttempts from 4 to 10 as the tests... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
jsg | RealTek -> Realtek |
commit | commitdiff | tree | snapshot |
2021-05-07 |
lum | Give an error if quoted string is found as first non... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
lum | Take a note of expression length when it is extracted... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
djm | include pid in LogVerbose spam |
commit | commitdiff | tree | snapshot |
2021-05-07 |
djm | don't sigdie() in signal handler in privsep child process; |
commit | commitdiff | tree | snapshot |
2021-05-07 |
djm | correct mistake in spec - the private key blobs are... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
djm | dump out a usable private key string too; inspired... |
commit | commitdiff | tree | snapshot |
2021-05-07 |
jsg | fix bounds tests gpio pin numbering starts at 0 |
commit | commitdiff | tree | snapshot |
2021-05-07 |
jsg | add support for RTL8168FP/RTL8111FP/RTL8117 to re(4) |
commit | commitdiff | tree | snapshot |
2021-05-06 |
krw | GPT_get_hdr() is actually spelled GPT_get_header(). |
commit | commitdiff | tree | snapshot |
2021-05-06 |
kettenis | Fix bogus return statement. |
commit | commitdiff | tree | snapshot |
2021-05-06 |
kettenis | Add OF_getpropbool(9). |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | Bring comment in sync with the code. No functional... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
job | Add an 'expires' column to CSV & JSON output |
commit | commitdiff | tree | snapshot |
2021-05-06 |
stsp | Clarify that athn(4) USB devices don't support power... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
lum | Add the line number of an error to error messages. |
commit | commitdiff | tree | snapshot |
2021-05-06 |
anton | regen |
commit | commitdiff | tree | snapshot |
2021-05-06 |
anton | Unlock lseek(2). |
commit | commitdiff | tree | snapshot |
2021-05-06 |
lum | Add a number to parameters for ewprintf() via beeping. |
commit | commitdiff | tree | snapshot |
2021-05-06 |
mvs | Kill pfkeyv2_parsemessage() declaration which is absolu... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
mpi | Refactor routines to stop/unstop processes and save... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | export [ none | default-route ] changes are not handled... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | It is no longer required to reset a session when export... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
stsp | Make iwx(4) install CCMP keys to hardware from a task... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | Improve reload behaviour of RDE peer flags and export_type. |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | Simplify file handling. There is no reason to use O_NON... |
commit | commitdiff | tree | snapshot |
2021-05-06 |
claudio | More code cleanup |
commit | commitdiff | tree | snapshot |
2021-05-06 |
lum | Give parse error if character found between blocks. |
commit | commitdiff | tree | snapshot |
2021-05-06 |
jsg | enable dwmmc(4) |
commit | commitdiff | tree | snapshot |
2021-05-05 |
dv | Refactor vm_instance to return error value directly. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsing | Replace DTLS w_epoch with epoch from TLSv1.2 record... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
kettenis | The StarFive JH7100 SoC found on the BeagleV beta board... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
job | Emit an integer instead of a string in JSON output |
commit | commitdiff | tree | snapshot |
2021-05-05 |
job | Clarify -n behavior |
commit | commitdiff | tree | snapshot |
2021-05-05 |
visa | Remove unneeded tlb_set_gbase() that was used with... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
kettenis | whitespace |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsg | use fence iorw,iorw for bus_space_barrier() |
commit | commitdiff | tree | snapshot |
2021-05-05 |
kettenis | Sync with arm64 version. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
claudio | Document new reload behaviour. From Ashton Fagg |
commit | commitdiff | tree | snapshot |
2021-05-05 |
kettenis | Fix definition of GICD_TYPER_LPIS. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
sthen | slight tidy-up of /etc/services: |
commit | commitdiff | tree | snapshot |
2021-05-05 |
claudio | Improve the rde evaluate all test case by doing a withd... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsing | Rewrite TLSv1.2 key block handling. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
claudio | All exabgp configs changed to the c code version of... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsg | Match on snps,dw-mshc in dwmmc(4) and use clock-frequen... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
mpi | Unlock top part of the fault handler. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
lum | Check the characters preceeding and following quotes. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
stsp | Enable detailed reports about firmware errors in iwm... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
drahn | riscv64 binutils 'support' |
commit | commitdiff | tree | snapshot |
2021-05-05 |
asou | Fix backtrace command with kernel core. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsg | riscv: Assert that SUM is not set in SSTATUS for except... |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsg | riscv: Clear SUM in SSTATUS for supervisor mode exceptions. |
commit | commitdiff | tree | snapshot |
2021-05-05 |
jsg | rename trap.S exception.S and trap_machdep.c trap.c... |
commit | commitdiff | tree | snapshot |
next |