summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-10uppercase all non-literals in BNF.. might make some stuff more clear ;)Philipp Buehler
2003-05-10Prepare pf_change_icmp() for parameter ip == NULL use.Daniel Hartmeier
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either hen...Theo de Raadt
2003-05-10uppercased .Dt sections.Jason McIntyre
2003-05-10Back out libreadline changes, this breaks static build (I.E. vax).Bob Beck
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-05-10typo;Jason McIntyre
2003-05-10- setup -> set upJason McIntyre
2003-05-10removed unnecessary punctuation from SEE ALSO;Jason McIntyre
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