summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-20Clear regs on process startup; from NetBSDNiklas Hallqvist
1999-01-20Remove stack reset that was incompatible with kthread rfork useNiklas Hallqvist
1999-01-20use mktemp(1)Todd C. Miller
1999-01-20Need to do toupper() on the first char of millert when we replace '&' in gecosTodd C. Miller
1999-01-20replace & in gecos with username, closes pr #695Todd C. Miller
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19Change the maximum number of filters from 20 to 40.brian
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>
1999-01-19Suggest that ``set proctitle'' is used in ppp.linkup whenbrian
USER is expected to be expanded.
1999-01-19Send the peer-decided PSTN address with the CBCP Ack,brian
otherwise windows clients will keep resending the response :-/ It'd be nice if M$ would document this sort of thing ! Problem reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
1999-01-19Avoid a DoS caused by messages containing a huge number of mail header ↵Todd C. Miller
lines; lcamtuf@IDS.PL
1999-01-19Single Unix specification 2 says that rmdir(".") should suceed or give EBUSYArtur Grabowski
1999-01-19don't define SIMPLELOCK_DEBUG when DEBUG is definedArtur Grabowski
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:Todd C. Miller
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes.
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19enable libc_rDavid Leonard
1999-01-19syncTodd C. Miller
1999-01-19performance metrics are now elsewhereDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-19move attachment of lpt way down as it can deal withoutNiklas Hallqvist
getting an interrupt nowadays. This makes the sb/lpt conflict go away
1999-01-19Retry sane probe ordering, i.e. ordered like the attachmentsNiklas Hallqvist
found in the various config files.
1999-01-18Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-01-18Whoops, this should be in there tooPaul Janzen
1999-01-18use the doc dirTodd C. Miller
1999-01-18ncurses docs in htmlTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1999-01-18add doc/html/cursesTodd C. Miller
1999-01-18updates from ncurses-4.2-990116Todd C. Miller
1999-01-18OBJECT_FORMAT_COFF is only a hint for collect2, and is badly named:Marc Espie
it tests for a capability of bypassing nm by using mld, which we don't have.
1999-01-18NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game stillPaul Janzen
needs much more work.
1999-01-18revert to version 1.4--the newer xterm entry still has problemsTodd C. Miller
1999-01-18add 'old' as a synonym for 'des'Todd C. Miller
1999-01-18stubsDavid Leonard
1999-01-18documentDavid Leonard
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18typo; niceDavid Leonard
1999-01-18add section numbers to XrDavid Leonard
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