Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | trash some old leftover macros and replace them with -mdoc macros | aaron | 1999-07-04 | 2 | -11/+6 | |
| | ||||||
* | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | aaron | 1999-07-02 | 1 | -2/+2 | |
| | | | | not "Month, ##, ####" | |||||
* | first round of repairs on stdlib | aaron | 1999-06-29 | 30 | -150/+182 | |
| | ||||||
* | "SEE ALSO" -> SEE ALSO, missed these files before | aaron | 1999-05-28 | 1 | -2/+2 | |
| | ||||||
* | more missing .El macros filled in | aaron | 1999-05-27 | 2 | -12/+14 | |
| | ||||||
* | getopt(3) does not return -1 when encountering unrecognized options | aaron | 1999-05-27 | 1 | -3/+2 | |
| | ||||||
* | punctuation | aaron | 1999-05-25 | 1 | -2/+2 | |
| | ||||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | aaron | 1999-05-23 | 5 | -10/+10 | |
| | | | | is used instead; kwesterback@home.com | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | alex | 1999-05-16 | 8 | -22/+22 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | correct some Xr's which referred to the wrong man page sections | aaron | 1999-05-10 | 3 | -8/+7 | |
| | ||||||
* | Clarify realloc return value | millert | 1999-03-23 | 1 | -3/+4 | |
| | ||||||
* | fix more comma splices that involve misuse of conjunctive adverbs | pjanzen | 1999-03-11 | 1 | -2/+2 | |
| | ||||||
* | make function names the correct case | deraadt | 1999-02-27 | 4 | -17/+17 | |
| | ||||||
* | wrong ret type for write define (millert@) | d | 1999-02-03 | 1 | -2/+2 | |
| | ||||||
* | malloc can't use write() if it fails very early, so use the unwrapped ↵ | d | 1999-02-01 | 1 | -1/+10 | |
| | | | | syscall _thread_sys_write() if we are threaded | |||||
* | No need to cast to they type we already are. Also minor KNF | millert | 1998-12-07 | 1 | -3/+6 | |
| | ||||||
* | remove bogus divide, fixes pr #656 | millert | 1998-12-07 | 1 | -2/+2 | |
| | ||||||
* | bad long | deraadt | 1998-11-22 | 1 | -2/+2 | |
| | ||||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 6 | -15/+70 | |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||||
* | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | aaron | 1998-11-17 | 2 | -2/+6 | |
| | ||||||
* | getenv() result is read-only, unless you're looking for trouble. | espie | 1998-11-10 | 1 | -1/+5 | |
| | ||||||
* | define hppa as an ieee | mickey | 1998-08-28 | 1 | -2/+2 | |
| | ||||||
* | document the common misuse of realloc | deraadt | 1998-08-15 | 1 | -2/+26 | |
| | ||||||
* | Make code ANSI/ISO C conformant. Formerly undefined constructs were used | niklas | 1998-08-12 | 1 | -103/+119 | |
| | | | | | making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2. | |||||
* | Temporary fix for a GCC aliasing bug/misfeature that hits here | niklas | 1998-08-11 | 1 | -1/+5 | |
| | ||||||
* | Don't enumerate every arch in the #if since all OpenBSD platforms use the ↵ | millert | 1998-08-06 | 1 | -8/+4 | |
| | | | | same values for malloc_pageshift and malloc_minsize except for sparc | |||||
* | change to lite2 getenv(); getenv(NULL) now returns NULL | deraadt | 1998-07-16 | 1 | -14/+21 | |
| | ||||||
* | add .Xr's for all the random functions in libc | millert | 1998-07-05 | 3 | -3/+7 | |
| | ||||||
* | Oh fun, mucking about with files used on all archs. | rahnds | 1998-06-28 | 1 | -2/+2 | |
| | | | | | | | | | This is one of many places in the source that have #if defined("list all architectures") Is there some possible way to eliminate, reduce these or at least have a file that describes all occurrances so that when a new port is done this could be addressed. like the recent hppa port, does it need to take a look at this???? | |||||
* | Remove the advertising clause in my old license, it impedes free use | millert | 1998-06-21 | 2 | -10/+4 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||||
* | use Bx macro for BSD versions | mickey | 1998-06-15 | 2 | -4/+6 | |
| | ||||||
* | readlink(path, buf, sizeof buf-1). Never forget that -1. | deraadt | 1998-05-18 | 1 | -2/+2 | |
| | ||||||
* | indent nice | deraadt | 1998-05-05 | 1 | -2/+2 | |
| | ||||||
* | use Xr more often | deraadt | 1998-04-28 | 2 | -4/+7 | |
| | ||||||
* | indent; dima | deraadt | 1998-04-25 | 1 | -2/+3 | |
| | ||||||
* | More XPG4.2 -- | millert | 1998-02-07 | 2 | -13/+19 | |
| | | | | | setstate takes a const parameter don't ever spew to stderr, just return NULL | |||||
* | size_t n in initstate(); XPG | deraadt | 1998-02-06 | 2 | -4/+4 | |
| | ||||||
* | Don't override environ if realloc() fails. Pointed out by | millert | 1998-02-02 | 1 | -3/+4 | |
| | | | | Dave Bodenstab <imdave@mcs.net> | |||||
* | make mmap() return void *, add MAP_FAILED | deraadt | 1998-01-02 | 1 | -4/+4 | |
| | ||||||
* | Change realloc(foo,0) to behave like malloc(0). Both now return a pointer | pefo | 1997-08-23 | 2 | -8/+8 | |
| | | | | | to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not. | |||||
* | malloc_init() should try to not modify errno | deraadt | 1997-08-22 | 1 | -2/+3 | |
| | ||||||
* | Move getsubopt(3) to stdlib like lite2 and XPG4.2 say... | millert | 1997-08-20 | 3 | -6/+259 | |
| | | | | Update man page from lite2 while I'm at it. | |||||
* | Install a64l/l64a man page. Also, tsearch.3 and friends were not | millert | 1997-08-18 | 1 | -5/+6 | |
| | | | | being installed either. | |||||
* | Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1. | millert | 1997-08-17 | 3 | -12/+152 | |
| | | | | | | Also make a64l(3) and l64a(3) deal reasonably with inapropriate input. The standard does not require this, but it does not disallow it either. | |||||
* | fix Xr | deraadt | 1997-07-17 | 1 | -2/+2 | |
| | ||||||
* | Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places) | millert | 1997-07-02 | 1 | -15/+16 | |
| | | | | sizeof *pt -> sizeof *px (point to same type of struct but looked wrong). | |||||
* | Include <stdlib.h> for malloc() proto. | millert | 1997-07-01 | 1 | -0/+1 | |
| | ||||||
* | Make sure we don't get stuck in a loop when trying to clean up stdio | tholo | 1997-06-22 | 1 | -6/+11 | |
| | ||||||
* | add ELOOP support; shigio@wafu.netgate.net | deraadt | 1997-06-20 | 1 | -1/+6 | |
| | ||||||
* | typecastorama | deraadt | 1997-06-20 | 1 | -10/+10 | |
| |