Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-20 | Clear regs on process startup; from NetBSD | Niklas Hallqvist | |
1999-01-20 | Remove stack reset that was incompatible with kthread rfork use | Niklas Hallqvist | |
1999-01-20 | use mktemp(1) | Todd C. Miller | |
1999-01-20 | Need to do toupper() on the first char of millert when we replace '&' in gecos | Todd C. Miller | |
1999-01-20 | replace & in gecos with username, closes pr #695 | Todd C. Miller | |
1999-01-20 | use LIBCSRCDIR | David Leonard | |
1999-01-19 | Change the maximum number of filters from 20 to 40. | brian | |
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com> | |||
1999-01-19 | Suggest that ``set proctitle'' is used in ppp.linkup when | brian | |
USER is expected to be expanded. | |||
1999-01-19 | Send 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-19 | Avoid a DoS caused by messages containing a huge number of mail header ↵ | Todd C. Miller | |
lines; lcamtuf@IDS.PL | |||
1999-01-19 | Single Unix specification 2 says that rmdir(".") should suceed or give EBUSY | Artur Grabowski | |
1999-01-19 | don't define SIMPLELOCK_DEBUG when DEBUG is defined | Artur Grabowski | |
1999-01-19 | Updates 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-19 | Add isa_intr_check functionality | Niklas Hallqvist | |
1999-01-19 | Add isa_intr_check functionality | Niklas Hallqvist | |
1999-01-19 | enable libc_r | David Leonard | |
1999-01-19 | sync | Todd C. Miller | |
1999-01-19 | performance metrics are now elsewhere | David Leonard | |
1999-01-19 | thread support | David Leonard | |
1999-01-19 | move attachment of lpt way down as it can deal without | Niklas Hallqvist | |
getting an interrupt nowadays. This makes the sb/lpt conflict go away | |||
1999-01-19 | Retry sane probe ordering, i.e. ordered like the attachments | Niklas Hallqvist | |
found in the various config files. | |||
1999-01-18 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-01-18 | Whoops, this should be in there too | Paul Janzen | |
1999-01-18 | use the doc dir | Todd C. Miller | |
1999-01-18 | ncurses docs in html | Todd C. Miller | |
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |
1999-01-18 | add doc/html/curses | Todd C. Miller | |
1999-01-18 | updates from ncurses-4.2-990116 | Todd C. Miller | |
1999-01-18 | OBJECT_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-18 | NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game still | Paul Janzen | |
needs much more work. | |||
1999-01-18 | revert to version 1.4--the newer xterm entry still has problems | Todd C. Miller | |
1999-01-18 | add 'old' as a synonym for 'des' | Todd C. Miller | |
1999-01-18 | stubs | David Leonard | |
1999-01-18 | document | David Leonard | |
1999-01-18 | move private spinlock protos out | David Leonard | |
1999-01-18 | typo; nice | David Leonard | |
1999-01-18 | add section numbers to Xr | David Leonard | |
1999-01-18 | sync with previous changes | David Leonard | |
1999-01-17 | show cancellation and exiting flags | David Leonard | |
1999-01-17 | pthread_cancel() and cancellation points | David Leonard | |
1999-01-17 | pthread_getschedparam() and pthread_setschedparam() stubs | David Leonard | |
1999-01-17 | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | David Leonard | |
1999-01-17 | pthread_atfork() | David Leonard | |
1999-01-17 | say something when a test locks up | David Leonard | |
1999-01-17 | update | David Leonard | |
1999-01-17 | give msync a cancellation point | David Leonard | |
1999-01-17 | some performance metrics | David Leonard | |
1999-01-17 | - add OBS_OLD_GAS to conditionalize ASM_SPEC for those archs that still | Marc 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-16 | add missing -tag type to .Bl | Todd C. Miller | |
1999-01-16 | Do not lose st_blocks on NFSv2 mounts when files>2GB | Niklas Hallqvist | |