summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
1998-12-19MANOWN, DOCOWN, and NLSOWNare root not binTodd C. Miller
1998-12-18make plist: do not add files from just installed ports (we wepend on) to PLIST.Oleg Safiullin
1998-12-17NEED_VERSIONMarc Espie
1998-12-17Remove 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-17Add PCMCIA cards search order at the end of the list.Federico G. Schwindt
1998-12-16describe NO_WARNINGS; define in the "mirror-distfiles" targetMarco S Hyman
1998-12-16Add missing ${INSTALL_COPY}Todd C. Miller
1998-12-16add mirror-distfiles as a known targetMarco S Hyman
1998-12-16replaced by termtypesTodd C. Miller
1998-12-16even more .Nm fixesAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-13delete 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-13ed is now ne/we so fix this and make other devices reflect realityTodd C. Miller
1998-12-13use termtypes to build termcap/terminfoTodd C. Miller
1998-12-07remove bogus CURDIRTodd C. Miller
1998-12-07kill OBJDIR sillynessTodd C. Miller
1998-12-07disgusting ed hack to remove three lines from xterm termcap entry; should be ↵Todd C. Miller
redone
1998-12-07make pcvt arrow keys work with vt220 entries; most dec terminals generate ↵Todd C. Miller
DEL, not ^H
1998-12-07stock master termcap/terminfo file; version Version 10.2.5Todd C. Miller
1998-12-07this will replace share/{termcap,terminfo} soonTodd C. Miller
1998-12-02fix Re description; horikawa@jp.FreeBSD.orgTheo de Raadt
1998-11-29spellingTheo de Raadt
1998-11-29kill superfluous .Nm macro argumentsAaron Campbell
1998-11-29Document the TCPCOOKIE option.Angelos D. Keromytis
1998-11-28addAaron Campbell
1998-11-28share/man/man7/ man page repairsAaron Campbell
1998-11-27make plist: treat links to dirs as files, not dirsOleg Safiullin
1998-11-27clarify Etherlink XXX namesTheo de Raadt
1998-11-26whoopsAaron Campbell
1998-11-26share/man/man5/ man page repairsAaron Campbell
1998-11-25share/man/man3 man page repairsAaron Campbell
1998-11-25minor cleanups; d@Aaron Campbell
1998-11-25- revert change now that we have patch -CMarc Espie
- fix PATCH_LIST so that is works - add USE_AUTOCONF - fix PATH env logic plus some documentation...
1998-11-22add roadmap, from FreeBSD mostlyMarc Espie
1998-11-20Fix a couple of typos.Jason Downs
1998-11-20Add some notes about YP "security".Jason Downs
1998-11-20Add rcsid, slight fix.Jason Downs
1998-11-20remove white lie (not all libc_r fns are thread-safe)David Leonard
1998-11-20Add 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-19checkpatch target and PATCH_CHECK_ONLY not available with OpenBSDMarco S Hyman
1998-11-19some updating.. could do with TONS more.. anyone want to help?Theo de Raadt
1998-11-19more updates; theo.Jason Wright
1998-11-19audioamd on classicJason Wright
1998-11-19new functionalities:Marc Espie
- PATCH_LIST for conditional patches - addsum for non destructive md5 checksum updates
1998-11-18simple man page for rlphyJason Wright
1998-11-18paramaters -> parametersAaron Campbell
1998-11-17remove empty reference to non-existent su(4) pageAaron Campbell
1998-11-17cleanupAaron Campbell
1998-11-17cleanup, explain that gdb's -k flag is obsoleteAaron Campbell
1998-11-17explain tcp socketoptions, there are more than just TCP_NODELAY.Niels Provos