Age | Commit message (Expand) | Author |
2002-08-30 | re-enable function pointer table protection, this time make sure that | Daniel Hartmeier |
2002-08-19 | Suggest better types in examples; from NetBSD | Miod Vallat |
2002-07-31 | Back it out, it breaks something in perl (seen with spamassassin), debug | Daniel Hartmeier |
2002-07-31 | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku... | Theo de Raadt |
2002-07-30 | return failure if integer overflow happens. sigh; too people had to | Theo de Raadt |
2002-07-29 | Replace atexit handler. mprotect() the pages so an attempt to modify the | Daniel Hartmeier |
2002-06-29 | Replace strtou?q() with the more standard strtou?ll(), using weak | Todd C. Miller |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2002-02-23 | deraadt@ objects to the caveat remark, so remove it. | Miod Vallat |
2002-02-23 | Slightly improve wording and punctuation. | Miod Vallat |
2002-02-23 | Add a caveat section pointing out that people affecting the return value | Miod Vallat |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-23 | THREAD_UNLOCK() on error before returning; millert@ ok. | Federico G. Schwindt |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller |
2001-12-29 | Two functions can return errors here, not just one. | Miod Vallat |
2001-12-06 | alloca cannot check if the allocation is valid. mention the consequences; mi... | Theo de Raadt |
2001-12-05 | correct an alignment mis-conception for malloc(0) returned regions. | Thierry Deval |
2001-12-05 | document how malloc(0) blobbies are stored, and their character | Theo de Raadt |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller |
2001-11-01 | remove dangling spaces and tabs | Michael Shalayeff |
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry Deval |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-07-27 | clean up. | Mike Pechkin |
2001-07-09 | a first pass at -Wall | Theo de Raadt |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-09 | remove confusing comparison with srand (it does not return the old seed) | assar |
2001-05-13 | unsigned -> unsigned int; grange@rt.mipt.ru | Todd C. Miller |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-05-10 | Use madvise(MADV_FREE) to allow the 'h' option. | Artur Grabowski |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell |
2001-03-08 | document that exit() -> wait() only returns low bits | Theo de Raadt |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | Aaron Campbell |
2000-10-25 | Clarify; gluk@ptci.ru | Aaron Campbell |
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | Aaron Campbell |
2000-08-09 | For man pages that describe multiple functions, split the .Nm arguments | Aaron Campbell |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton |
2000-04-20 | Flesh out stdlib function man pages. | Aaron Campbell |
2000-04-20 | - Formatting repairs and standardizations. | Aaron Campbell |