NetBSD/sys/external
kamil b4e223d109 Revert namespacing of atoi(3)
Sanitizers can handle recursive interceptions in some / most cases, if they
will cause damage the problem will be not workaroundable without libc
changes - I will be back to it.

Keep namespace of asctime() as this can be a cancellation point according
to POSIX. Right now it's not implemented on NetBSD. Defer it for later.

Keep weak symbols and namespace for wait6(2) as this could be a
cancellation point as well. Defer this for later.

Sanitizers's [recursive] interceptors are a hack and moving one way or
another can cause new sets of problems. Recursive ones can be useful and
cause problems (on Linux there are known with with signal handlers).

Sponsored by <The NetBSD Foundation>
2018-01-07 15:28:33 +00:00
..
bsd Revert namespacing of atoi(3) 2018-01-07 15:28:33 +00:00
gpl2/dts FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this. 2017-12-10 21:38:26 +00:00
isc/atheros_hal PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:35:33 +00:00