summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Final fix to make fts(3) spoof-proof.millert1997-01-171-72/+76
|
* added "see also" refs to cdio & chiokstailey1997-01-171-0/+2
|
* Man pages for libedit, from NetBSD.millert1997-01-162-0/+824
|
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-1637-21/+191
| | | | | | | | | | | | | | | | | | 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)
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
|
* Minor formatting tweak from NetBSD (perry) + OpenBSD tags.millert1997-01-151-1/+2
|
* Update to tzcode1996o + our fixes. Fixes problem pointed outmillert1997-01-1415-176/+493
| | | | by cross@va.pubnix.com.
* Be extra careful when chdir'ing to subdirs.millert1997-01-141-5/+49
|
* Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen1997-01-101-7/+11
| | | | and PPC platforms... Everyone else has _leading!
* ELF does not use the leading '_' on any port, not just MIPS.rahnds1997-01-091-10/+7
|
* port is powerpc not, ppc.rahnds1997-01-091-2/+2
| | | | Make the defines so.
* DOH! Fixing big endian broke little..niklas1997-01-072-6/+12
|
* don't use LDADD+=-ltermlib on the mips - because it causes problemsgraichen1997-01-071-1/+3
| | | | with the linker (weak symbols)
* Fix these for big endian systemsniklas1997-01-062-13/+15
|
* Integrate latest malloc(3) from FreeBSDtholo1997-01-051-264/+124
|
* HOSTCC; from rahndsderaadt1997-01-051-1/+4
|
* correct title; frueauf@ira.uka.dederaadt1997-01-022-4/+4
|
* use arc4random for xid generationderaadt1997-01-023-18/+6
|
* Change order of includes to pick up sys/types.h so that typedefsrahnds1997-01-021-2/+2
| | | | of htonl and friends are not parse errors.
* Add fp.c file, reformat to be more readable.rahnds1997-01-021-1/+3
|
* Powerpc port also uses new libkvm.rahnds1997-01-021-1/+2
|
* Stub routines for set|get fpsticky, fpround, ...rahnds1997-01-021-0/+44
| | | | Fixing this is listed in the Todo section.
* crank minor due to arc4randomderaadt1996-12-281-1/+1
|
* an entire an entiredownsj1996-12-281-2/+2
|
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-282-2/+177
|
* 95% of common uses of these are incorrect and insecure. correct use isderaadt1996-12-283-9/+32
| | | | incredibly rare. Time for some education!
* suggest alternative in ld warn messagederaadt1996-12-281-2/+3
|
* adjusted to state "no hard links to directories"kstailey1996-12-271-3/+2
|
* bye byederaadt1996-12-244-19/+2
|
* Add missing # include <term.h>robin1996-12-231-0/+1
|
* add readlabelfs.3downsj1996-12-232-2/+61
|
* readlabelfs() takes two arguments now, update prototype, inc major number.downsj1996-12-233-12/+19
|
* Back out last change, it is not sufficient.millert1996-12-231-25/+7
|
* Avoid spoofing when cd'ing to subdirs. First cut.millert1996-12-231-7/+25
|
* use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesderaadt1996-12-231-12/+12
|
* -Wall madness.millert1996-12-212-3/+5
|
* Add powerpc support. To bad this needs to be modified for everyrahnds1996-12-211-2/+3
| | | | new architecture.
* Change to support the powerpc port. To bad this define isn't put inrahnds1996-12-211-2/+2
| | | | | a machine header, such as machine/endian.h so that every new architecture would not have to modify this file.
* Check-in of powerpc library support.rahnds1996-12-211-0/+78
| | | | | | | | | 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.
* Check-in of powerpc csu support.rahnds1996-12-214-0/+226
| | | | | | | | | | 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.
* Check-in of powerpc library support.rahnds1996-12-2128-0/+1046
| | | | | | | NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
* avoid oflows, thanks also to toddderaadt1996-12-191-30/+28
|
* strncpy that strerror, found by oliver@secnet.comderaadt1996-12-171-2/+3
|
* strncat botchesderaadt1996-12-161-8/+7
|
* stncat misusederaadt1996-12-161-1/+1
|
* Generate library versions of macro implementations as welltholo1996-12-163-4/+125
|
* Compatibilitydownsj1996-12-161-1/+4
|
* Use size_t more placestholo1996-12-141-6/+6
|
* Clean up lint & compile warningstholo1996-12-143-9/+10
|
* lean up lint & compile warningstholo1996-12-142-8/+11
|