Age | Commit message (Expand) | Author |
2003-05-09 | Include string.h for memset() proto; noticed by lebel@ | Todd C. Miller |
2003-05-09 | string cleaning; ok tedu | Theo de Raadt |
2003-05-09 | Install sha2.h | Todd C. Miller |
2003-05-09 | Remove dead (ifdef 0) code that pollutes my greps. | Artur Grabowski |
2003-05-09 | Don't map the fake arg list for init with X permissions. | Artur Grabowski |
2003-05-09 | vmcmd_map_readvn - don't map the initial mapping with X unless the | Artur Grabowski |
2003-05-09 | No longer need -lcompat | Todd C. Miller |
2003-05-09 | Oops, forgot to add remque.c here | Todd C. Miller |
2003-05-08 | sync | Thierry Deval |
2003-05-08 | Intrepid : new Apple PowerBook chipset | Thierry Deval |
2003-05-08 | crank major number to correspond to libc major change | Todd C. Miller |
2003-05-08 | Major number crank due to setr[ug]id() moving into libcompat. | Todd C. Miller |
2003-05-08 | Add sha2 routines based on code by Aaron D. Gifford with minor | Todd C. Miller |
2003-05-08 | Clear the digest local var w/ memset() in the End function. | Todd C. Miller |
2003-05-08 | Move setrgid(3) and setruid(3) from libc -> libcompat. | Todd C. Miller |
2003-05-08 | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller |
2003-05-08 | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller |
2003-05-08 | {e,f,g}cvt() are no longer missing. | Todd C. Miller |
2003-05-08 | replace strcpy with strlcpy and some strdup. | Ted Unangst |
2003-05-08 | Close sockets (otherwise the file handle limit can be reached when many | Daniel Hartmeier |
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque |
2003-05-08 | Update to 1.6.7p5 | Todd C. Miller |
2003-05-08 | strcpy->strlcpy | Vincent Labrecque |
2003-05-08 | NUL-terminate the buffer returned by readlink() before we use it to Strlcpy() | Vincent Labrecque |
2003-05-08 | 'branch absolute linking' instruction is 'bla', not 'bal'. | Dale Rahn |
2003-05-08 | sync | Theo de Raadt |
2003-05-08 | new devices on T40 | Theo de Raadt |
2003-05-08 | mention shlib_dirs entries are separated by space; ok many people | Peter Valchev |
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd C. Miller |
2003-05-08 | KNF | Dale Rahn |
2003-05-08 | Change extract_field() arguments, eliminates the nasty '31 -' all over the | Dale Rahn |
2003-05-08 | Put newline on end of disasm so that x /i <addr>,<cnt> works correctly. | Dale Rahn |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque |
2003-05-08 | squish a strcopy, ok krw@ | Bob Beck |
2003-05-08 | Don't inline strcpy. since it's evil anyway. This makes it | Bob Beck |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-05-08 | used .Li for examples, as per first example. | Jason McIntyre |
2003-05-08 | strings | Bob Beck |
2003-05-08 | .Xr newsyslog | Todd C. Miller |
2003-05-08 | a bit more cleanup | Nathan Binkert |
2003-05-08 | ansify, clean up formatting, remove useless return statements. | Nathan Binkert |
2003-05-07 | add missing device name parameters to printfs | Anil Madhavapeddy |
2003-05-07 | string fix; tedu ok | Theo de Raadt |
2003-05-07 | fix an err() that should be errx() | Todd C. Miller |
2003-05-07 | string cleaning | Theo de Raadt |
2003-05-07 | string cleaning; ok art tedu | Theo de Raadt |
2003-05-07 | fix a memleak | Vincent Labrecque |