summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-22mention that rmdir(.) returns EBUSY as per XPG4.2Todd C. Miller
1999-01-22remove references to toe(1) since we don't have itTodd C. Miller
1999-01-22infocmp from ncurses-4.2-990116. Needs current libcurses to be usefulTodd C. Miller
1999-01-22Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingTodd C. Miller
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use.
1999-01-22updates changes from latest ncursesTodd C. Miller
1999-01-22cosmetic man page changes from latest ncursesTodd C. Miller
1999-01-21official fix for sendmail header length DoSTodd C. Miller
1999-01-21this was missed in the 8.9.2 updateTodd C. Miller
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
work again
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21enable huntDavid Leonard
1999-01-21identDavid Leonard
1999-01-21ident for OpenBSDDavid Leonard
mandoc-ify manual pages use -locurses
1999-01-21hunt (from NetBSD)David Leonard
1999-01-21Comment com attach since it conflicts with the i386 declaration.Federico G. Schwindt
(perhaps this should be moved to files.<arch>?)
1999-01-21add cua note (and possible problem)Marco S Hyman
1999-01-21Fixes select(2)/accept(2) race condition which permits DoS; mycroft@netbsd.orgTodd C. Miller
1999-01-21just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-21doh, wrong dirTodd C. Miller
1999-01-21libc_r includes machine/spinlock.h so create a dummy that just includes ↵Todd C. Miller
m68k/spinlock.h
1999-01-21mention html docsTodd C. Miller
1999-01-20hide pipe, sigsuspend, sigprocmask; remove -gDavid Leonard
1999-01-20some comments on the elements in struct uioArtur Grabowski
1999-01-20put some more stuff behind #ifdef KMEMSTATSArtur Grabowski
1999-01-20s/MAX_PID/HPPA_MAX_PID/gMichael Shalayeff
1999-01-20yes, some moreMichael Shalayeff
1999-01-20cleanup some rudimentariesMichael Shalayeff
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist
1999-01-20ne needs to be attached before weNiklas Hallqvist
1999-01-20Use #error instead of C syntax error to report an inconsistency in definesNiklas Hallqvist
1999-01-20Recurse when we've switched state via LoginDone(). If we'vebrian
got an open link, we want it to be select()d on - otherwise we get a freeze when ``openmode'' is passive.
1999-01-20Yep, our pcmcia framework works on amigas too :-)Niklas Hallqvist
I also added aic and ep, although they are untested.
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1999-01-20make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets ↵Todd C. Miller
done *after* make install in libs. should go away after 2.5 is released
1999-01-20setregs does not reset stack anymoreNiklas Hallqvist
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