aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-21add getenvMattias Andrée1-0/+73
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add clearenvMattias Andrée1-0/+58
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21in case environ is set to nullMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add getpassMattias Andrée1-0/+193
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add creatMattias Andrée1-0/+44
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21daemoniseMattias Andrée1-0/+257
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20etymology: daemonMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20add daemonMattias Andrée1-0/+99
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20compile-time configurable default value for pathMattias Andrée1-2/+11
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20change semantics of searchpath2 and add searchpath3Mattias Andrée5-117/+153
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20add searchpath and searchpath2Mattias Andrée3-47/+190
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20add needstackMattias Andrée1-0/+154
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2-6/+6
(in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée6-9/+70
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-19fix issue #8 on githubMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-18fix issue #7 on github, againMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-18fix issue #7 on githubMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16fix issue #6 on githubMattias Andrée1-2/+21
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée6-0/+257
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16fix issue #5 on githubMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-26docMattias Andrée1-3/+51
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-26sprintf considered saferMattias Andrée1-0/+30
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-26implement machinesizeMattias Andrée1-0/+158
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25m etymologyMattias Andrée3-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25tell in doc in which version things were introducedMattias Andrée186-2/+662
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25typoMattias Andrée6-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-23add sockprintf, vsockprintf, sockwprintf, and vsockwprintfMattias Andrée1-2/+161
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20add todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20add optimised variants of *casecmpMattias Andrée2-0/+148
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20more etymologyMattias Andrée12-3/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20more etymologyMattias Andrée7-0/+18
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19fix issue #4Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19etymology for some functionsMattias Andrée9-2/+54
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19fix memory leak at failure of execveat (issue #3)Mattias Andrée1-2/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19fix issue #2Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19docMattias Andrée2-3/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18reorder new functionsMattias Andrée1-85/+85
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18doc some new functionsMattias Andrée1-4/+48
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18add more string.h and wchar.h functionsMattias Andrée2-0/+430
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18whitespaceMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2-0/+44
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18typoMattias Andrée5-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18fix errorsMattias Andrée16-16/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18implement additional string.h and wchar.h functionsMattias Andrée2-0/+754
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>