Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-27 | remove the "flags X" syntax. | Henning Brauer | |
noone who wrote "flags S" meant that, but actually something like "flags S/SA". with "flags S" changing its actual meaning as more flags got supported, things got worse. ok dhartmei@, pb@ | |||
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 | |
ok jason@ a long time ago | |||
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman | |
Also add caution regarding dst field initialization. operation text OK millert@ | |||
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 ↵ | Michael Shalayeff | |
least compiles, the name of the file is bogus now (; hin@ ok and promissed to sync it w/ arla repo | |||
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 | |
OK mickey@ and discussed with deraadt@ | |||
2002-10-25 | prepend the underscore always for elf, this makes kvm_bsd.db work on elf ↵ | Michael Shalayeff | |
platforms; drahn@ millert@ ok | |||
2002-10-25 | Add options to set the uid, gid, and group vector after the chroot; | Todd C. Miller | |
adapted from NetBSD. OK markus@ and previously discussed with Theo. | |||
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 | |
- nat rules are no longer in a seperate file, combine nat example - /32 on all addresses is clutter, since it's the default | |||
2002-10-25 | - be even more careful with data supplied from outside | Camiel Dobbelaar | |
- check explicitly for negative values from snprintf (-pedantic) - use MAXLOGNAME - use parentheses with all sizeof's for consistency | |||
2002-10-25 | Talk about sharing a disk with MacOS and how to use all of the disk with MBR | Dale Rahn | |
partitioned disks. | |||
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 | |
Found by DJ Gregor. | |||
2002-10-25 | - more sa_family_t | Camiel Dobbelaar | |
- move unmask code to correct file - whitespace ok mcbride@ dhartmei@ | |||
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom | |
RELOC_GOT, was added to handle mips got bootstrap reloc. Also remove workaround used on previous versions of binutils for mips. | |||
2002-10-25 | Fix example. | Mike Pechkin | |
If error don't use 0 in err/errx. More commits are comming. dhartmei@ ok | |||
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
ok millert@ hin@ | |||
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
ok millert@ | |||
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
submitted to perlbug@ ok millert@ | |||
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 | |
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok. | |||
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 | |
and gcc3.2 requires this on powerpc. | |||
2002-10-24 | Add va_copy() as necessary for powerpc, same protections as was added | Dale Rahn | |
recently on other architectures. | |||
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 | |
Problem found by David Wagner (among others). |