2022-12-23 |
kettenis | Avoid using 1GB mappings for the identity map that... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
schwarze | Mark BIO_buffer_get_num_lines(3) as intentionally undoc... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
schwarze | Mark BIO_f_nbio_test(3) as intentionally undocumented. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
schwarze | new manual page BIO_s_datagram(3); |
commit | commitdiff | tree | snapshot |
2022-12-23 |
stsp | Prevent an iwx(4) firmware error when authentication... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jmc | - hostname.if can handle lladdr as well as if names now |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jmc | remove "-p protocol" from the -r synopsis: it no longer... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jmc | point readers, where relevant, to route(8) rather than... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
dlg | disable the use of the has in the pf state key lookup... |
commit | commitdiff | tree | snapshot |
2022-12-23 |
deraadt | wrap a line better |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Simplify BN_cmp() and BN_ucmp(). |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Consistently check for NULL early. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Fix an unchecked strdup() in UI_create_method(). |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Make UI_destroy_method() NULL safe. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Remove unhelpful comment. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Remove compatibility "glue" for des_read_pw{_string}() |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Add regress coverage for shifts of zero bits. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
jsing | Do similar setup for lshift and rshift benchmarks. |
commit | commitdiff | tree | snapshot |
2022-12-23 |
afresh1 | Allow configuring interfaces by lladdr in installer |
commit | commitdiff | tree | snapshot |
2022-12-22 |
schwarze | new manual page BIO_accept(3) |
commit | commitdiff | tree | snapshot |
2022-12-22 |
schwarze | in case of failure, always report the error with BIOerr... |
commit | commitdiff | tree | snapshot |
2022-12-22 |
kn | Denote multiple arguments with 'arg ...' not 'args' |
commit | commitdiff | tree | snapshot |
2022-12-22 |
cheloha | sparc64: move retry logic out of stickcmpr_set() |
commit | commitdiff | tree | snapshot |
2022-12-22 |
schwarze | Mark BIO_s_log(3) as intentionally undocumented. |
commit | commitdiff | tree | snapshot |
2022-12-22 |
kettenis | Bring over various changes from the arm64 version of... |
commit | commitdiff | tree | snapshot |
2022-12-22 |
jmc | it seems we made a separate list for the two sourceaddr... |
commit | commitdiff | tree | snapshot |
2022-12-22 |
jmc | move the flag mappings displayed by "route show" from... |
commit | commitdiff | tree | snapshot |
2022-12-22 |
dlg | use stoeplitz to generate a hash/flowid for state keys. |
commit | commitdiff | tree | snapshot |
2022-12-22 |
dlg | provide stoeplitz_n32() |
commit | commitdiff | tree | snapshot |
2022-12-21 |
patrick | Have the power button trigger a wakeup from suspend. |
commit | commitdiff | tree | snapshot |
2022-12-21 |
patrick | Implement wakeup interrupt handling. This makes sure... |
commit | commitdiff | tree | snapshot |
2022-12-21 |
kettenis | Pull enabling/disabling wakeup interrupt handling out... |
commit | commitdiff | tree | snapshot |
2022-12-21 |
schwarze | Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and... |
commit | commitdiff | tree | snapshot |
2022-12-21 |
kn | Move duplicate code to new sr_find_discipline() helper |
commit | commitdiff | tree | snapshot |
2022-12-21 |
claudio | The location of the aux info vector is now cached in... |
commit | commitdiff | tree | snapshot |
2022-12-21 |
deraadt | fix a mangled comment |
commit | commitdiff | tree | snapshot |
2022-12-21 |
dlg | tiny whitespace tweak. |
commit | commitdiff | tree | snapshot |
2022-12-21 |
dlg | consistently use the PF_REF wrappers around refcnts. |
commit | commitdiff | tree | snapshot |
2022-12-21 |
kevlo | Update the Rx descriptor based on the vendor driver... |
commit | commitdiff | tree | snapshot |
2022-12-21 |
dlg | prefix pf_state_key and pf_state_item struct bits to... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
guenther | Add argument support for msyscall, pledge, unveil,... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
martijn | If we don't have usecommonopt for our application we... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
martijn | Apply proper bounds checking to non-repeaters and max... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
martijn | Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
martijn | When writing out a PDU with authpriv that's larger... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
martijn | When writing a message out over tcp that's too large... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
schwarze | add a missing .Vt macro; |
commit | commitdiff | tree | snapshot |
2022-12-20 |
schwarze | Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intent... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
schwarze | document BIO_fd_non_fatal_error(3) and BIO_fd_should_re... |
commit | commitdiff | tree | snapshot |
2022-12-20 |
jmc | - some small tweaks for the text |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | Improve reporting of waitid(2)'s idtype/id and options... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | WTRAPPED is now supported by waitid(2) |
commit | commitdiff | tree | snapshot |
2022-12-19 |
dv | Silence vmd ns8250 log noise about reading com1 before... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | Add waitid(2) manpage, based on a first pass by espie... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
kn | Remove unused *sd_scsibus_dev member from struct sr_dis... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
visa | Invalidate ugen(4) knote lists after device detach |
commit | commitdiff | tree | snapshot |
2022-12-19 |
schwarze | document BIO_copy_next_retry(3) |
commit | commitdiff | tree | snapshot |
2022-12-19 |
tb | acme-client: fix copy-paste error in error message |
commit | commitdiff | tree | snapshot |
2022-12-19 |
sdk | Remove array reference from sh(1) because sh doesn... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
kn | Say "discipline" not "dis" in comment, latter looks... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
nicm | Allow send-keys without a client again, reported by... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
dlg | rework the synchronisation around suspend/resume. |
commit | commitdiff | tree | snapshot |
2022-12-19 |
dlg | move pf_state_item and pf_state_key structs from pfvar... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | Revert previous: unintentionally included in commit |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | waitid(2) returns 0 on success; do post-call cancelatio... |
commit | commitdiff | tree | snapshot |
2022-12-19 |
guenther | Add WTRAPPED opiton for waitid(2) to control whether... |
commit | commitdiff | tree | snapshot |
2022-12-18 |
deraadt | spelling |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | document BIO_FLAGS_MEM_RDONLY |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | document BIO_set_retry_read(3), BIO_set_retry_write(3), |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | document the interaction with BIO_dup_chain(3) |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | new manual page BIO_dup_chain(3) |
commit | commitdiff | tree | snapshot |
2022-12-18 |
deraadt | cannot try the boot.data unmap until all the ld.script... |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | correct the prototypes of BIO_get_conn_ip(3) and BIO_ge... |
commit | commitdiff | tree | snapshot |
2022-12-18 |
kn | Unify RSSI check |
commit | commitdiff | tree | snapshot |
2022-12-18 |
daniel | add Czechia as an alternative for Czech Republic |
commit | commitdiff | tree | snapshot |
2022-12-18 |
daniel | regen |
commit | commitdiff | tree | snapshot |
2022-12-18 |
daniel | add two transmeta devices |
commit | commitdiff | tree | snapshot |
2022-12-18 |
schwarze | document BIO_number_read(3) and BIO_number_written(3) |
commit | commitdiff | tree | snapshot |
2022-12-18 |
kn | Revert previous as it doesn't create additional lo... |
commit | commitdiff | tree | snapshot |
2022-12-18 |
aoyama | Do not save bootdev and boothowto when invalid value... |
commit | commitdiff | tree | snapshot |
2022-12-18 |
kn | Prevent detaching the boot volume |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: update regress after recent changes |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: skip connection info on failed or skipped udptest() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: do not test the connection in non-interactive mode |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: clean up and simplify connection_infO() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: pass protocol name to connection_info() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | nc: factor printing of connection info into a function |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: rename cc to sign_len in op_sign() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: fix openssl includes in acctproc.c |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: check EC signature length |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: simplify elliptic curve signatures |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: switch op_sign() to EVP_DigestSign() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: simplify op_thumbprint() |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: inline a confusing and useless define |
commit | commitdiff | tree | snapshot |
2022-12-18 |
tb | acme-client: encode unexpected SANs before printing |
commit | commitdiff | tree | snapshot |
2022-12-18 |
kettenis | regen |
commit | commitdiff | tree | snapshot |
2022-12-18 |
kettenis | Add Union Memory NVMe devices. |
commit | commitdiff | tree | snapshot |
2022-12-18 |
mglocker | Disable the keyboard on the Samsung Galaxy Book Go... |
commit | commitdiff | tree | snapshot |
next |