Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-24 | Update Makefile, fix README, add a proper usage in keynote-main.c | Angelos D. Keromytis | |
1999-05-24 | This one tried to escape. | Angelos D. Keromytis | |
1999-05-24 | Fix typos. | Angelos D. Keromytis | |
1999-05-24 | Update man pages to reflect new usage method. | Angelos D. Keromytis | |
1999-05-24 | Unified tool for keynote utils. | Angelos D. Keromytis | |
1999-05-24 | Unneeded declaration. | Angelos D. Keromytis | |
1999-05-23 | Work with "make obj;make" | Angelos D. Keromytis | |
1999-05-23 | Add libkeynote in the build list. | Angelos D. Keromytis | |
1999-05-23 | KeyNote version 2 trust-management system (security policy handling). | Angelos D. Keromytis | |
Utilities to follow. | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-22 | Add swapctl(2), and crank shlib minor. | Tobias Weingartner | |
1999-05-21 | improve. pushed by bengt@softwell.se | Theo de Raadt | |
1999-05-20 | repair SYNOPSIS | Aaron Campbell | |
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
1999-05-19 | add default value for mssdflt. more rationale might be needed. | Niels Provos | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-05-18 | Use .St susv2. | Alex Feldman | |
pwrite.3: pread -> pwrite where appropriate. | |||
1999-05-17 | spelling | Theo de Raadt | |
1999-05-17 | o Mention strlcpy and strlcat | Todd C. Miller | |
o strsep is not in ANSI X3.159-1989 (though it is in C9X) | |||
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller | |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller | |
2) Only adjust pointers based on ftp_path, not fts_name. 3) Adjust the entries in the file list, as well as the trees, if needed. Loosely based on a patch from Stas Kisel <stas@SONET.CRIMEA.UA> | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell | |
1999-05-14 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman | |
1999-05-14 | Removed extraneous comma in xrefs. | Alex Feldman | |
1999-05-14 | Added missing comma in xrefs. | Alex Feldman | |
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist | |
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1999-05-13 | dividing by zero is bad++, patch sent to millert@ for forwarding to curses ppl | Aaron Campbell | |
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-05-12 | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | David Leonard | |
1999-05-11 | Install termcap.h too. Some packages assume that if you are using | Todd C. Miller | |
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses. | |||
1999-05-11 | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | Aaron Campbell | |
uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD | |||
1999-05-11 | note that close(2)'ing any file descriptor which refers to a file holding | Aaron Campbell | |
any advisory locks will cause the file to lose its locks; from FreeBSD, verified by page 373 of APUE | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-05-10 | make a shared library | Theo de Raadt | |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |
1999-05-08 | ncurses-4.2-990424 | Todd C. Miller | |
1999-05-03 | Add octect sanity checking | yanick | |
1999-05-01 | Break up into two loops, one for the copy, another to finish traversal | Todd C. Miller | |
of the src string if len(src) >= size. Speeds up the common case a bit. | |||
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller | |
1999-04-30 | don't use a2 | Todd C. Miller | |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller | |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell | |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist | |
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-) | |||
1999-04-27 | use assembler here | Michael Shalayeff | |
1999-04-26 | Only proto xgets() if stdio has been included | Jason Downs | |
1999-04-25 | missing parts from last commit | Todd C. Miller | |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller | |