Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-30 | add -column, -dash, -hyphen to .Bl usage string; lukem | Theo de Raadt | |
1997-11-30 | .It is not parsed, so spell out Bx and Ux; lukem | Theo de Raadt | |
1997-11-30 | doc .Bl options -column, -dash, -hyphen; lukem | Theo de Raadt | |
1997-11-30 | Deal with realloc() failure in v?asprintf() | Todd C. Miller | |
1997-11-30 | Fix setting of crtscts. It was not being set in set_up_tty() if the | Todd C. Miller | |
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead. | |||
1997-11-29 | We now have an asprintf() in libc. | Todd C. Miller | |
1997-11-29 | Add __attribute__ for asprintf. | Todd C. Miller | |
1997-11-29 | Build asprintf.c and vasprintf.c | Todd C. Miller | |
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller | |
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code). | |||
1997-11-29 | Return -1, not EOF for size < 1. XPG4.2 specifies the return value | Todd C. Miller | |
should be < 1. While EOF is currently defined as -1 it is bad form to assume this. | |||
1997-11-29 | Fix to min/max-macro problem. | Artur Grabowski | |
1997-11-29 | min/max-problem contiued. | Artur Grabowski | |
1997-11-29 | fixed the min problem. | Artur Grabowski | |
1997-11-29 | We don't implement the GNU extension tparam(). It is #ifdef'd out | Todd C. Miller | |
in ncurses to avoid problems with emacs. | |||
1997-11-29 | Check malloc() return vals. | Todd C. Miller | |
1997-11-29 | NAT requires IPF | kstailey | |
1997-11-29 | Add MLINKS | Todd C. Miller | |
1997-11-29 | Based on the ncurses curs_terminfo.3x file. Still needs some work. | Todd C. Miller | |
1997-11-28 | oops, buffer needs to be 4 char larger due to a prefix/tag. | Todd C. Miller | |
1997-11-28 | Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACE | Todd C. Miller | |
1997-11-28 | Add tracing/debugging code from ncurses 4.1 but don't compile by default. | Todd C. Miller | |
malloc buffer in hardscroll.c so we don't have oflow worries. Allow hardscroll.c to compile if SCROLLDEBUG is defined but TRACE is not. | |||
1997-11-28 | one les tab | Michael Shalayeff | |
1997-11-28 | Pull in header files needed to get definition of u_lbn_t in | gene | |
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles again. | |||
1997-11-28 | This file is necessary. | Artur Grabowski | |
1997-11-28 | The first big step towards a complete upgrade to kth-krb4-0.9.7 | Artur Grabowski | |
1997-11-28 | sync | Theo de Raadt | |
1997-11-28 | sort table; tejblum@arc.hq.cti.ru | Theo de Raadt | |
1997-11-28 | I'm amazed that noone has ever misspelled the ethernet address when | Artur Grabowski | |
doing an arp -s. Well I was the first. ;) | |||
1997-11-27 | constrain buf against oflow; shok.janova.org | Theo de Raadt | |
1997-11-27 | indent | Theo de Raadt | |
1997-11-27 | oh, connect() semantics are EVEN WORSE | Theo de Raadt | |
1997-11-26 | Add a CCDF_OLD flag used to get the old I/O policy | Niklas Hallqvist | |
1997-11-26 | Optimized to perform well on small interleaves which makes the ccd driver | Niklas Hallqvist | |
really useful as a performance booster. The interleave needs to be a multiple of the software page size (CLBYTES) and not have mirror components if the new optimized policy should be used, otherwise the old policy will be used still. | |||
1997-11-26 | Add cat3p man3p | Todd C. Miller | |
1997-11-26 | add .Pp | Theo de Raadt | |
1997-11-26 | enforce VM_PROT_READ in mmap | Theo de Raadt | |
1997-11-26 | fix shmctl IPC_STAT | Theo de Raadt | |
1997-11-26 | If using async connect(), after select for writeable, if getpeername() | Theo de Raadt | |
indicates connection failure, you can use getsockopt(SOL_SOCKET, SO_ERROR, ...) to find the error. But the linux people I guess didn't know about this, and changed connect() so that a 2nd connect() call on a failed socket returns the error directly. Fake this demented non-standard behaviour which Linux users are now starting to code to. Talk about dilution of the API... | |||
1997-11-26 | indent | Theo de Raadt | |
1997-11-26 | Need to run this through tbl. | Todd C. Miller | |
1997-11-26 | Need to run these through tbl. | Todd C. Miller | |
1997-11-26 | ncurses 4.1 + changes to work with our terminfo libs (instead of | Todd C. Miller | |
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit. | |||
1997-11-26 | libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. | Todd C. Miller | |
1997-11-26 | libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. | Todd C. Miller | |
1997-11-26 | libpanel from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. | Todd C. Miller | |
1997-11-26 | msync() has 3 args | Theo de Raadt | |
1997-11-26 | Don't look for /usr/include/alias.h in the Makefile, | brian | |
expect ``make -DHAVE_LIBALIAS'' instead. alias.h poo poo'd by: Theo | |||
1997-11-25 | fix Op Fl | Theo de Raadt | |
1997-11-25 | add ripemd160. | Niels Provos | |
1997-11-25 | prompting error; pr#352, blair@nac.net | Theo de Raadt | |