Age | Commit message (Expand) | Author |
2002-10-27 | Reduce diff to NetBSD. | Artur Grabowski |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd C. Miller |
2002-10-27 | comment fixes. | Brad Smith |
2002-10-27 | add a matching wi_do_hostdecrypt() | Markus Friedl |
2002-10-27 | Ensure that 'siteXX.tgz' and 'siteXX.tar.gz' are the *last* sets | Kenneth R Westerback |
2002-10-27 | flags X is dead | Henning Brauer |
2002-10-27 | Remove 'flags X' syntax, if people make heavy use of X/FOOBAR, they | Philipp Buehler |
2002-10-27 | remove the "flags X" syntax. | Henning Brauer |
2002-10-27 | Typo in comment | Miod Vallat |
2002-10-27 | Use int32_t rather long on strategic places, to be more sparc64-friendly; | Miod Vallat |
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman |
2002-10-26 | use poll(2). sync w/kame | Jun-ichiro itojun Hagino |
2002-10-26 | prototype shouldn't carry variable name | Jun-ichiro itojun Hagino |
2002-10-26 | use poll(2). sync w/kame originally from netbsd | Jun-ichiro itojun Hagino |
2002-10-26 | use strtoul, not atoi. some error handling sync w/kame. | Jun-ichiro itojun Hagino |
2002-10-26 | typo. NetBSD PR 18816 | Jun-ichiro itojun Hagino |
2002-10-26 | indent section about arc4random; ok miod@ | Jakob Schlyter |
2002-10-26 | Better wording, from brad@ | Dale Rahn |
2002-10-25 | copy over the code for hpux to be used for a BSD case, not tested, but at lea... | Michael Shalayeff |
2002-10-25 | add id tags. | Federico G. Schwindt |
2002-10-25 | fake intrcnt (for now) such that vmstat works (; | Michael Shalayeff |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-10-25 | prepend the underscore always for elf, this makes kvm_bsd.db work on elf plat... | Michael Shalayeff |
2002-10-25 | Add options to set the uid, gid, and group vector after the chroot; | Todd C. Miller |
2002-10-25 | allow reading the direct mapped segment through the kmem | Michael Shalayeff |
2002-10-25 | Remove PATH_NATRULES, since nat is no longer in a seperate file. | Camiel Dobbelaar |
2002-10-25 | - spelling/grammar | Camiel Dobbelaar |
2002-10-25 | - be even more careful with data supplied from outside | Camiel Dobbelaar |
2002-10-25 | Talk about sharing a disk with MacOS and how to use all of the disk with MBR | Dale Rahn |
2002-10-25 | remove dead code; krw@ ok. | Federico G. Schwindt |
2002-10-25 | Compare pf_rule->label in pf_compare_rules(), too. | Daniel Hartmeier |
2002-10-25 | - more sa_family_t | Camiel Dobbelaar |
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom |
2002-10-25 | Fix example. | Mike Pechkin |
2002-10-25 | %ul -> %lu | Camiel Dobbelaar |
2002-10-25 | %ul -> %lu | Camiel Dobbelaar |
2002-10-25 | %ul -> %lu | Camiel Dobbelaar |
2002-10-25 | escape a couple of literal \n's so they print correctly | Jason Wright |
2002-10-25 | use poll(2). sync w/kame (originally from netbsd) | Jun-ichiro itojun Hagino |
2002-10-25 | be picky about arg parsing (-b). sync w/kame | Jun-ichiro itojun Hagino |
2002-10-24 | - Add missing cdid command to cdio.1. | Federico G. Schwindt |
2002-10-24 | Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok. | Federico G. Schwindt |
2002-10-24 | document va_copy; from NetBSD (kleink) | Todd C. Miller |
2002-10-24 | nlist does no aout no more, fuget about som too | Michael Shalayeff |
2002-10-24 | use loadfile | Michael Shalayeff |
2002-10-24 | ksyms is majopr 25 not 29 | Michael Shalayeff |
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn |
2002-10-24 | Add va_copy() as necessary for powerpc, same protections as was added | Dale Rahn |
2002-10-24 | sync | Michael Shalayeff |
2002-10-24 | be more picky about arg parsing. check ERANGE on strtoul. sync w/kame. | Jun-ichiro itojun Hagino |