NetBSD/sys
kamil 763ed9e584 Register new weak symbol in libc for internal usage: atoi
The NetBSD Standard C Library uses internally some of its functions with
a mangled symbol name, usually "_symbol". The internal functions shall not
use the global (public) symbols.

Add atoi to namespace.h.

Register a new __weak_alias() entry for atoi() in atoi.c.

atoi() is used internally in getrpcent(), rresvport_af(), ftok(), err(),
__llvm_profile_write_file(), llvm_gcda_start_file(), citrus_iconv_open(),
getprotoent_r(), __rpc_uaddr2taddr_af(), __res_nopt_rdata() and
servent_parseline().

This revision switches the internal usage to the internal symbol.

Sponsored by <The NetBSD Foundation>
2018-01-05 20:30:51 +00:00
..
altq Reject negative indices. 2017-07-28 13:58:47 +00:00
arch Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines. 2018-01-05 13:20:45 +00:00
coda Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
compat Use the default %cs, and mask the other segregs. 2018-01-01 08:03:43 +00:00
conf Update for 2018 new year 2018-01-01 01:26:06 +00:00
crypto
ddb - add ddb.panicstackframes to avoid scrolling the interesting parts of panic 2017-12-28 17:51:19 +00:00
dev use some size_t, add whitespace between functions, rcsids. 2018-01-05 14:22:26 +00:00
dist/pf PR/52682: David Binderman: Fix wrong assignment (in the !__NetBSD__ code) 2017-10-31 15:00:03 +00:00
external Register new weak symbol in libc for internal usage: atoi 2018-01-05 20:30:51 +00:00
fs relax sanity check. It's ok to have more FAT sectors than needed. 2017-11-27 15:02:05 +00:00
gdbscripts
ipkdb
kern don't print for ENOEXEC 2018-01-05 01:51:36 +00:00
lib PR port-alpha/52520: provide float64 -> uint64 conversion and use 2017-12-31 11:43:42 +00:00
miscfs rename some "cmdline" stuff now that it is used to print environment too 2017-12-31 03:29:18 +00:00
modules PR/52848: Brad Spencer: Add module glue for AM2315 and SI70xx drivers 2017-12-29 02:14:25 +00:00
net Don't stomp past the end of the array! need __arraycount not sizeof() 2018-01-05 01:53:15 +00:00
net80211 Fix use-after-free: ieee80211_crypto_decap does a pullup on the mbuf but 2017-12-10 08:56:23 +00:00
netatalk Mmh, pull up the packet to ether_aarp, otherwise we're reading past the 2017-12-09 10:14:04 +00:00
netbt add HCI_SPEC_50 2017-12-21 09:30:30 +00:00
netcan Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00
netinet Remove comment now that the getsockopt code passes the size. 2018-01-01 16:14:30 +00:00
netinet6 Work around softnet_lock handling 2017-12-26 02:26:45 +00:00
netipsec Don't touch an SP without a reference to it 2017-12-01 06:34:14 +00:00
netisdn Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
netkey
netmpls Style, and fix several bugs: 2017-12-08 17:49:54 +00:00
netnatm Invalidate rtcache based on a global generation counter 2017-09-21 07:15:34 +00:00
netsmb From FreeBSD: 2017-10-03 15:27:10 +00:00
nfs Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
opencrypto add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
rump rump: check if the mutex is surely owned by the caller in mutex_exit 2017-12-27 09:03:22 +00:00
secmodel
stand
sys Add a new sockopt member to keep track of the actual size of the option 2018-01-04 01:42:25 +00:00
ufs fix the UVM_PAGE_TRKOWN page-locking assertion at the top of ffs_alloc() 2017-12-07 21:53:41 +00:00
uvm Drop SYS_vadvise 2017-12-19 19:40:03 +00:00
Makefile