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 | |
| | |||||
* | 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 | |
| | |||||
* | Fix these for big endian systems | 1997-01-06 | 2 | -13/+15 | |
| | |||||
* | Integrate latest malloc(3) from FreeBSD | 1997-01-05 | 1 | -264/+124 | |
| | |||||
* | 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 | |
| | |||||
* | 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 | |
| | |||||
* | 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 | 1 | -2/+2 | |
| | |||||
* | 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 | 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 | |
| | |||||
* | Clean up lint and compile warnings | 1996-12-14 | 9 | -50/+50 | |
| | |||||
* | correct function declaration and return | 1996-12-13 | 1 | -12/+21 | |
| | |||||
* | make UIO_MAXIOV note more prominent | 1996-12-13 | 2 | -5/+20 | |
| | |||||
* | Update {hton,ntoh}[ls] argument and return types to match changes in | 1996-12-12 | 4 | -22/+18 | |
| | | | | <machine/endian.h> | ||||
* | Fix typo | 1996-12-11 | 1 | -2/+2 | |
| | |||||
* | robin is pedantic about the spelling of behavior | 1996-12-11 | 3 | -6/+6 | |
| | |||||
* | clarify how timeout behaves | 1996-12-11 | 1 | -6/+13 | |
| | |||||
* | generate reboot.o like other system calls | 1996-12-11 | 9 | -348/+3 | |
| | |||||
* | effect, danny@panda.hilink.com.au | 1996-12-10 | 1 | -1/+1 | |
| | |||||
* | "the the" purge | 1996-12-10 | 4 | -7/+7 | |
| | |||||
* | avoid close(-1) cases | 1996-12-10 | 5 | -10/+15 | |
| | |||||
* | use MAXHOSTNAMELEN | 1996-12-10 | 1 | -2/+2 | |
| | |||||
* | install -> ${INSTALL}, -c -> ${COPY} | 1996-12-08 | 1 | -2/+2 | |
| | |||||
* | 4.4lite2, safely uses malloc, with freebsd fixes too | 1996-12-05 | 1 | -66/+67 | |
| | |||||
* | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | 1996-12-04 | 1 | -2/+2 | |
| | | | | | missing there is no point creating a plain text file to replace it. (related to a problem jkatz had) | ||||
* | fix big endian; Encode/Decode | 1996-12-04 | 2 | -22/+28 | |
| | |||||
* | formatting error | 1996-12-04 | 1 | -2/+2 | |
| | |||||
* | never bitch about first failure | 1996-12-03 | 4 | -14/+19 | |
| | |||||
* | s/host/domain/ | 1996-12-03 | 1 | -3/+3 | |
| |