1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
OpenBSD
Go to file
jsg 272d89adac Different compilers and versions of compilers have different warnings.
Remove -Werror to give code a greater chance of building.

ok deraadt@ florian@
2017-04-16 10:16:35 +00:00
bin Use strtonum(3) instead of strtol(3). OK deraadt@ 2017-03-29 22:40:15 +00:00
distrib Ensure that the version part of $_url_base is correctly removed by 2017-04-11 19:23:10 +00:00
etc Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) 2017-04-16 08:50:49 +00:00
games Clean up disabled declaration in the text struct. 2017-04-10 13:56:16 +00:00
gnu Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building the 2017-04-15 10:23:35 +00:00
include Introducing freezero(3) a version of free that guarantees the process 2017-04-10 05:45:02 +00:00
lib backout previous, data_len is not always initialized 2017-04-16 06:26:55 +00:00
libexec fix missing \ on \n, spotted by Edgar Pettijohn 2017-04-06 15:30:12 +00:00
regress adjust .Lk tests after groff and mandoc .Lk improvements 2017-04-14 19:50:54 +00:00
sbin Different compilers and versions of compilers have different warnings. 2017-04-16 10:16:35 +00:00
share more streamlining, with help from bluhm; 2017-04-15 18:45:15 +00:00
sys Build sparc64 kernels with -ffreestanding. 2017-04-15 18:58:45 +00:00
usr.bin Different compilers and versions of compilers have different warnings. 2017-04-16 10:16:35 +00:00
usr.sbin Different compilers and versions of compilers have different warnings. 2017-04-16 10:16:35 +00:00
Makefile mark newish phony targets as phony. 2017-04-14 21:37:15 +00:00
Makefile.cross Export CROSSDIR so that the two users (ld.so and binutils) of that 2017-03-21 10:41:33 +00:00