Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-14 | Update, sync with reality. deraadt@ok | Angelos D. Keromytis | |
2001-05-13 | unsigned -> unsigned int; grange@rt.mipt.ru | Todd C. Miller | |
2001-05-13 | type of function on seperate line | Theo de Raadt | |
2001-05-11 | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | Dale Rahn | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | Add back MAP_COPY. Just describe why it shouldn't be used. | Artur Grabowski | |
2001-05-11 | Remove MAP_COPY. It shouldn't be used anymore. | Artur Grabowski | |
2001-05-11 | MAP_SHARED is better. Maybe we're trying to map /dev/ksyms. | Artur Grabowski | |
And we'll never write to those mappings anyway. | |||
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Update with new sysctl's | Angelos D. Keromytis | |
2001-05-10 | Use madvise(MADV_FREE) to allow the 'h' option. | Artur Grabowski | |
(the code was already there, just not enabled). | |||
2001-05-10 | Slightly better explaination of the advices (cut 'n paste from sys/mman.h is | Artur Grabowski | |
not good documentation) and document the new ones. Also, remove the BUGS section that said it wasn't implemented. | |||
2001-05-07 | Document boundary condition when size < strlen(dst). | Todd C. Miller | |
2001-05-07 | Back out last change, it is intended behavior and update the block | Todd C. Miller | |
comment to reflect this fact. Too early in the morning for me I guess. | |||
2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter | Todd C. Miller | |
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the GNOME folks. | |||
2001-05-05 | Prototype for nice() lives in unistd.h, not nlist.h (pasto?) | Todd C. Miller | |
2001-05-05 | Add missing __syscall() proto to fix pread() & friends on big endian | Todd C. Miller | |
machines. Found by me, solved by Theo ;-) | |||
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | Aaron Campbell | |
config(8) UKC; millert@ ok | |||
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2001-04-22 | In the verbiage for MNT_SOFTDEP add a reference to 'softdep' in | Kenneth R Westerback | |
mount(8). ok deraadt@ | |||
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller | |
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd | |||
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham | |
it if a CVTDL would do instead. This path is 80x faster on such systems, and falling back to EMODD if necessary hurts little. Helps programs like nawk, a heavy modf user. | |||
2001-04-16 | Man page for hsearch/hcreate/hdestroy from NetBSD | Todd C. Miller | |
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-04-05 | remove extra continue statements | Theo de Raadt | |
2001-04-05 | Updates and corrections from gluk@ after recent softupdates changes. | Aaron Campbell | |
2001-04-03 | Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com | Aaron Campbell | |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt | |
2001-03-30 | typo | Paul Janzen | |
2001-03-29 | fix fork, brk/sbrk; rcsid embedding | Michael Shalayeff | |
2001-03-28 | Fix some glob defects: | Todd C. Miller | |
o use MAXPATHLEN, not MAXPATHLEN + 1 o when manipulating static buffers, pass functions a pointer to the end of the buffer so we can avoid any overflows Work by Theo and myself. | |||
2001-03-28 | correct arg order addi/subi, newer gas catches this | Michael Shalayeff | |
2001-03-28 | must spec +1 in this one case... | Theo de Raadt | |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt | |
2001-03-28 | KNF | Theo de Raadt | |
2001-03-27 | The .Os macro should not be used in the general text domain. | Aaron Campbell | |
2001-03-26 | cosmetic changes from tzcode2001a | Todd C. Miller | |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt | |
2001-03-20 | document new interpretation for net.inet6.icmp6.nodeinfo. | Jun-ichiro itojun Hagino | |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller | |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt | |
2001-03-18 | Fix lots of register masks. | Brandon Creighton | |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell | |
being portable. | |||
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-03-11 | Cosmetic: Super-user -> Superuser | Aaron Campbell | |
2001-03-11 | Convert flags list from a literal display to a nicely formatted list. | Aaron Campbell | |
2001-03-11 | Section shuffling. | Aaron Campbell | |
2001-03-11 | Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ifications | Aaron Campbell | |
typical when importing a new man page. | |||
2001-03-11 | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | Aaron Campbell | |
2001-03-11 | mdoc police. | Aaron Campbell | |