Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-20 | remove rc and sc from xterm again | Todd C. Miller | |
1998-12-20 | Add back xterms and vs100 aliases to xterm | Todd C. Miller | |
1998-12-20 | Evil ed hack not needed as the termcap entry length for xterm is 830 (limit ↵ | Todd C. Miller | |
is 1023) | |||
1998-12-20 | xterm entry fixes from ncurses-4.2-981219 | Todd C. Miller | |
1998-12-19 | add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe mode | Todd C. Miller | |
1998-12-19 | avoid aliasing between MASTER_SITES and PATCH_SITES, e.g., | Marc Espie | |
MASTER_SITES=some_sites PATCH_SITES=${MASTER_SITES} MASTER_SITE_SUBDIR=one_dir PATCH_SITE_SUBDIR=second_dir now works | |||
1998-12-19 | MANOWN, DOCOWN, and NLSOWNare root not bin | Todd C. Miller | |
1998-12-18 | make plist: do not add files from just installed ports (we wepend on) to PLIST. | Oleg Safiullin | |
1998-12-17 | NEED_VERSION | Marc Espie | |
1998-12-17 | Remove rc and sc in xterm description to work around vi restore screen ↵ | Todd C. Miller | |
problem. This could be a bug in ncurses or a bug in xterm or ... | |||
1998-12-17 | Add PCMCIA cards search order at the end of the list. | Federico G. Schwindt | |
1998-12-16 | describe NO_WARNINGS; define in the "mirror-distfiles" target | Marco S Hyman | |
1998-12-16 | Add missing ${INSTALL_COPY} | Todd C. Miller | |
1998-12-16 | add mirror-distfiles as a known target | Marco S Hyman | |
1998-12-16 | replaced by termtypes | Todd C. Miller | |
1998-12-16 | even more .Nm fixes | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-13 | delete a '?' to make work around a bug in mdoc. This is wrong but at least ↵ | Todd C. Miller | |
now it doesn't ignore lines... | |||
1998-12-13 | ed is now ne/we so fix this and make other devices reflect reality | Todd C. Miller | |
1998-12-13 | use termtypes to build termcap/terminfo | Todd C. Miller | |
1998-12-07 | remove bogus CURDIR | Todd C. Miller | |
1998-12-07 | kill OBJDIR sillyness | Todd C. Miller | |
1998-12-07 | disgusting ed hack to remove three lines from xterm termcap entry; should be ↵ | Todd C. Miller | |
redone | |||
1998-12-07 | make pcvt arrow keys work with vt220 entries; most dec terminals generate ↵ | Todd C. Miller | |
DEL, not ^H | |||
1998-12-07 | stock master termcap/terminfo file; version Version 10.2.5 | Todd C. Miller | |
1998-12-07 | this will replace share/{termcap,terminfo} soon | Todd C. Miller | |
1998-12-02 | fix Re description; horikawa@jp.FreeBSD.org | Theo de Raadt | |
1998-11-29 | spelling | Theo de Raadt | |
1998-11-29 | kill superfluous .Nm macro arguments | Aaron Campbell | |
1998-11-29 | Document the TCPCOOKIE option. | Angelos D. Keromytis | |
1998-11-28 | add | Aaron Campbell | |
1998-11-28 | share/man/man7/ man page repairs | Aaron Campbell | |
1998-11-27 | make plist: treat links to dirs as files, not dirs | Oleg Safiullin | |
1998-11-27 | clarify Etherlink XXX names | Theo de Raadt | |
1998-11-26 | whoops | Aaron Campbell | |
1998-11-26 | share/man/man5/ man page repairs | Aaron Campbell | |
1998-11-25 | share/man/man3 man page repairs | Aaron Campbell | |
1998-11-25 | minor cleanups; d@ | Aaron Campbell | |
1998-11-25 | - revert change now that we have patch -C | Marc Espie | |
- fix PATCH_LIST so that is works - add USE_AUTOCONF - fix PATH env logic plus some documentation... | |||
1998-11-22 | add roadmap, from FreeBSD mostly | Marc Espie | |
1998-11-20 | Fix a couple of typos. | Jason Downs | |
1998-11-20 | Add some notes about YP "security". | Jason Downs | |
1998-11-20 | Add rcsid, slight fix. | Jason Downs | |
1998-11-20 | remove white lie (not all libc_r fns are thread-safe) | 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-19 | checkpatch target and PATCH_CHECK_ONLY not available with OpenBSD | Marco S Hyman | |
1998-11-19 | some updating.. could do with TONS more.. anyone want to help? | Theo de Raadt | |
1998-11-19 | more updates; theo. | Jason Wright | |
1998-11-19 | audioamd on classic | Jason Wright | |
1998-11-19 | new functionalities: | Marc Espie | |
- PATCH_LIST for conditional patches - addsum for non destructive md5 checksum updates |