Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-03 | wimpy docs for SA_SIGINFO | Theo de Raadt | |
1997-02-03 | Back out stringlist | Todd C. Miller | |
1997-02-02 | ++minor_version | Todd C. Miller | |
1997-02-02 | stringlist routines are now public (ftp uses them) | Todd C. Miller | |
1997-02-02 | Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSD | Thorsten Lockert | |
1997-02-01 | mem leak, from lidl@va.pubnix.com | Theo de Raadt | |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt | |
1997-01-30 | proto; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-01-28 | encourage a few more udp whacks at the server | Theo de Raadt | |
1997-01-26 | Add a link for lchown.2 | Jason Downs | |
1997-01-26 | Add lchown(), increment minor number. | Jason Downs | |
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by ↵ | Theo de Raadt | |
gmeinerj@ZUMtOBEL.co.at | |||
1997-01-25 | sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se | Jason Downs | |
1997-01-24 | SIOCGIFCONF nicely | Theo de Raadt | |
1997-01-22 | xref manual pages via SEE ALSO | kstailey | |
1997-01-22 | add docs about EHOSTUNREACH; from hwr@pilhuhn.de | Theo de Raadt | |
1997-01-22 | handle SIOCGIFCONF for as many interfaces as provided | Theo de Raadt | |
1997-01-22 | SIOCGIFCONF more carefully | Theo de Raadt | |
1997-01-21 | More sprintf -> snprintf. | Todd C. Miller | |
1997-01-21 | Remove unnecesary local changes. The strncpy()'s are safe because | Todd C. Miller | |
the string is static and so the last element is always init'd to zero. | |||
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen | |
now done for the pmax like for the arc in machine/cdefs.h | |||
1997-01-20 | documents algorithm used. | Todd C. Miller | |
1997-01-19 | define NO_WARN_REFERENCES for mips - because the mips linker can't handle | Thomas Graichen | |
them | |||
1997-01-19 | put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which | Thomas Graichen | |
is then set in the libc Makefile for the mips (the mips linker can't handle them) | |||
1997-01-19 | Make function decl match prototype in stdlib.h | Todd C. Miller | |
1997-01-19 | zlib 1.0.4 | Todd C. Miller | |
1997-01-17 | frexp version from m68k, both are IEEE so should be fine. | Dale S. Rahn | |
Ok what other routines are missing at this point I wonder, Do we have a standards compilance test? If so, it really needs to be run on this port. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-17 | Final fix to make fts(3) spoof-proof. | Todd C. Miller | |
1997-01-17 | added "see also" refs to cdio & chio | kstailey | |
1997-01-16 | Man pages for libedit, from NetBSD. | Todd C. Miller | |
1997-01-16 | Merge in NetBSD libedit changes and new man pages. Also fix some | Todd 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-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-15 | Minor formatting tweak from NetBSD (perry) + OpenBSD tags. | Todd C. Miller | |
1997-01-14 | Update to tzcode1996o + our fixes. Fixes problem pointed out | Todd C. Miller | |
by cross@va.pubnix.com. | |||
1997-01-14 | Be extra careful when chdir'ing to subdirs. | Todd C. Miller | |
1997-01-10 | Leading underscores... Actually, they really DID fuck this up on the MIPS | etheisen | |
and PPC platforms... Everyone else has _leading! | |||
1997-01-09 | ELF does not use the leading '_' on any port, not just MIPS. | Dale S. Rahn | |
1997-01-09 | port is powerpc not, ppc. | Dale S. Rahn | |
Make the defines so. | |||
1997-01-07 | DOH! Fixing big endian broke little.. | Niklas Hallqvist | |
1997-01-07 | don't use LDADD+=-ltermlib on the mips - because it causes problems | Thomas Graichen | |
with the linker (weak symbols) | |||
1997-01-06 | Fix these for big endian systems | Niklas Hallqvist | |
1997-01-05 | Integrate latest malloc(3) from FreeBSD | Thorsten Lockert | |
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1997-01-02 | correct title; frueauf@ira.uka.de | Theo de Raadt | |
1997-01-02 | use arc4random for xid generation | Theo de Raadt | |
1997-01-02 | Change order of includes to pick up sys/types.h so that typedefs | Dale S. Rahn | |
of htonl and friends are not parse errors. | |||
1997-01-02 | Add fp.c file, reformat to be more readable. | Dale S. Rahn | |
1997-01-02 | Powerpc port also uses new libkvm. | Dale S. Rahn | |
1997-01-02 | Stub routines for set|get fpsticky, fpround, ... | Dale S. Rahn | |
Fixing this is listed in the Todo section. |