Age | Commit message (Expand) | Author |
2022-08-08 | If interface drivers had enabled transmit offloading of the payload | Alexander Bluhm |
2022-08-08 | For putenv(3), return an error if string starts with a '=' character. | Todd C. Miller |
2022-08-08 | switch fgetln remnants to getline. ok millert@ | Omar Polo |
2022-08-08 | fully switch quiz(6) to getline; diff from Ben Fuller (ben [at] bvnf | Omar Polo |
2022-08-08 | Constify in6_addr pointer arguments in nd6_*() functions | Klemens Nanni |
2022-08-08 | Add YGJ, Yanago Kitaro, Tottori, Japan | Jeremy Evans |
2022-08-08 | top(1): display uptime with seconds, print uptime in fixed format | Scott Soule Cheloha |
2022-08-08 | sync | Theo de Raadt |
2022-08-08 | Call getuptime() just once per function | Klemens Nanni |
2022-08-08 | remove unused arm and armv7 headers | Jonathan Gray |
2022-08-08 | Unify the maximum idle IO timeout for RSYNC & HTTPS | Job Snijders |
2022-08-08 | remove mouse.h last used by pre-wscons drivers | Jonathan Gray |
2022-08-08 | Set rsync connection timeout to 15 seconds. | Job Snijders |
2022-08-08 | To make protocol input functions MP safe, internet PCB need protection. | Alexander Bluhm |
2022-08-08 | Change branch condition inverted to realize original intention in | Kenji Aoyama |
2022-08-08 | Build llvm-cov in base. | Frederic Cambus |
2022-08-08 | Before ypconnect(2) addition, "getpw" was a horrible "hole" that triggered | Theo de Raadt |
2022-08-07 | Start to add annotations to the cpu_info members, doing I/a/o for | Philip Guenther |
2022-08-07 | Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable the | Miod Vallat |
2022-08-07 | Move fallback PMAP_PREFER definitions from uvm_map.c to uvm_pmap.h for them | Miod Vallat |
2022-08-07 | zap extra space in usage added by mistake in last commit. | Omar Polo |
2022-08-07 | Modern EFI systems tend to want larger EFI Sys partitions, they play | Theo de Raadt |
2022-08-07 | sync | Theo de Raadt |
2022-08-07 | Fix fallout from netlock removal in media ioctl. The bridge does | Alexander Bluhm |
2022-08-06 | Use NI_MAXHOST and NI_MAXSERV constants to allocate temporary strings | Alexander Bluhm |
2022-08-06 | Improve HISTORY and add AUTHORS. | Ingo Schwarze |
2022-08-06 | add a -t flag to change the request timeout | Omar Polo |
2022-08-06 | Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and | Alexander Bluhm |
2022-08-06 | Refactor readdoslabel() into a more readable form using various | Kenneth R Westerback |
2022-08-06 | blist: use swblk_t type (defined in sys/blist.h) | Sebastien Marie |
2022-08-06 | remove swblk_t type from sys/types.h | Sebastien Marie |
2022-08-06 | mention tascodec(4) | Jonathan Gray |
2022-08-06 | tascodec(4) | Mark Kettenis |
2022-08-06 | Delete the ridiculous first three sentences of BUGS | Ingo Schwarze |
2022-08-06 | add arch to Dt | Jonathan Gray |
2022-08-06 | add arch to Dt | Jonathan Gray |
2022-08-06 | remove comma on last Xr | Jonathan Gray |
2022-08-06 | simplaudio -> simpleaudio | Jonathan Gray |
2022-08-06 | Fix backpointer. | Mark Kettenis |
2022-08-06 | aplaudio(4), apldma(4), aplmca(4) and aplnco(4) | Mark Kettenis |
2022-08-06 | Prevent buffer overflow in OF_getpropintarray(). | Mark Kettenis |
2022-08-06 | match recent Intel CPUs in fw_update(8) | Jonathan Gray |
2022-08-05 | Support wildcards in fw_update patterns | Andrew Fresh |
2022-08-05 | fix error message | Theo Buehler |
2022-08-05 | Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n"); | Theo Buehler |
2022-08-05 | Make the bogokey[] global static const. | Theo Buehler |
2022-08-05 | Move CBB_init() to a consistent place. | Theo Buehler |
2022-08-05 | Consistently initialize failure to 1 at the top of the function and | Theo Buehler |
2022-08-05 | Fix bounds check in ucc_add_key(); ok anton@ | Miod Vallat |
2022-08-05 | Consistently check for CBB_init() failure. | Theo Buehler |