summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-18sync with previous changesDavid Leonard
1999-01-17show cancellation and exiting flagsDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-17pthread_getschedparam() and pthread_setschedparam() stubsDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-17say something when a test locks upDavid Leonard
1999-01-17updateDavid Leonard
1999-01-17give msync a cancellation pointDavid Leonard
1999-01-17some performance metricsDavid Leonard
1999-01-17- add OBS_OLD_GAS to conditionalize ASM_SPEC for those archs that stillMarc Espie
use it (so that more archs may include openbsd.h as is) - #undef CPP_PREDEFINES globally. - reorganize stuff and comments to be more precise and match gcc.info structure better. - synch other files
1999-01-16add missing -tag type to .BlTodd C. Miller
1999-01-16Do not lose st_blocks on NFSv2 mounts when files>2GBNiklas Hallqvist
1999-01-16Do not lose st_blocks when files > 2GBNiklas Hallqvist
1999-01-16M1531 Host-PCI BridgeFederico G. Schwindt
1999-01-16hppa has isa tooMichael Shalayeff
1999-01-16clean up subspaces somewhatMichael Shalayeff
1999-01-16use right defines for eiem, some cleanupMichael Shalayeff
1999-01-16Fix PR# 692. evanc@concer.toTobias Weingartner
1999-01-15IN_MULTICAST takes network order addressesNiklas Hallqvist
1999-01-14hmm, after all it seems Julian again, but still has nothing to do w/ the ↵Michael Shalayeff
united states (;
1999-01-14this is Gregorian calendar, and it has nothing to do w/ united statesMichael Shalayeff
1999-01-13100Mb ethernet (finally)kstailey
1999-01-13If we've configured CBCP *and* another not-so-importantbrian
CALLBACK protocol and end up agreeing CBCP, DTRT and go into CBCP phase rather than mistakenly terminating as if CBCP wasn't agreed. Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru>
1999-01-13build dyncallMichael Shalayeff
1999-01-13Add common NE2000 attachmentNiklas Hallqvist
1999-01-13RCSIdsNiklas Hallqvist
1999-01-13Use MKTEMP_EACH_FILEMarc Espie
1999-01-13Fix for security hole in MKTEMP_EACH_FILE.Marc Espie
Code borrowed from egcs-current [libiberty is now aware of mkstemp]
1999-01-12use pid_tAaron Campbell
1999-01-12use pid_tAaron Campbell
1999-01-12fixed unused variable warnings when DIAGNOSTIC not definedTodd C. Miller
1999-01-11Remove unnecessary panic().Angelos D. Keromytis
1999-01-11remove panic() calls, consistent error reportingTheo de Raadt
1999-01-11sth went in by mistakeNiklas Hallqvist
1999-01-11make it fitTheo de Raadt
1999-01-11drop PID_MAX to 32766 (SHRT_MAX - 1) due to ineractions with sys/compatTodd C. Miller
1999-01-11pids should be pid_tNiklas Hallqvist
1999-01-11Correct comment about RFNOWAITNiklas Hallqvist
1999-01-11comment typoNiklas Hallqvist
1999-01-11just check rforkflags if ISRFORKNiklas Hallqvist
1999-01-11Move break statement so that -Q really worksThorsten Lockert
1999-01-11pass dmatag in confargsMichael Shalayeff
1999-01-11ASP prom offset for an lan stattion idMichael Shalayeff
1999-01-11As of 3.12, emacs files are no longer shipped with texinfo.Marc Espie
Refer to the emacs distribution for up-to-date versions of those.
1999-01-11cvs `feature': you MUST remove obsolete files manually, otherwiseMarc Espie
they live forever...
1999-01-11Upgrade to 3.12, merge with OpenBSD changes.Marc Espie
1999-01-11Import of FSF texinfo 3.12. This version creates empty info-dirs correctly.Marc Espie
1999-01-11Use bzero instead of memset in the kernelNiklas Hallqvist
1999-01-11sigh memset is not available everywhere, I should know betterNiklas Hallqvist