Age | Commit message (Expand) | Author |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-04 | oh, just include machine/asm.h | Michael Shalayeff |
2001-06-04 | entrieness cleanup | Michael Shalayeff |
2001-06-04 | add the file here too, to avoid confusion | Theo de Raadt |
2001-06-03 | Don't bail out early for users w/o passwd file entries since we may | Todd C. Miller |
2001-06-03 | new license from Wietse; permits modification. This code is derived from | Theo de Raadt |
2001-06-03 | KERN_NPROCS documentation | Angelos D. Keromytis |
2001-06-03 | struct diskstats now | Angelos D. Keromytis |
2001-06-01 | proto for dlerror() changed | Theo de Raadt |
2001-06-01 | missing word | jasoni |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller |
2001-05-31 | missing word | jasoni |
2001-05-31 | knf | Theo de Raadt |
2001-05-31 | more typos | Theo de Raadt |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt |
2001-05-30 | When changing directory to '..', verify that we really are where | Todd C. Miller |
2001-05-30 | Complain via syslog if login.conf does not exist. With the BSD | Todd C. Miller |
2001-05-29 | mention setusercontext() return value | Todd C. Miller |
2001-05-29 | fix the alpha after that last diff which was obviously not tested | Theo de Raadt |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-05-25 | KerberosV stuff taken from Heimdal. | Hans Insulander |
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 |