Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-13 | this this | Niklas Hallqvist | |
1998-12-10 | sync with FreeBSD | David Leonard | |
1998-12-10 | split automatic init into own file | David Leonard | |
1998-12-10 | tests are now useful | David Leonard | |
1998-12-07 | No need to cast to they type we already are. Also minor KNF | Todd C. Miller | |
1998-12-07 | remove bogus divide, fixes pr #656 | Todd C. Miller | |
1998-12-05 | typo | Marc Espie | |
1998-12-02 | Unobfuscate comment | Marc Espie | |
1998-11-30 | This stuff is now in libocurses | Todd C. Miller | |
1998-11-30 | document libotermcap and say why it is deprecated | Todd C. Miller | |
1998-11-30 | typo | Todd C. Miller | |
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-29 | create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵ | Todd C. Miller | |
because the mtree is done after "make includes" | |||
1998-11-28 | .Xr strlcat, strlcpy | Marc Espie | |
1998-11-25 | Changes from NetBSD: | Todd C. Miller | |
o Use S_ISCHR instead of doing it by hand o st_blksize cannot be negative (christos) | |||
1998-11-25 | clarify; d@ | Aaron Campbell | |
1998-11-22 | bad long | Theo de Raadt | |
1998-11-22 | detect truncation and overflow better | Theo de Raadt | |
1998-11-22 | use %u for unsigned prints | Theo de Raadt | |
1998-11-21 | missed an include | David Leonard | |
1998-11-20 | crank major, just in case | Theo de Raadt | |
1998-11-20 | link/mention recently added manual pages | David Leonard | |
1998-11-20 | sync with freebsd | David Leonard | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-20 | Move atomic_lock code from asm to C with inline asm; | David Leonard | |
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. | |||
1998-11-20 | fix strcat usage; deraadt | David Leonard | |
1998-11-20 | Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org | Todd C. Miller | |
1998-11-19 | Ignore $TERMINFO if setuigid | Todd C. Miller | |
1998-11-19 | ignore out-of-range environment LINES and COLUMNS | Theo de Raadt | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-19 | add missing space | Todd C. Miller | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-19 | Correct $From | Todd C. Miller | |
1998-11-19 | Correct $From | Todd C. Miller | |
1998-11-18 | "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/ssl | Niklas Hallqvist | |
and we won't be bothered by nameclashes with application headers | |||
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt | |
1998-11-18 | negative change strtol() | Theo de Raadt | |
1998-11-17 | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | Aaron Campbell | |
1998-11-17 | man updates from ncurses-4.2-981114 | Todd C. Miller | |
1998-11-17 | update to ncurses-4.2-981114 | Todd C. Miller | |
1998-11-16 | doc EAFNOSUPPORT return | Theo de Raadt | |
1998-11-16 | preserve errno; christos | Theo de Raadt | |
1998-11-16 | use _USE_WRITE | Theo de Raadt | |
1998-11-16 | fix _USE_WRITE | Theo de Raadt | |
1998-11-15 | improve behaviour; ww@styx.org | Theo de Raadt | |
1998-11-15 | ftok requires minor crank | Theo de Raadt | |
1998-11-15 | ftok() takes int id; xpg | Theo de Raadt | |
1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. | Marc Espie | |
1998-11-10 | getenv() result is read-only, unless you're looking for trouble. | Marc Espie | |