summaryrefslogtreecommitdiff
path: root/distrib/special
AgeCommit message (Expand)Author
2023-04-16if (actually... when) the compiler is flipped to do BTI/ENDBR by default,Theo de Raadt
2023-04-16Dump (leak) info using utrace(2) and compile the code always inOtto Moerbeek
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-08Omit version in SMALL ksh buildsKlemens Nanni
2022-08-31Make installboot on landisk aware of a possible MBR on the disk, and in thisMiod Vallat
2022-08-24Forgotten to commit as part ofKlemens Nanni
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-02-03Use installboot(8) in install.md of riscv64.Visa Hankala
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
2021-09-21The cflags -DSUN_CYLCHECK -DSUN_AAT0 were removed accidently. PutAlexander Bluhm
2021-06-24trim usage to match the man page;Jason McIntyre
2021-06-18special is SMALLFlorian Obser
2021-06-18special is SMALLFlorian Obser
2021-06-04machine/cpu.h requires a pre-include of sys/time.hTheo de Raadt
2021-06-03Enable machdep.compatible on platforms that have it.Mark Kettenis
2021-05-19enter new dirsTheo de Raadt
2021-05-19correct .PATHTheo de Raadt
2021-05-19resolvd and dhcpleased if ramdisks need themTheo de Raadt
2021-03-20SKIP_PROPOSAL has been ripped out in 2019kn
2021-03-10Build install media with -fno-asynchronous-unwind-tables to furtherJonathan Gray
2021-02-16make use of getline(3) in ftp(1)Christian Weisgerber
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook
2020-07-21unify with base eeprom MakefileTheo de Raadt
2020-07-21unify and cleanup -DSEEALSO chunks in both disklabel MakefilesTheo de Raadt
2020-07-20build powerpc version, alsoTheo de Raadt
2020-06-28reduce differences from src/*/installboot/MakefileTheo de Raadt
2020-06-27convert macppc, octeon, and loongson to use MI installboot, removingTheo de Raadt
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-11-11CLIENT_PATH died in 2014Theo de Raadt
2019-10-21keep in sync with regular doas. req by millertTed Unangst
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-16Revert suni'ls ftp rewrite for now.Florian Obser
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-12Move us from old ftp(1) to Sunil's new ftp(1). The necessary modificationskmos
2019-05-11Make bsd.rd compile after socppc removal.Kenneth R Westerback
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-10-18Ensure that the install media are built with a consistent set ofChristian Weisgerber
2018-09-13Unbreak ramdisks by catching up with the change to use the new libcStuart Henderson
2018-06-25white spacesTheo de Raadt
2018-06-15Remove BACKWARDS flag here as well.Martijn van Duren
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-03-19Add DEF_STRONG(pthread_self) to match libc and avoid duplicate definitionsPhilip Guenther
2018-03-15Add fake pthread_self and pthread_equal to libstubsBob Beck
2018-03-08Add a stub for pthread_once, to permit libtls to use it.Bob Beck
2018-02-18add include to silence compiler warning about a missing prototype forChristian Weisgerber
2018-02-10installer bits for RFC 7217 supportFlorian Obser
2017-11-19add growfs(8) to ramdiskjob