| Commit message (Expand) | Author | Age | Files | Lines |
* | bzero sockaddr_in |  deraadt | 1996-07-22 | 1 | -0/+1 |
* | bzero sockaddr before use |  deraadt | 1996-07-22 | 1 | -0/+1 |
* | Add support for terminfo.db files; same format as termcap.db but with |  tholo | 1996-07-22 | 3 | -24/+185 |
* | Correct return value |  tholo | 1996-07-20 | 1 | -3/+4 |
* | bcopy->memcpy & tag |  deraadt | 1996-07-20 | 44 | -52/+96 |
* | bogus frees; from jraynard@freebsd.org |  deraadt | 1996-07-20 | 1 | -2/+4 |
* | support # comments |  deraadt | 1996-07-20 | 1 | -0/+2 |
* | eschew use of HAVE_SOCKADDR_SA_LEN for now |  deraadt | 1996-07-19 | 1 | -2/+2 |
* | We need "curses.priv.h" for tracing even with a private terminfo emulation |  tholo | 1996-07-13 | 1 | -2/+1 |
* | We are not neccecarily running with curses; if we are we won't use this |  tholo | 1996-07-13 | 1 | -4/+20 |
* | bring it to the latest 0.2 LBL release. |  mickey | 1996-07-12 | 19 | -425/+781 |
* | cannot check for stack underflow |  deraadt | 1996-07-12 | 1 | -4/+1 |
* | type fixos |  deraadt | 1996-07-06 | 1 | -1/+4 |
* | prototype ethers(3) functions (inside !_KERNEL), pointed out in |  deraadt | 1996-07-03 | 1 | -0/+3 |
* | document EOPNOTSUPP error return; from kgor@ksg.com |  deraadt | 1996-07-03 | 1 | -0/+2 |
* | Permit old behaviour of uname(2) if new kernel variable is not available |  tholo | 1996-07-03 | 1 | -2/+7 |
* | for magic MD5 salt, call md5crypt() |  deraadt | 1996-07-02 | 1 | -3/+6 |
* | pretty the comment |  deraadt | 1996-07-02 | 1 | -8/+8 |
* | Use getrawpartition(). |  downsj | 1996-07-02 | 1 | -3/+3 |
* | update rcsid |  deraadt | 1996-07-01 | 32 | -94/+65 |
* | streamline, check ports |  deraadt | 1996-07-01 | 1 | -29/+40 |
* | destination address should have read source, return description was ambigous. |  dm | 1996-06-30 | 1 | -5/+4 |
* | Make uname(1) and uname(3) do sane things for the version field; now will |  tholo | 1996-06-29 | 1 | -9/+1 |
* | prefer non-loopback addresses |  deraadt | 1996-06-29 | 1 | -1/+12 |
* | pmap_set/unset to loopback; should rewrite to search for loopback addr |  deraadt | 1996-06-29 | 1 | -0/+2 |
* | typo |  deraadt | 1996-06-29 | 1 | -1/+1 |
* | fix multiple invocations; from tlb@viaweb.com |  deraadt | 1996-06-29 | 1 | -3/+3 |
* | from jtc; Ensure user can't make us overrun fixed sized buffers. |  deraadt | 1996-06-23 | 1 | -49/+64 |
* | from mark; set r1 to -1 as well as r0 so callers expecting a 64 bit |  deraadt | 1996-06-23 | 1 | -2/+3 |
* | Accept a NULL buffer to tgetent(3) |  tholo | 1996-06-21 | 2 | -3/+17 |
* | Make sure we don't write more than 1024 bytes into the buffer passed to |  tholo | 1996-06-21 | 1 | -2/+7 |
* | When truncating to long termcap entries, don't leave partial capabilities |  tholo | 1996-06-21 | 1 | -2/+5 |
* | WHen called with a buffer (throug tgetent(3)), never type to copy more than |  tholo | 1996-06-21 | 1 | -4/+6 |
* | only write to realpath if non-NULL |  deraadt | 1996-06-20 | 2 | -7/+11 |
* | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly |  deraadt | 1996-06-19 | 2 | -9/+18 |
* | OpenBSD RCSID |  niklas | 1996-06-19 | 1 | -0/+2 |
* | MD2 copyright is too restrictive for us, pointed out by Jason Thorpe |  niklas | 1996-06-19 | 1 | -15/+6 |
* | Fix off by one error when setting up ttytype[] |  tholo | 1996-06-18 | 1 | -3/+3 |
* | Our terminfo emulation library now supports ttytype[], no need to special- |  tholo | 1996-06-18 | 1 | -4/+0 |
* | Also emulate old ttytype[] behaviour. Strip off any obsolete 2-character |  tholo | 1996-06-18 | 2 | -4/+13 |
* | libpcap used yyparse(), which is bad; netbsd pr#2031; lukem@supp.cpr.itg.telecom.com.au |  deraadt | 1996-06-18 | 2 | -4/+11 |
* | use p->hashfraction when doing non-time-critical calculations, rather than |  deraadt | 1996-06-18 | 2 | -11/+18 |
* | update id |  deraadt | 1996-06-18 | 1 | -2/+2 |
* | oops, still missed a typo |  downsj | 1996-06-18 | 1 | -2/+2 |
* | slight cleaning |  downsj | 1996-06-18 | 1 | -4/+7 |
* | build poll.o |  deraadt | 1996-06-18 | 1 | -1/+1 |
* | opendev.3: opendev(3) man page |  downsj | 1996-06-17 | 2 | -3/+74 |
* | util.h: new resting place |  downsj | 1996-06-17 | 12 | -68/+114 |
* | Added better ELF section header handling. Correctly handle stripped objs. |  etheisen | 1996-06-17 | 1 | -48/+75 |
* | Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybe |  downsj | 1996-06-17 | 3 | -5/+142 |