summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1996-07-13We need "curses.priv.h" for tracing even with a private terminfo emulationThorsten Lockert
1996-07-13We are not neccecarily running with curses; if we are we won't use thisThorsten Lockert
mvcur() implementation at all; if we are not we need our own rawmode() implementation.
1996-07-12bring it to the latest 0.2 LBL release.Michael Shalayeff
1996-07-12cannot check for stack underflowTheo de Raadt
1996-07-06type fixosTheo de Raadt
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
netbsd pr#2471, jhawk@mit.edu
1996-07-03document EOPNOTSUPP error return; from kgor@ksg.comTheo de Raadt
1996-07-03Permit old behaviour of uname(2) if new kernel variable is not availableThorsten Lockert
1996-07-02for magic MD5 salt, call md5crypt()Theo de Raadt
1996-07-02pretty the commentTheo de Raadt
1996-07-02Use getrawpartition().Jason Downs
1996-07-01update rcsidTheo de Raadt
1996-07-01streamline, check portsTheo de Raadt
1996-06-30destination address should have read source, return description was ambigous.dm
1996-06-29Make uname(1) and uname(3) do sane things for the version field; now willThorsten Lockert
show only "KERNEL#build".
1996-06-29prefer non-loopback addressesTheo de Raadt
1996-06-29pmap_set/unset to loopback; should rewrite to search for loopback addrTheo de Raadt
1996-06-29typoTheo de Raadt
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.Theo de Raadt
Merged in changes from branch (make sure all memory, file descriptors, mappings, etc. are freed and return (nl_catd) -1 on error). Also fix one minor bug and clean up NLSPATH parsing a bit more.
1996-06-23from mark; set r1 to -1 as well as r0 so callers expecting a 64 bitTheo de Raadt
result will get -1.
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
tgetent(3); truncate the capability string if this happens.
1996-06-21When truncating to long termcap entries, don't leave partial capabilitiesThorsten Lockert
at the end of the capability string
1996-06-21WHen called with a buffer (throug tgetent(3)), never type to copy more thanThorsten Lockert
1023 bytes into the passed buffer. Always make sure the buffer is NUL- terminated after copying a terminal description entry into it as well.
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
with our changes which permit "EDITOR=emacs -nw" to work.
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
case this anymore
1996-06-18Also emulate old ttytype[] behaviour. Strip off any obsolete 2-characterThorsten Lockert
terminal type found at the head of the name list before saving the list.
1996-06-18libpcap used yyparse(), which is bad; netbsd pr#2031; ↵Theo de Raadt
lukem@supp.cpr.itg.telecom.com.au
1996-06-18use p->hashfraction when doing non-time-critical calculations, rather thanTheo de Raadt
using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION is a power of two, check that p->hashfraction == HASHFRACTION and if so do the calculation with the compiled-in value so that the compiler can optimize out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION, actually do the division. This has the result that on machines with slow division, the division can be optimized out of the common case, but that if HASHFRACTION changes from the compiled-in value (for whatever reason), profiling will still work. Changes suggested by Chris Torek.
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
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
Added STT_FILE translation. General cleanup.
1996-06-17Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybeJason Downs
others. This is a generic version of the code used by mt(1).
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
terminfo style capabilities
1996-06-16Don't allow overwrites as a means to moving to the right; updates sometimesThorsten Lockert
does not work correctly. This would often be seen in nvi
1996-06-14if no executable formats are defined for the architecture, it shouldTheo de Raadt
nlist should return -1 (not garbage). Guess how I found this bug.
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