summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some silly warningsEric Andersen2002-08-085-5/+11
* Avoid bad things happening on macro expansion...Eric Andersen2002-08-081-2/+7
* Add getrpcent.c to default rpc buildEric Andersen2002-08-071-1/+2
* Remove some noiseEric Andersen2002-08-071-13/+0
* Changed my mind. Keep this separate.Eric Andersen2002-08-071-0/+41
* Rewrite getenvEric Andersen2002-08-071-25/+0
* rework getopt. no read need to split this one up sinceEric Andersen2002-08-072-583/+502
* Apply integer overflow security fix for "CERT Advisory CA-2002-25 IntegerEric Andersen2002-08-071-1/+6
* Per suggestion from Miles Bader, move calloc.c to libc/stdlib.Eric Andersen2002-08-074-11/+15
* Fixup the last missing pieces of thread lockingEric Andersen2002-08-061-22/+80
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-0614-33/+708
* Changed fflush() behavior to no-op for r/w streams in read-mode.Manuel Novoa III2002-08-061-17/+33
* Unify calloc (its the same thing regardless of the underlyingEric Andersen2002-08-064-59/+35
* Just in case, crash if somehow `exit' returns anywaysEric Andersen2002-08-061-0/+2
* A couple of little cleanups I forgot to check in.Manuel Novoa III2002-08-032-3/+1
* When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen2002-08-031-2/+6
* Use MALLOC_REALLOC_MIN_FREE_SIZE.Miles Bader2002-08-011-1/+1
* (MALLOC_REALLOC_MIN_FREE_SIZE): New macro.Miles Bader2002-08-011-2/+8
* (HEAP_MIN_SIZE): New macro.Miles Bader2002-08-011-6/+15
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
* In the allocate-and-copy case, don't include the malloc header in ourMiles Bader2002-07-311-2/+2
* Update debugging printfs.Miles Bader2002-07-313-4/+4
* Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen2002-07-313-3/+3
* Patch from Martin Proulx <mproulx@okiok.com> to fix i960Eric Andersen2002-07-311-1/+1
* Account for MALLOC_HEADER_SIZE when calculating new size.Miles Bader2002-07-311-3/+4
* Use MALLOC_HEADER_SIZE.Miles Bader2002-07-311-1/+1
* (MALLOC_HEADER_SIZE): New macro.Miles Bader2002-07-311-2/+6
* Make sure NEW_SIZE is a multiple of HEAP_GRANULARITY.Miles Bader2002-07-301-2/+2
* Update the size of grown/shrunk allocations.Miles Bader2002-07-301-16/+16
* MALLOC_SET_SIZE now takes the user-address rather than the base-address.Miles Bader2002-07-301-2/+1
* Define MALLOC_SET_SIZE to take the user-address rather than the base-address.Miles Bader2002-07-301-2/+2
* Implement shrinking.Miles Bader2002-07-301-6/+19
* Use new malloc header macros.Miles Bader2002-07-302-5/+6
* Add macros to abstract the malloc header format a bit.Miles Bader2002-07-301-1/+22
* Oops. I accidentally omitted the actual mknod() function.Eric Andersen2002-07-271-0/+9
* Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen2002-07-261-0/+1
* The __set_errno macro _must_ match that defined in include/bits/errno.h. WeEric Andersen2002-07-261-1/+9
* ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"2002-07-251-5/+214
* Implement syscall() for armEric Andersen2002-07-252-1/+50
* Size tweaks.Miles Bader2002-07-253-15/+17
* Miscellaneous tidying-up.Miles Bader2002-07-252-13/+10
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-258-130/+186
* Add support for people calling syscall()Eric Andersen2002-07-243-76/+78
* Remove source files that, well, no longer exist :)."Steven J. Hill"2002-07-241-1/+1
* Factor out some common code sequences into inline functions.Miles Bader2002-07-242-53/+74
* Misc small cleanups.Miles Bader2002-07-243-4/+6
* Remove, since it's entirely incorrectMiles Bader2002-07-241-33/+0
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-238-190/+234
* Add some syscalls which I moved out of syscalls.cEric Andersen2002-07-225-0/+239
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-2220-886/+423