summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-10typo;Jason McIntyre
2003-05-10Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16Miod Vallat
2003-05-10typo;Jason McIntyre
2003-05-10RegenMiod Vallat
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
2003-05-10quote non-alphabetic literalsPhilipp Buehler
2003-05-10costant -> constant;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10document that kernel automatically handles first swap partitionJason McIntyre
2003-05-10Be polite about leaving invalid data around in globals, just in caseChad Loder
2003-05-10Somehow the setr[ug]id() addition didn't get committed here.Todd C. Miller
2003-05-10catch up with pfctl changesHenning Brauer
2003-05-10BNF for load anchor stuffHenning Brauer
2003-05-10support loading of anchors from within the main ruleset viaHenning Brauer
2003-05-10Remove some exec mappings in the pmap test code (ifdef DEBUG).Artur Grabowski
2003-05-09Map page tables non-exec.Artur Grabowski
2003-05-09No need to map the message buffer executable.Artur Grabowski
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
2003-05-09Talk 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-09Update to reflect reality. The kerberos authentication methods listedTodd C. Miller
2003-05-09sprintf() removal for ppc disassembler. ok millert@Dale Rahn
2003-05-09Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NULTodd C. Miller
2003-05-09assembler versions of insque and remque for m68k, also from 4.4BSDTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller
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