summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-27Reduce diff to NetBSD.Artur Grabowski
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-27comment fixes.Brad Smith
2002-10-27add a matching wi_do_hostdecrypt()Markus Friedl
2002-10-27Ensure that 'siteXX.tgz' and 'siteXX.tar.gz' are the *last* setsKenneth R Westerback
2002-10-27flags X is deadHenning Brauer
2002-10-27Remove 'flags X' syntax, if people make heavy use of X/FOOBAR, theyPhilipp Buehler
2002-10-27remove the "flags X" syntax.Henning Brauer
2002-10-27Typo in commentMiod Vallat
2002-10-27Use int32_t rather long on strategic places, to be more sparc64-friendly;Miod Vallat
2002-10-26Describe the actual operation of inet_net_pton with a few examples.Marco S Hyman
2002-10-26use poll(2). sync w/kameJun-ichiro itojun Hagino
2002-10-26prototype shouldn't carry variable nameJun-ichiro itojun Hagino
2002-10-26use poll(2). sync w/kame originally from netbsdJun-ichiro itojun Hagino
2002-10-26use strtoul, not atoi. some error handling sync w/kame.Jun-ichiro itojun Hagino
2002-10-26typo. NetBSD PR 18816Jun-ichiro itojun Hagino
2002-10-26indent section about arc4random; ok miod@Jakob Schlyter
2002-10-26Better wording, from brad@Dale Rahn
2002-10-25copy over the code for hpux to be used for a BSD case, not tested, but at lea...Michael Shalayeff
2002-10-25add id tags.Federico G. Schwindt
2002-10-25fake intrcnt (for now) such that vmstat works (;Michael Shalayeff
2002-10-25NULL is now 0L so it is the same size as a pointer.Todd C. Miller
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