| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-11-12 | s/netbsd.org/NetBSD.org/i | grant | |
| 2003-10-16 | safer use of realloc | itojun | |
| 2003-10-14 | Don't try to compile "vprintf.c" because NetBSD has all the functions | tron | |
| defined there. | |||
| 2003-09-20 | Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose. | lukem | |
| Per discussion with Simon Gerraty. | |||
| 2003-09-04 | use LNFILES instead of homegrown equivalent | lukem | |
| 2003-08-27 | plug memory leak. openbsd-pr-3416 | itojun | |
| 2003-08-11 | tabify | itojun | |
| 2003-07-28 | debian bug id "sup 1.8-8, bug #175327" - temporary file symlink race | itojun | |
| 2003-04-04 | fix problem with fgets() | christos | |
| 2003-04-03 | This Makefile should not need bsdmake! | christos | |
| 2003-04-03 | add more defines for stuff we have. | christos | |
| 2003-04-03 | put back <sys/ioctl.h> in case we are lunix. | christos | |
| 2003-04-03 | Port to linux | christos | |
| 2003-04-01 | remove some #includes which are unneeded since the transition | drochner | |
| to getifaddrs(3) | |||
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz | |
| 2003-01-02 | Fix typos pointed out by Igor Sobrado in PR misc/19621. | jschauma | |
| 2002-12-22 | Debugging is usually spelled with three gs. | wiz | |
| 2002-12-06 | Avoid strict alias warning. | thorpej | |
| 2002-11-30 | tweaks for fparseln(3) move from libutil to libc: | lukem | |
| - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it | |||
| 2002-10-19 | use readlink with bufsize - 1; approved thorpej. | provos | |
| 2002-09-19 | select() -> poll() | mycroft | |
| Also clean up some very ugly code. | |||
| 2002-09-18 | minor makefile delint | lukem | |
| 2002-08-09 | Don't omit third argument to open(2). | soren | |
| PR bin/17885 from mjl. | |||
| 2002-07-10 | Fix a lint warning by removing some #ifdef lint (!?!). | wiz | |
| 2002-07-10 | Remove unneeded header file. | wiz | |
| 2002-07-10 | Remove some unneeded typedefs and defines. | wiz | |
| 2002-07-10 | Usge -> Usage in comment. | wiz | |
| 2002-07-10 | De-lint a bit. | wiz | |
| 2002-07-10 | Cleanup, part 2: | wiz | |
| Remove 'register'. ANSIfy. indent(1). Static -> static. Change some ``#include <header.h>'' to ``#include "header.h"'' for local headers. Fix function declaration mistakes uncovered by ANSIfication. | |||
| 2002-07-10 | Remove unused ci.c. | wiz | |
| 2002-07-10 | Cleanup, part 1: | wiz | |
| Remove sysent.h, unneeded. Remove __P(). unifdef __STDC__ Remove some #if 0 parts. Start ANSIfication. | |||
| 2002-05-16 | Comment out token after #endif. | wiz | |
| 2002-03-23 | typo | heinz | |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross | |
| 2002-01-19 | Whitespace nits. | wiz | |
| 2001-12-12 | MKfoo=no -> NOfoo | tv | |
| 2001-09-24 | va_{start,end} audit: | wiz | |
| Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility). Improved by comments from enami and christos -- thanks! Heimdal/krb4/KAME changes already fed back, rest to follow. Inspired by, but not not based on, OpenBSD. | |||
| 2001-09-18 | typo in IPv6 support. listen to wildcard address correctly. | itojun | |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz | |
| 2001-09-11 | make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket, | itojun | |
| therefore, you will need two instances running for dual stack support (one with -4 and one with -6). | |||
| 2001-09-11 | correct 1st arg to select(). | itojun | |
| 2001-06-19 | `accessible' only has one `a'. | wiz | |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz | |
| 2001-01-18 | Kill .NOPATH, and fix some DPADDs. | mycroft | |
| 2001-01-16 | comment or delete text after CPP directives. | cgd | |
| 2001-01-14 | move target definition after including bsd.prog.mk so that target protection | christos | |
| works. | |||
| 2001-01-14 | move target after including bsd.prog.mk so that target protection works. | christos | |
| 2001-01-09 | convert to using .WAIT | lukem | |
| 2001-01-07 | Use PRINTOBJDIR. | enami | |
| 2000-12-30 | Don't duplicate system declarations (vsprintf and friends) already | martin | |
| present in system headers. Even worse: those declarations have slightly different argument types (va_list vs. _BSD_VA_LIST_) | |||
