summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.Theo de Raadt
1996-06-23from mark; set r1 to -1 as well as r0 so callers expecting a 64 bitTheo de Raadt
1996-06-21Accept a NULL buffer to tgetent(3)Thorsten Lockert
1996-06-21Make sure we don't write more than 1024 bytes into the buffer passed toThorsten Lockert
1996-06-21When truncating to long termcap entries, don't leave partial capabilitiesThorsten Lockert
1996-06-21WHen called with a buffer (throug tgetent(3)), never type to copy more thanThorsten Lockert
1996-06-20only write to realpath if non-NULLTheo de Raadt
1996-06-19do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanlyTheo de Raadt
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-19MD2 copyright is too restrictive for us, pointed out by Jason ThorpeNiklas Hallqvist
1996-06-18Fix off by one error when setting up ttytype[]Thorsten Lockert
1996-06-18Our terminfo emulation library now supports ttytype[], no need to special-Thorsten Lockert
1996-06-18Also emulate old ttytype[] behaviour. Strip off any obsolete 2-characterThorsten Lockert
1996-06-18libpcap used yyparse(), which is bad; netbsd pr#2031; lukem@supp.cpr.itg.tele...Theo de Raadt
1996-06-18use p->hashfraction when doing non-time-critical calculations, rather thanTheo de Raadt
1996-06-18update idTheo de Raadt
1996-06-18oops, still missed a typoJason Downs
1996-06-18slight cleaningJason Downs
1996-06-18build poll.oTheo de Raadt
1996-06-17opendev.3: opendev(3) man pageJason Downs
1996-06-17util.h: new resting placeJason Downs
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
1996-06-17Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybeJason Downs
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert
1996-06-16typo in i386_iopl(2) manpage; netbsd pr#2461; gary@wheel.tiac.netTheo de Raadt
1996-06-16tparm() takes the args in the opposite order from tgoto() when usingThorsten Lockert
1996-06-16Don't allow overwrites as a means to moving to the right; updates sometimesThorsten Lockert
1996-06-14if no executable formats are defined for the architecture, it shouldTheo de Raadt
1996-06-12add /sbin/scsi from FreeBSD -- a good start!Theo de Raadt
1996-06-10merge to latest libpcapTheo de Raadt
1996-06-10iruserok() can finally safely use a u_int32_t for the ip addrTheo de Raadt
1996-06-10Use setne instead of setnel, new versions of gas balk at the bad mnemonic.Theo de Raadt
1996-06-10includes targetTheo de Raadt
1996-06-10exit nicely, error out nicelyTheo de Raadt
1996-06-10make 64 bit cleanTheo de Raadt
1996-06-10fix %VTheo de Raadt
1996-06-07MACH_ goes away, use cpu.hTheo de Raadt
1996-06-06system() $EDITOR safelyTheo de Raadt
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$Niklas Hallqvist
1996-06-02Some format strings were not handled entirely right, fixed.Thorsten Lockert
1996-06-02Fix minor problem in translation of termcap capabilities into terminfoThorsten Lockert
1996-06-02Build libform, libmenu and libpanelThorsten Lockert
1996-06-02Remove garbage from importThorsten Lockert
1996-06-02SYSV-style form library; from ncursesThorsten Lockert
1996-06-02SYSV-style menu library; from ncursesThorsten Lockert
1996-06-02SYSV-style panels library; from ncursesThorsten Lockert
1996-06-02setupterm() should return 1 for success, not OKThorsten Lockert
1996-06-02Add file that got accidentally removed with curses upgrade; also bumpThorsten Lockert
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
1996-05-31Build new terminfo emulation libraryThorsten Lockert