summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-12swiss german and french keymaps; from pckbd by Mathias Schmocker <smat@polari...Michael Shalayeff
2002-03-12Document reality.Artur Grabowski
2002-03-12Change the PT_IO interfaces like discussed onArtur Grabowski
2002-03-12Emulate ptrace(PT_STEP in software.Artur Grabowski
2002-03-12In the PT_STEP case, first set the new pc, then arrangeArtur Grabowski
2002-03-12Add PT_IO to ptrace ops.Artur Grabowski
2002-03-12sync with KAMEKenjiro Cho
2002-03-12Handle inet_ntop() returning NULL explicitly. Found by mpech@.Daniel Hartmeier
2002-03-12Pass full length to strlcat(). From Brian Poole.Daniel Hartmeier
2002-03-12oopsMichael Shalayeff
2002-03-12correct type on last arg to execl()Brad Smith
2002-03-12Make the function prototypes line up better and add stub structTodd C. Miller
2002-03-12bsd_auth.h requires other headers so it can't be firstTodd C. Miller
2002-03-12Fix a couple mis-sorted headers and sync usage() with man page.Todd C. Miller
2002-03-12o Remove local prototypes for group_from_gid() and user_from_uid()Todd C. Miller
2002-03-12This makes things line up better. millert@ concurs.Hakan Olsson
2002-03-12Update to zlib-1.1.4Todd C. Miller
2002-03-12Tack on MagniComp (BSD) license since this originally came from rdist.Todd C. Miller
2002-03-11Add -r to reverse lookup addresses when displaying states.Daniel Hartmeier
2002-03-11Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional.Artur Grabowski
2002-03-11If the clock has lost over 1000 days, use the filesystem time insteadDale Rahn
2002-03-11Document PT_IOArtur Grabowski
2002-03-11Add a more sane API for reading/writing traced process memoryArtur Grabowski
2002-03-11 remove errno=0 assignments, we don't need these with Hakan's codeVincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-03-11we don't need "/" after ${DESTDIR}Mike Pechkin
2002-03-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino
2002-03-11More fp-related libc pieces for hppa.Miod Vallat
2002-03-11no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>Jun-ichiro itojun Hagino
2002-03-11Add <machine/ieeefp.h>, will be needed by libc shortly.Miod Vallat
2002-03-11Add a <machine/varargs.h> skeleton for userland.Miod Vallat
2002-03-10enable fifofs restarting on signal test.Federico G. Schwindt
2002-03-10regression for signal restart during open(2).Federico G. Schwindt
2002-03-10check that we got the port before trying to listenEric Jackson
2002-03-10Clarify rename(2) behavior in the presence of a system crash.Todd C. Miller
2002-03-10Update.Miod Vallat
2002-03-10Better long vs int. millert@ ok.Hakan Olsson
2002-03-10remove unneeded parenthesis.Federico G. Schwindt
2002-03-10rdboot -> hdbootHugh Graham
2002-03-10Add ra[0-9] hd[0-9] and rl[0-9] to drives matched by md_get_diskdevs.Hugh Graham
2002-03-10Use the base boot.Hugh Graham
2002-03-10call inittodr() to avoid reseting the clock; problem reported in tech@.Federico G. Schwindt
2002-03-09Be less parochial and remember that others may need to use quirks!Kenneth R Westerback
2002-03-09Completely rewritten keyboard detection mechanism. Instead of using theDale Rahn
2002-03-09Use 'nochange' not 'preserve' flag.Todd C. Miller
2002-03-09Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.Todd C. Miller
2002-03-09Escape whitespace and encode special chars with vis(3); from FreeBSDTodd C. Miller
2002-03-09check tiflags instead of th as th might point to freed memory; pointed outNiels Provos
2002-03-09Add case for BTYP_1305.Hugh Graham