summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-09Include string.h for memset() proto; noticed by lebel@Todd C. Miller
2003-05-09string cleaning; ok teduTheo de Raadt
2003-05-09Install sha2.hTodd C. Miller
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-05-09Don't map the fake arg list for init with X permissions.Artur Grabowski
2003-05-09vmcmd_map_readvn - don't map the initial mapping with X unless theArtur Grabowski
2003-05-09No longer need -lcompatTodd C. Miller
2003-05-09Oops, forgot to add remque.c hereTodd C. Miller
2003-05-08syncThierry Deval
2003-05-08Intrepid : new Apple PowerBook chipsetThierry Deval
2003-05-08crank major number to correspond to libc major changeTodd C. Miller
2003-05-08Major number crank due to setr[ug]id() moving into libcompat.Todd C. Miller
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minorTodd C. Miller
2003-05-08Clear the digest local var w/ memset() in the End function.Todd C. Miller
2003-05-08Move setrgid(3) and setruid(3) from libc -> libcompat.Todd C. Miller
2003-05-08move insque(3) and remque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08{e,f,g}cvt() are no longer missing.Todd C. Miller
2003-05-08replace strcpy with strlcpy and some strdup.Ted Unangst
2003-05-08Close sockets (otherwise the file handle limit can be reached when manyDaniel Hartmeier
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
2003-05-08Update to 1.6.7p5Todd C. Miller
2003-05-08strcpy->strlcpyVincent Labrecque
2003-05-08NUL-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-08syncTheo de Raadt
2003-05-08new devices on T40Theo de Raadt
2003-05-08mention shlib_dirs entries are separated by space; ok many peoplePeter Valchev
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-05-08KNFDale Rahn
2003-05-08Change extract_field() arguments, eliminates the nasty '31 -' all over theDale Rahn
2003-05-08Put newline on end of disasm so that x /i <addr>,<cnt> works correctly.Dale Rahn
2003-05-08use NULL to indicate failure in functions that return pointers, not FALSE.Vincent Labrecque
2003-05-08squish a strcopy, ok krw@Bob Beck
2003-05-08Don't inline strcpy. since it's evil anyway. This makes itBob Beck
2003-05-08AUTHOR -> AUTHORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-08ERROR -> ERRORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-08RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.Jason McIntyre
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-05-08used .Li for examples, as per first example.Jason McIntyre
2003-05-08stringsBob Beck
2003-05-08.Xr newsyslogTodd C. Miller
2003-05-08a bit more cleanupNathan Binkert
2003-05-08ansify, clean up formatting, remove useless return statements.Nathan Binkert
2003-05-07add missing device name parameters to printfsAnil Madhavapeddy
2003-05-07string fix; tedu okTheo de Raadt
2003-05-07fix an err() that should be errx()Todd C. Miller
2003-05-07string cleaningTheo de Raadt
2003-05-07string cleaning; ok art teduTheo de Raadt
2003-05-07fix a memleakVincent Labrecque