Age | Commit message (Expand) | Author |
2001-06-03 | Don't bail out early for users w/o passwd file entries since we may | Todd C. Miller |
2001-06-03 | KERN_NPROCS documentation | Angelos D. Keromytis |
2001-06-03 | struct diskstats now | Angelos D. Keromytis |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller |
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-20 | Correct interval notation (<= vs. <); tadayuki@mediaone.net | Todd C. Miller |
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 | Update, sync with reality. deraadt@ok | Angelos D. Keromytis |
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-05 | Prototype for nice() lives in unistd.h, not nlist.h (pasto?) | Todd C. Miller |
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-05 | remove extra continue statements | Theo de Raadt |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt |
2001-03-28 | Fix some glob defects: | Todd C. Miller |
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-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-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell |
2001-03-11 | mdoc police. | Aaron Campbell |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen |
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen |
2001-02-10 | Insert a missing comma. | Aaron Campbell |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller |
2001-02-04 | Add RETURN VALUES section | Todd C. Miller |
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell |
2001-01-25 | ELf-size independent nlist. | Artur Grabowski |
2001-01-21 | Shuffle man page sections into preferred order. | Aaron Campbell |
2001-01-20 | style(9) in example code. | Aaron Campbell |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended from... | Theo de Raadt |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis |
2001-01-04 | Update. | Angelos D. Keromytis |