summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-17Final fix to make fts(3) spoof-proof.Todd C. Miller
1997-01-17added "see also" refs to cdio & chiokstailey
1997-01-16Man pages for libedit, from NetBSD.Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
strncpy() usage in their code. NetBSD change log was: * add a man page for the editline routines * add a man page describing editrc * fix bugs in el_parse(): * didn't execute command when program name matched (test reversed) * was checking against empty string instead of program name * after checks, command to run also pointed to empty string * document ^char and \ escape sequences * when parsing ^char control chars, check the correct char when determining validity (previously, ^char was a NOP interpreted as the literal string because of this bug) * Implement CC_REDISPLAY, which (unlike CC_REFRESH) redraws the entire input * line (a la ^R). This is useful if the binding outputs information and * mucks up the input line. To be used in ``list-choices'' bindings (refer * to the ^D binding in csh when filec is set)
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15Minor formatting tweak from NetBSD (perry) + OpenBSD tags.Todd C. Miller
1997-01-14Update to tzcode1996o + our fixes. Fixes problem pointed outTodd C. Miller
by cross@va.pubnix.com.
1997-01-14Be extra careful when chdir'ing to subdirs.Todd C. Miller
1997-01-10Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen
and PPC platforms... Everyone else has _leading!
1997-01-09ELF does not use the leading '_' on any port, not just MIPS.Dale S. Rahn
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
1997-01-07DOH! Fixing big endian broke little..Niklas Hallqvist
1997-01-07don't use LDADD+=-ltermlib on the mips - because it causes problemsThomas Graichen
with the linker (weak symbols)
1997-01-06Fix these for big endian systemsNiklas Hallqvist
1997-01-05Integrate latest malloc(3) from FreeBSDThorsten Lockert
1997-01-05HOSTCC; from rahndsTheo de Raadt
1997-01-02correct title; frueauf@ira.uka.deTheo de Raadt
1997-01-02use arc4random for xid generationTheo de Raadt
1997-01-02Change order of includes to pick up sys/types.h so that typedefsDale S. Rahn
of htonl and friends are not parse errors.
1997-01-02Add fp.c file, reformat to be more readable.Dale S. Rahn
1997-01-02Powerpc port also uses new libkvm.Dale S. Rahn
1997-01-02Stub routines for set|get fpsticky, fpround, ...Dale S. Rahn
Fixing this is listed in the Todo section.
1996-12-28crank minor due to arc4randomTheo de Raadt
1996-12-28an entire an entireJason Downs
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm
1996-12-2895% of common uses of these are incorrect and insecure. correct use isTheo de Raadt
incredibly rare. Time for some education!
1996-12-28suggest alternative in ld warn messageTheo de Raadt
1996-12-27adjusted to state "no hard links to directories"kstailey
1996-12-24bye byeTheo de Raadt
1996-12-23Add missing # include <term.h>robin
1996-12-23add readlabelfs.3Jason Downs
1996-12-23readlabelfs() takes two arguments now, update prototype, inc major number.Jason Downs
1996-12-23Back out last change, it is not sufficient.Todd C. Miller
1996-12-23Avoid spoofing when cd'ing to subdirs. First cut.Todd C. Miller
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-21-Wall madness.Todd C. Miller
1996-12-21Add powerpc support. To bad this needs to be modified for everyDale S. Rahn
new architecture.
1996-12-21Change to support the powerpc port. To bad this define isn't put inDale S. Rahn
a machine header, such as machine/endian.h so that every new architecture would not have to modify this file.
1996-12-21Check-in of powerpc library support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited.
1996-12-21Check-in of powerpc csu support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. A change needs to be made to one of the bsd.*.mk files to support DESTDIR compilation with the crtbegin and crtend files.
1996-12-21Check-in of powerpc library support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-19avoid oflows, thanks also to toddTheo de Raadt
1996-12-17strncpy that strerror, found by oliver@secnet.comTheo de Raadt
1996-12-16strncat botchesTheo de Raadt
1996-12-16stncat misuseTheo de Raadt
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-16CompatibilityJason Downs
1996-12-14Use size_t more placesThorsten Lockert
1996-12-14Clean up lint & compile warningsThorsten Lockert