Age | Commit message (Expand) | Author |
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 |
2002-10-24 | regen | Michael Shalayeff |
2002-10-24 | another csa 5300 | Michael Shalayeff |
2002-10-24 | regen | Michael Shalayeff |
2002-10-24 | csa 5i on dl380; from philipp@ | Michael Shalayeff |
2002-10-24 | Remove some old if 0/if 1 code, it is pointless to keep this in. | Dale Rahn |
2002-10-23 | remove 0x in front of %p -- not needed | Marco S Hyman |
2002-10-23 | Replace tmpnam() with mkstemp() to avoid possible /tmp race. | Todd C. Miller |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-23 | Remove redefinition of NULL; pjanzen@ OK | Todd C. Miller |
2002-10-23 | Move a cast from LHS to RHS to quiet a "cast from pointer to integer | Todd C. Miller |
2002-10-23 | mips archdep stuff update while waiting for ok on mi | Per Fogelstrom |
2002-10-23 | %u for u_int | Markus Friedl |
2002-10-23 | use %u for u_int | Markus Friedl |
2002-10-23 | sync | Theo de Raadt |
2002-10-23 | integer overflow cleanup - convert to u_long so strtoul can handle comparisons | Mark Grimes |
2002-10-22 | Make wi_keydat in struct wi_key 13 bytes, not 14. This is not a | Todd C. Miller |
2002-10-22 | do not force single-user; pt out by fries@ | Michael Shalayeff |
2002-10-22 | %ul -> %lu | Mike Pechkin |
2002-10-22 | More conversion of "int af" and "u_int8_t af" declarations and function | Ryan Thomas McBride |
2002-10-22 | Convert "int af" and "u_int8_t af" declarations and function arguments | Ryan Thomas McBride |
2002-10-22 | Update for new semantics of set_ipmask (netmask is applied immediately | Camiel Dobbelaar |
2002-10-22 | Rename ipmask to set_ipmask and add some functionality: the netmask | Camiel Dobbelaar |