summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-25prepend the underscore always for elf, this makes kvm_bsd.db work on elf plat...Michael Shalayeff
2002-10-25Add options to set the uid, gid, and group vector after the chroot;Todd C. Miller
2002-10-25allow reading the direct mapped segment through the kmemMichael Shalayeff
2002-10-25Remove PATH_NATRULES, since nat is no longer in a seperate file.Camiel Dobbelaar
2002-10-25- spelling/grammarCamiel Dobbelaar
2002-10-25- be even more careful with data supplied from outsideCamiel Dobbelaar
2002-10-25Talk about sharing a disk with MacOS and how to use all of the disk with MBRDale Rahn
2002-10-25remove dead code; krw@ ok.Federico G. Schwindt
2002-10-25Compare pf_rule->label in pf_compare_rules(), too.Daniel Hartmeier
2002-10-25- more sa_family_tCamiel Dobbelaar
2002-10-25Some small fixes in MI code for mips backport. A new reloc md function,Per Fogelstrom
2002-10-25Fix example.Mike Pechkin
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-25escape a couple of literal \n's so they print correctlyJason Wright
2002-10-25use poll(2). sync w/kame (originally from netbsd)Jun-ichiro itojun Hagino
2002-10-25be picky about arg parsing (-b). sync w/kameJun-ichiro itojun Hagino
2002-10-24- Add missing cdid command to cdio.1.Federico G. Schwindt
2002-10-24Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok.Federico G. Schwindt
2002-10-24document va_copy; from NetBSD (kleink)Todd C. Miller
2002-10-24nlist does no aout no more, fuget about som tooMichael Shalayeff
2002-10-24use loadfileMichael Shalayeff
2002-10-24ksyms is majopr 25 not 29Michael Shalayeff
2002-10-24Use va_copy() for varargs assignemnt. va_copy() is standard with C99Dale Rahn
2002-10-24Add va_copy() as necessary for powerpc, same protections as was addedDale Rahn
2002-10-24syncMichael Shalayeff
2002-10-24be more picky about arg parsing. check ERANGE on strtoul. sync w/kame.Jun-ichiro itojun Hagino
2002-10-24regenMichael Shalayeff
2002-10-24another csa 5300Michael Shalayeff
2002-10-24regenMichael Shalayeff
2002-10-24csa 5i on dl380; from philipp@Michael Shalayeff
2002-10-24Remove some old if 0/if 1 code, it is pointless to keep this in.Dale Rahn
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-23Replace tmpnam() with mkstemp() to avoid possible /tmp race.Todd C. Miller
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-23Remove redefinition of NULL; pjanzen@ OKTodd C. Miller
2002-10-23Move a cast from LHS to RHS to quiet a "cast from pointer to integerTodd C. Miller
2002-10-23mips archdep stuff update while waiting for ok on miPer Fogelstrom
2002-10-23%u for u_intMarkus Friedl
2002-10-23use %u for u_intMarkus Friedl
2002-10-23syncTheo de Raadt
2002-10-23integer overflow cleanup - convert to u_long so strtoul can handle comparisonsMark Grimes
2002-10-22Make wi_keydat in struct wi_key 13 bytes, not 14. This is not aTodd C. Miller
2002-10-22do not force single-user; pt out by fries@Michael Shalayeff
2002-10-22%ul -> %luMike Pechkin
2002-10-22More conversion of "int af" and "u_int8_t af" declarations and functionRyan Thomas McBride
2002-10-22Convert "int af" and "u_int8_t af" declarations and function argumentsRyan Thomas McBride
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
2002-10-22Rename ipmask to set_ipmask and add some functionality: the netmaskCamiel Dobbelaar