Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final fix to make fts(3) spoof-proof. | 1997-01-17 | 1 | -72/+76 | |
| | |||||
* | added "see also" refs to cdio & chio | 1997-01-17 | 1 | -0/+2 | |
| | |||||
* | Man pages for libedit, from NetBSD. | 1997-01-16 | 2 | -0/+824 | |
| | |||||
* | Merge in NetBSD libedit changes and new man pages. Also fix some | 1997-01-16 | 37 | -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! | 1997-01-15 | 1 | -2/+2 | |
| | |||||
* | Minor formatting tweak from NetBSD (perry) + OpenBSD tags. | 1997-01-15 | 1 | -1/+2 | |
| | |||||
* | Update to tzcode1996o + our fixes. Fixes problem pointed out | 1997-01-14 | 15 | -176/+493 | |
| | | | | by cross@va.pubnix.com. | ||||
* | Be extra careful when chdir'ing to subdirs. | 1997-01-14 | 1 | -5/+49 | |
| | |||||
* | Leading underscores... Actually, they really DID fuck this up on the MIPS | 1997-01-10 | 1 | -7/+11 | |
| | | | | and PPC platforms... Everyone else has _leading! | ||||
* | ELF does not use the leading '_' on any port, not just MIPS. | 1997-01-09 | 1 | -10/+7 | |
| | |||||
* | port is powerpc not, ppc. | 1997-01-09 | 1 | -2/+2 | |
| | | | | Make the defines so. | ||||
* | DOH! Fixing big endian broke little.. | 1997-01-07 | 2 | -6/+12 | |
| | |||||
* | don't use LDADD+=-ltermlib on the mips - because it causes problems | 1997-01-07 | 1 | -1/+3 | |
| | | | | with the linker (weak symbols) | ||||
* | Fix these for big endian systems | 1997-01-06 | 2 | -13/+15 | |
| | |||||
* | Integrate latest malloc(3) from FreeBSD | 1997-01-05 | 1 | -264/+124 | |
| | |||||
* | HOSTCC; from rahnds | 1997-01-05 | 1 | -1/+4 | |
| | |||||
* | correct title; frueauf@ira.uka.de | 1997-01-02 | 2 | -4/+4 | |
| | |||||
* | use arc4random for xid generation | 1997-01-02 | 3 | -18/+6 | |
| | |||||
* | Change order of includes to pick up sys/types.h so that typedefs | 1997-01-02 | 1 | -2/+2 | |
| | | | | of htonl and friends are not parse errors. | ||||
* | Add fp.c file, reformat to be more readable. | 1997-01-02 | 1 | -1/+3 | |
| | |||||
* | Powerpc port also uses new libkvm. | 1997-01-02 | 1 | -1/+2 | |
| | |||||
* | Stub routines for set|get fpsticky, fpround, ... | 1997-01-02 | 1 | -0/+44 | |
| | | | | Fixing this is listed in the Todo section. | ||||
* | crank minor due to arc4random | 1996-12-28 | 1 | -1/+1 | |
| | |||||
* | an entire an entire | 1996-12-28 | 1 | -2/+2 | |
| | |||||
* | arc4random() number generator, for use with things like RPC xid's. | 1996-12-28 | 2 | -2/+177 | |
| | |||||
* | 95% of common uses of these are incorrect and insecure. correct use is | 1996-12-28 | 3 | -9/+32 | |
| | | | | incredibly rare. Time for some education! | ||||
* | suggest alternative in ld warn message | 1996-12-28 | 1 | -2/+3 | |
| | |||||
* | adjusted to state "no hard links to directories" | 1996-12-27 | 1 | -3/+2 | |
| | |||||
* | bye bye | 1996-12-24 | 4 | -19/+2 | |
| | |||||
* | Add missing # include <term.h> | 1996-12-23 | 1 | -0/+1 | |
| | |||||
* | add readlabelfs.3 | 1996-12-23 | 2 | -2/+61 | |
| | |||||
* | readlabelfs() takes two arguments now, update prototype, inc major number. | 1996-12-23 | 3 | -12/+19 | |
| | |||||
* | Back out last change, it is not sufficient. | 1996-12-23 | 1 | -25/+7 | |
| | |||||
* | Avoid spoofing when cd'ing to subdirs. First cut. | 1996-12-23 | 1 | -7/+25 | |
| | |||||
* | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | 1996-12-23 | 1 | -12/+12 | |
| | |||||
* | -Wall madness. | 1996-12-21 | 2 | -3/+5 | |
| | |||||
* | Add powerpc support. To bad this needs to be modified for every | 1996-12-21 | 1 | -2/+3 | |
| | | | | new architecture. | ||||
* | Change to support the powerpc port. To bad this define isn't put in | 1996-12-21 | 1 | -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. | 1996-12-21 | 1 | -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. | 1996-12-21 | 4 | -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. | 1996-12-21 | 28 | -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 todd | 1996-12-19 | 1 | -30/+28 | |
| | |||||
* | strncpy that strerror, found by oliver@secnet.com | 1996-12-17 | 1 | -2/+3 | |
| | |||||
* | strncat botches | 1996-12-16 | 1 | -8/+7 | |
| | |||||
* | stncat misuse | 1996-12-16 | 1 | -1/+1 | |
| | |||||
* | Generate library versions of macro implementations as well | 1996-12-16 | 3 | -4/+125 | |
| | |||||
* | Compatibility | 1996-12-16 | 1 | -1/+4 | |
| | |||||
* | Use size_t more places | 1996-12-14 | 1 | -6/+6 | |
| | |||||
* | Clean up lint & compile warnings | 1996-12-14 | 3 | -9/+10 | |
| | |||||
* | lean up lint & compile warnings | 1996-12-14 | 2 | -8/+11 | |
| |