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 |
2024-05-06 |
jsg | another Realtek RTL8192EU id; from Kyle Markley |
commit | commitdiff | tree | snapshot |
2024-05-06 |
dlg | expose hardware counters as kstats. |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/amdgpu: Fix leak when GPU memory allocation fails |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/amdgpu: Assign correct bits for SDMA HDP flush |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/ttm: stop pooling cached NUMA pages v2 |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | mm, treewide: introduce NR_PAGE_ORDERS |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/amdgpu: fix visible VRAM handling during faults |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm/amdgpu: add shared fdinfo stats |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | drm: add drm_gem_object_is_shared_for_memory_stats... |
commit | commitdiff | tree | snapshot |
2024-05-06 |
jsg | add NR_PAGE_ORDERS for 6.6.30 drm |
commit | commitdiff | tree | snapshot |
2024-05-05 |
kn | start documenting ioctls |
commit | commitdiff | tree | snapshot |
2024-05-05 |
jsg | remove unused 0-sized softdep files |
commit | commitdiff | tree | snapshot |
2024-05-05 |
ajacoutot | Document "ls rogue" exit status. |
commit | commitdiff | tree | snapshot |
2024-05-05 |
jsg | Stop building with and documenting FFS_SOFTUPDATES. |
commit | commitdiff | tree | snapshot |
2024-05-05 |
jsg | remove unneeded includes |
commit | commitdiff | tree | snapshot |
2024-05-05 |
jsg | add upstream change to fix the build |
commit | commitdiff | tree | snapshot |
2024-05-04 |
millert | Update awk to the May 4, 2024 version. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
kn | dma_free(9) just once in error case |
commit | commitdiff | tree | snapshot |
2024-05-04 |
mbuhl | Add TSO capabilites. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
jsg | remove prototypes for removed functions |
commit | commitdiff | tree | snapshot |
2024-05-04 |
jsg | remove some unused defines |
commit | commitdiff | tree | snapshot |
2024-05-04 |
jmc | add -r to "show" command; ok mlarkin |
commit | commitdiff | tree | snapshot |
2024-05-04 |
guenther | amd64 is guaranteed to have PAT and CLFLUSH; stop testi... |
commit | commitdiff | tree | snapshot |
2024-05-03 |
tb | Remove disgusting NULL checks in tm_to_{gentime,utctime}() |
commit | commitdiff | tree | snapshot |
2024-05-03 |
tb | Intercept a NULL s early in ASN1_TIME_set_string_internal() |
commit | commitdiff | tree | snapshot |
2024-05-03 |
tb | Simplify type handling in ASN1_TIME_set_string_internal() |
commit | commitdiff | tree | snapshot |
2024-05-03 |
tb | Simplify tm handling in ASN1_time_parse() |
commit | commitdiff | tree | snapshot |
2024-05-03 |
mvs | Push solock() down to sosend() and remove it from sorec... |
commit | commitdiff | tree | snapshot |
2024-05-03 |
ratchov | aucat.1: Drop the number component of sndio descriptors |
commit | commitdiff | tree | snapshot |
2024-05-03 |
ratchov | sndiod.1: Drop the number component of sndio descriptors |
commit | commitdiff | tree | snapshot |
2024-05-03 |
stsp | Make qwx(4) call into ifmedia more like iwx(4) does it. |
commit | commitdiff | tree | snapshot |
2024-05-03 |
dv | vmm: merge VMX and SVM vm initialization functions. |
commit | commitdiff | tree | snapshot |
2024-05-03 |
visa | witness: Display lock cycles longer than two locks |
commit | commitdiff | tree | snapshot |
2024-05-03 |
visa | witness: Make "show witness" display lock subtypes |
commit | commitdiff | tree | snapshot |
next |