summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-27remove 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-27Typo in commentMiod Vallat
2002-10-27Use int32_t rather long on strategic places, to be more sparc64-friendly;Miod Vallat
ok jason@ a long time ago
2002-10-26Describe 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-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 ↵Michael Shalayeff
least compiles, the name of the file is bogus now (; hin@ ok and promissed to sync it w/ arla repo
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
OK mickey@ and discussed with deraadt@
2002-10-25prepend the underscore always for elf, this makes kvm_bsd.db work on elf ↵Michael Shalayeff
platforms; drahn@ millert@ ok
2002-10-25Add 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-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
- 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 outsideCamiel Dobbelaar
- check explicitly for negative values from snprintf (-pedantic) - use MAXLOGNAME - use parentheses with all sizeof's for consistency
2002-10-25Talk about sharing a disk with MacOS and how to use all of the disk with MBRDale Rahn
partitioned disks.
2002-10-25remove dead code; krw@ ok.Federico G. Schwindt
2002-10-25Compare pf_rule->label in pf_compare_rules(), too.Daniel Hartmeier
Found by DJ Gregor.
2002-10-25- more sa_family_tCamiel Dobbelaar
- move unmask code to correct file - whitespace ok mcbride@ dhartmei@
2002-10-25Some 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-25Fix example.Mike Pechkin
If error don't use 0 in err/errx. More commits are comming. dhartmei@ ok
2002-10-25%ul -> %luCamiel Dobbelaar
ok millert@ hin@
2002-10-25%ul -> %luCamiel Dobbelaar
ok millert@
2002-10-25%ul -> %luCamiel Dobbelaar
submitted to perlbug@ ok millert@
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
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok.
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
and gcc3.2 requires this on powerpc.
2002-10-24Add va_copy() as necessary for powerpc, same protections as was addedDale Rahn
recently on other architectures.
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
Problem found by David Wagner (among others).