summaryrefslogtreecommitdiffstats
path: root/lib/libc (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
|
* 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
|
* Fix these for big endian systemsniklas1997-01-062-13/+15
|
* Integrate latest malloc(3) from FreeBSDtholo1997-01-051-264/+124
|
* 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
|
* 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
|
* 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-211-2/+2
|
* 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-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
|
* Clean up lint and compile warningstholo1996-12-149-50/+50
|
* correct function declaration and returnmichaels1996-12-131-12/+21
|
* make UIO_MAXIOV note more prominentmichaels1996-12-132-5/+20
|
* Update {hton,ntoh}[ls] argument and return types to match changes intholo1996-12-124-22/+18
| | | | <machine/endian.h>
* Fix typotholo1996-12-111-2/+2
|
* robin is pedantic about the spelling of behaviorderaadt1996-12-113-6/+6
|
* clarify how timeout behavesderaadt1996-12-111-6/+13
|
* generate reboot.o like other system callsderaadt1996-12-119-348/+3
|
* effect, danny@panda.hilink.com.auderaadt1996-12-101-1/+1
|
* "the the" purgederaadt1996-12-104-7/+7
|
* avoid close(-1) casesderaadt1996-12-105-10/+15
|
* use MAXHOSTNAMELENderaadt1996-12-101-2/+2
|
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-2/+2
|
* 4.4lite2, safely uses malloc, with freebsd fixes tooderaadt1996-12-051-66/+67
|
* change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck1996-12-041-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/Decodederaadt1996-12-042-22/+28
|
* formatting errorderaadt1996-12-041-2/+2
|
* never bitch about first failurederaadt1996-12-034-14/+19
|
* s/host/domain/deraadt1996-12-031-3/+3
|