Age | Commit message (Expand) | Author |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | a first pass at -Wall | Theo de Raadt |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-07-02 | Convert warn/warnx -> _warn/_warnx | Todd C. Miller |
2001-06-28 | fix one-byte overflows | Paul Janzen |
2001-06-27 | typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | Damien Miller |
2001-06-27 | Make the functions (which get linked in if <ctype.h> isn't #included) behave | Paul Janzen |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-25 | Document that behaviour is undefined if the argument isn't EOF or an unsigned | Paul Janzen |
2001-06-24 | When splitting instance from username, treat '/' as a separator as | Todd C. Miller |
2001-06-18 | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | Todd C. Miller |
2001-06-18 | Fix a char vs. u_char problem I introduced in the last commit. | Todd C. Miller |
2001-06-16 | Disable the STATUS character when reading passwords -- people seem to | Todd C. Miller |
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 |