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