Age | Commit message (Expand) | Author |
2003-05-10 | Be polite about leaving invalid data around in globals, just in case | Chad Loder |
2003-05-10 | Somehow the setr[ug]id() addition didn't get committed here. | Todd C. Miller |
2003-05-10 | catch up with pfctl changes | Henning Brauer |
2003-05-10 | BNF for load anchor stuff | Henning Brauer |
2003-05-10 | support loading of anchors from within the main ruleset via | Henning Brauer |
2003-05-10 | Remove some exec mappings in the pmap test code (ifdef DEBUG). | Artur Grabowski |
2003-05-09 | Map page tables non-exec. | Artur Grabowski |
2003-05-09 | No need to map the message buffer executable. | Artur Grabowski |
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski |
2003-05-09 | Talk about the .db version of login.conf; idea from mpech@ | Todd C. Miller |
2003-05-09 | 'found' variable was not used correctly, simplify the logic. | Dale Rahn |
2003-05-09 | Update to reflect reality. The kerberos authentication methods listed | Todd C. Miller |
2003-05-09 | sprintf() removal for ppc disassembler. ok millert@ | Dale Rahn |
2003-05-09 | Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL | Todd C. Miller |
2003-05-09 | assembler versions of insque and remque for m68k, also from 4.4BSD | Todd C. Miller |
2003-05-09 | insque and remque are VAX instructions, no need for C functions; From 4.4BSD | Todd C. Miller |
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 |