2024-05-12 |
jsg | remove ufs_hashlock extern for var we never had |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | nfs_procids was removed in 1996 |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | pcic_isa_intr_list and npcic_isa_intr_list were removed... |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | rtw_host_rfio was removed in 2007 |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | comsiraddr was removed in 2016 |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | sync_ifp and ticket_pabuf don't exist, remove externs |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | ttybuf[] was removed in 2001, ttydefaults in 1988 |
commit | commitdiff | tree | snapshot |
2024-05-12 |
jsg | defaul -> default; ok jmc@ ratchov@ |
commit | commitdiff | tree | snapshot |
2024-05-12 |
tb | Avoid .Xr to no longer public X509_LOOKUP_by_subject(3) |
commit | commitdiff | tree | snapshot |
2024-05-11 |
jmc | sync the cpu(4) pages for i386/amd64: |
commit | commitdiff | tree | snapshot |
2024-05-11 |
guenther | Use %b to format cpu flag info in dmesg, so we have... |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Move X509V3_add_standard_extensions out of the way |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Make two NULL checks more explicit |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Unwrap a line |
commit | commitdiff | tree | snapshot |
2024-05-11 |
jsg | fix prototype; iosf_i2c_relese -> iosf_i2c_release |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Sync DSA_METHOD documentation with reality |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Remove unused DSA methods |
commit | commitdiff | tree | snapshot |
2024-05-11 |
tb | Remove unused PEM_USER and PEM_CTX |
commit | commitdiff | tree | snapshot |
2024-05-10 |
krw | Revert r1.108. An Intel 11th Gen i5 Framework laptop... |
commit | commitdiff | tree | snapshot |
2024-05-10 |
millert | pax: make list file handle line-buffered unless it... |
commit | commitdiff | tree | snapshot |
2024-05-10 |
florian | Keep probing upstream servers. |
commit | commitdiff | tree | snapshot |
2024-05-10 |
mglocker | Make the kernel compile also when turning on debugging. |
commit | commitdiff | tree | snapshot |
2024-05-10 |
claudio | Regen |
commit | commitdiff | tree | snapshot |
2024-05-10 |
claudio | The ptsignal() race against p_sigmask changes by dosigs... |
commit | commitdiff | tree | snapshot |
2024-05-10 |
asou | Correct display the details of COMMAND using the ps... |
commit | commitdiff | tree | snapshot |
2024-05-10 |
mglocker | Fix broken debugging. |
commit | commitdiff | tree | snapshot |
2024-05-10 |
tb | Add missing EC_KEY_free() |
commit | commitdiff | tree | snapshot |
2024-05-10 |
tb | Remove fixed nonce length information from algorithm2 |
commit | commitdiff | tree | snapshot |
2024-05-10 |
tb | Inline dsa_builtin_keygen() in DSA_generate_key() |
commit | commitdiff | tree | snapshot |
2024-05-10 |
jsg | make pf_match_rule() prototype match the function |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Make the openssl_dsa_meth static const |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Move openssl_dsa_meth below the methods it uses |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Make the DH_METHOD static const |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Move public API and DH_METHOD to the bottom of the... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
jmc | sync the SSL text; ok tb |
commit | commitdiff | tree | snapshot |
2024-05-09 |
jmc | - drop ref to non-installed g++(1) page |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Enable ufshci(4) on amd64. |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Tiny style tweaks in X509_REQ_add_extension_nid() |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Streamline X509_REQ_check_private_key() a bit |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Zap some extra parentheses in X509_REQ_get_pubkey() |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Clean up X509_to_X509_REQ() |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Further simplify X509_REQ_get_extensions() |
commit | commitdiff | tree | snapshot |
2024-05-09 |
djm | simplify exit message handling, which was more complica... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
florian | ctime(3) and ctime_r(3) can fail when timestamps are... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
florian | ctime(3) and ctime_r(3) can fail when timestamps are... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Back then I faced intermittent file-system corruptions... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Sprinkle some more DPRINTFs. |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Pack hardware descriptor structures. |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Parse the OCS response value for completed commands... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Perform bus DMA synchronization to update the command... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Use 1U for bit operations on 32-bit registers. |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Don't do math on KVA to get the required slot offset... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Don't use the task id for UPIU commands. We don't... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Don't schedule interrupt aggregation when commands... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Prevent that scheduling of new commands is interfering... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
mglocker | Don't relay on the doorbell register to track our slots... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | ssl_ciph.c: unwrap a line |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Remove leftover logic of SSL2 support |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Plug a "leak" in ssl_security_group() |
commit | commitdiff | tree | snapshot |
2024-05-09 |
tb | Align RSA and EC key generation with each other |
commit | commitdiff | tree | snapshot |
2024-05-08 |
guenther | Suppress cache-info dmesg lines when they are identical... |
commit | commitdiff | tree | snapshot |
2024-05-08 |
jan | ixl(4): force mss of tso packets in hardware supported... |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | fix line wrapping in function definition |
commit | commitdiff | tree | snapshot |
2024-05-08 |
jmc | - for pwraction, point to acpibtn(4) |
commit | commitdiff | tree | snapshot |
2024-05-08 |
jsing | Add more regress coverage for lhash. |
commit | commitdiff | tree | snapshot |
2024-05-08 |
stsp | fix iwx(4) monitor mode |
commit | commitdiff | tree | snapshot |
2024-05-08 |
stsp | disable the regular ieee80211_encap() Tx path in monito... |
commit | commitdiff | tree | snapshot |
2024-05-08 |
claudio | Rework how action SIG_HOLD is handled in ptsignal. |
commit | commitdiff | tree | snapshot |
2024-05-08 |
bluhm | Fix route leak in ip input. |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | Avoid OpenSSL SSL repetitions |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | avoid various repetitions in the descriptions of libcry... |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | Simplify X509_REQ_get_extensions() |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | Simplify X509_REQ_extension_nid() |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | Defang X509_REQ_{s,g}et_extension_nids() |
commit | commitdiff | tree | snapshot |
2024-05-08 |
tb | symbols test: drop headers that don't define any symbols |
commit | commitdiff | tree | snapshot |
2024-05-07 |
djm | avoid memcpy(malloc(0), ..., 0), which is not portable. |
commit | commitdiff | tree | snapshot |
2024-05-07 |
tb | openssl: toolkit implementing the TLS v1 protocol is... |
commit | commitdiff | tree | snapshot |
2024-05-07 |
tb | PEM_read_bio_PrivateKey: fix grammar |
commit | commitdiff | tree | snapshot |
2024-05-07 |
jan | Additional check for TSO packets with 0 MSS. |
commit | commitdiff | tree | snapshot |
2024-05-07 |
claudio | rw_enter() with RW_NOSLEEP returns EBUSY and not the... |
commit | commitdiff | tree | snapshot |
2024-05-07 |
mvs | Clear MNT_LOCAL flag on FUSE file system. It can be... |
commit | commitdiff | tree | snapshot |
2024-05-07 |
naddy | drop the MD byte-swap micro-optimizations on clang... |
commit | commitdiff | tree | snapshot |
2024-05-07 |
jsing | Reorder functions and drop static function prototypes. |
commit | commitdiff | tree | snapshot |
2024-05-07 |
op | add smtpd-tables.7 for real; spotted by tb, thanks! |
commit | commitdiff | tree | snapshot |
2024-05-07 |
op | change the smtpd table protocol |
commit | commitdiff | tree | snapshot |
2024-05-07 |
claudio | In Rev 1.296 the update of the siglist was moved to... |
commit | commitdiff | tree | snapshot |
2024-05-07 |
op | sync |
commit | commitdiff | tree | snapshot |
2024-05-07 |
op | install smtpd-tables(7) |
commit | commitdiff | tree | snapshot |
2024-05-07 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-05-06 |
tobias | remove SSH1 leftovers |
commit | commitdiff | tree | snapshot |
2024-05-06 |
cheloha | vmstat/dkstats.c: remove obfuscatory timerset() macro |
commit | commitdiff | tree | snapshot |
2024-05-06 |
cheloha | tty(1): exit with status 2 if unveil(2) or pledge(2... |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsing | Fix function wrapping. |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsing | Enable lhash regress. |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsing | Guard call to contract() from doall_util_fn(). |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsing | Provide initial regress for lhash. |
commit | commitdiff | tree | snapshot |
2024-05-06 |
stsp | Add support for Tx checksum offloading to dwqe(4). |
commit | commitdiff | tree | snapshot |
2024-05-06 |
ratchov | sndiod: Ignore server.device settings to a non-working... |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | match new Realtek RTL8192EU id; from Kyle Markley |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | regen |
commit | commitdiff | tree | snapshot |
next |