summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-27Use getprogname() instead of __progname to make portability easier.nicm2-5/+4
2016-05-27No need to show the messages if we skip in case of /usr/lib on nfs.rpe1-7/+4
2016-05-27Add function comments.rpe1-1/+4
2016-05-27rename(2) operation requires "rpath cpath" at the underlying operationderaadt1-2/+2
2016-05-27Remove the non ELF macrosderaadt9-142/+13
2016-05-27When resampling, use the exact resampling factor instead of the ratioratchov2-4/+32
2016-05-27Flush rec buffer if there's less than one block space left and refillratchov1-2/+4
2016-05-27Simplify slot_fill() and slot_flush(). No behaviour changeratchov1-12/+8
2016-05-27Make resamp_do() get the exact number input and output samples andratchov3-54/+119
2016-05-27Per the libtls man page, tls_init() must be called prior to any otherjsing2-6/+4
2016-05-27Rename some of the internal error setting functions to more closely followjsing3-14/+48
2016-05-27Avoid leaking ca_mem when freeing a tls_config.jsing1-1/+2
2016-05-27Fix function parameters that do not have an underscore prefix.jsing1-10/+10
2016-05-27typo fixes; Anthony Coultersthen2-5/+5
2016-05-27Return "400 Bad Request" instead of "500 Server Internal Error" forkrw1-3/+5
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.martijn50-284/+292
2016-05-27syncsthen1-7/+1
2016-05-27Modify com_init to match the com driver initializaiton, and addbeck2-2/+17
2016-05-26The destination string is declared as "s" but referred to as "dst"millert1-5/+5
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@millert2-5/+5
2016-05-26mklocale(1) can handle C-style and shell-style comments natively,millert1-3/+2
2016-05-26Zap the 'l' from ARFLAGS, totally useless these days.zhuk1-2/+2
2016-05-26test the new utf8 moduleschwarze3-2/+77
2016-05-26Re-introduce vnode-to-filename mappingstefan2-6/+74
2016-05-26for textrels (sthen ran into one...):deraadt1-2/+2
2016-05-26Copy ELF headers into guest VM memorystefan1-12/+10
2016-05-26whitespace found during reviewderaadt4-10/+10
2016-05-26The doforce variable isn't modified anywhere. Also, the only filesystemnatano2-10/+3
2016-05-26Use S_ISDIR instead of doing it by hand. No binary change.millert1-3/+2
2016-05-26Rename variables to a less ambiguous name better matching their purpose.rpe1-11/+11
2016-05-26- rename rebuildlibs() to reorder_libs()rpe1-7/+32
2016-05-26Extend 0x1234 keys form to more bits so that Unicode keys work.nicm1-4/+5
2016-05-26tests for the two segfaults in backref() that were just fixedschwarze1-1/+4
2016-05-26Fix an oversight that caused the test program to segfault:schwarze1-2/+2
2016-05-26systematically test all combinations of REG_STARTEND, REG_NEWLINE,schwarze1-9/+85
2016-05-26Make amaps use less kernel memory (2nd try)stefan3-195/+513
2016-05-26support for testing REG_STARTEND together with REG_NOTBOLschwarze1-1/+4
2016-05-26fputs(3) now returns a non-negative number (as opposed to 0) on successfulmillert1-10/+8
2016-05-26Just nuke environ instead of trying to unsetenv everything because thatnicm1-12/+4
2016-05-26Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmcmikeb1-12/+13
2016-05-26Calculate elapsed time in poll() and subtract that from the remaining timejmatthew1-4/+19
2016-05-26Make format conversion routines return the number of framesratchov3-54/+57
2016-05-26Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.martijn2-20/+62
2016-05-26Remove superfluous loop counter to set alternate video interface since wemglocker1-6/+4
2016-05-26Use a fat16 partition starting at sector 2048/1MB everywhere to simplifyjsg4-37/+3
2016-05-25To prevent screwing up terminal settings when printing to theschwarze7-67/+370
2016-05-25KNF with respect to indentation; no code changeschwarze1-28/+27
2016-05-25use a consistent naming for chipsets;jmc1-5/+5
2016-05-25Fix another one-byte buffer underflow (read access only).schwarze1-7/+4
2016-05-25Must extract uvm_vnode from uvm_object first before reading the vnodestefan1-3/+11