Age | Commit message (Expand) | Author |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell |
2001-05-22 | Initial commit of libsectok (secure token) | Jim Rees |
2001-05-20 | Correct interval notation (<= vs. <); tadayuki@mediaone.net | Todd C. Miller |
2001-05-19 | oops | Artur Grabowski |
2001-05-19 | Make this actually compile | Todd C. Miller |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat |
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller |
2001-05-14 | Split synopsis, plain read/write don't need uio. | Marc Espie |
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 | MAP_COPY -> MAP_PRIVATE | 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 |
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 |
2001-05-10 | Slightly better explaination of the advices (cut 'n paste from sys/mman.h is | Artur Grabowski |
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 |
2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter | Todd C. Miller |
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 |
2001-05-05 | Document KERN_PROC_KTHREAD | Angelos D. Keromytis |
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | Aaron Campbell |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell |
2001-04-23 | crank crypto lib version, just in case | Theo de Raadt |
2001-04-23 | crank ssl lib version, just in case | Theo de Raadt |
2001-04-23 | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | Markus Friedl |
2001-04-22 | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | Markus Friedl |
2001-04-22 | In the verbiage for MNT_SOFTDEP add a reference to 'softdep' in | Kenneth R Westerback |
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller |
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham |
2001-04-17 | Add an x509v3.cnf in /etc/ssl so that creating certificate authorities | Bob Beck |
2001-04-16 | Man page for hsearch/hcreate/hdestroy from NetBSD | Todd C. Miller |
2001-04-13 | Another case where we need to use u_char, not char for array | Todd C. Miller |
2001-04-13 | signess bug; jwaterman@yaleroad.com | Theo de Raadt |
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 | C++ wrapping; dmcmahill@netbsd.org | Theo de Raadt |