Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-27 | _OCURSES_H_, not _CURSES_H_ | Todd C. Miller | |
1998-07-27 | bad Theo, changed a variable name ;-) | Todd C. Miller | |
1998-07-27 | include sys/param.h to pull in MAXPATHLEN | Todd C. Miller | |
1998-07-27 | clone mkstemp() setup in ../btree | Theo de Raadt | |
1998-07-27 | update to ncurses-4.2-980725 | Todd C. Miller | |
1998-07-27 | Use a single character buffer for the size==0 case. Stdio internals do not ↵ | Todd C. Miller | |
deal correctly with zero size buffer and NULL pointer. torek@bsdi.com | |||
1998-07-25 | (3) not (3S) | Todd C. Miller | |
1998-07-25 | termcap(3), not curs_termcap(3) | Todd C. Miller | |
1998-07-25 | terminfo(3), not curs_terminfo(3) | Todd C. Miller | |
1998-07-25 | fix comment | Todd C. Miller | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-24 | libpanel from ncurses-4.2-980718 | Todd C. Miller | |
1998-07-24 | libmenu from ncurses-4.2-980718 | Todd C. Miller | |
1998-07-24 | don't need these | Todd C. Miller | |
1998-07-24 | typo | Jason Downs | |
1998-07-24 | libform from ncurses-4.2-980718 | Todd C. Miller | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-23 | fix comment | Todd C. Miller | |
1998-07-23 | ncurses-4.2-980718 | Todd C. Miller | |
1998-07-23 | no more libterm or libtermlib | Todd C. Miller | |
1998-07-23 | unified libtermcap/libocurses | Todd C. Miller | |
1998-07-23 | forgot to add this one. | Peter Galbavy | |
SYS.h is copied from lib/libc/arch/i386/SYS.h but with "machdep_sys_" preprended to the syscall name in the ENTRY() macro. When the code is a bit more sync'ed, using SYS.h from the linc hierarchy should work. | |||
1998-07-23 | build mpool(3) | Theo de Raadt | |
1998-07-22 | o for some reason fprintf.c started to conflict with the fprintf defn | Peter Galbavy | |
in xprintf.c - removed fprintf.c from the sources list for now. o tidied up tests/Makefile and swapped some printf's for perror's in a couple of the tests. accept() is still generating an error, but at least we can see the errno value :) | |||
1998-07-22 | o removed more unused or old, left over files | Peter Galbavy | |
o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates | |||
1998-07-22 | I must learn to read cvs error messages. When they tell you there are | Peter Galbavy | |
still some files left in these directories - listen. | |||
1998-07-22 | my cvs skills are rusty. I forgot to delete these. | Peter Galbavy | |
1998-07-22 | remove references to tcpslice as it is not shipped with the system.. this is ↵ | Theo de Raadt | |
questionable | |||
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos | |
header files from the correct path. | |||
1998-07-21 | crank minor because of cast | Niels Provos | |
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos | |
Man pages will come soon, I hope. | |||
1998-07-21 | missed one | Peter Galbavy | |
1998-07-21 | this will now compile on i386 if you move arch/i386/machdep.h to | Peter Galbavy | |
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix is welcome. I am quiting work on this for today, so other hackers are welcome to take it up for the rest of the day/night. More from me tomorrow. | |||
1998-07-21 | move unchanged files from machdep/ into appropriate arch/${MACHINE} | Peter Galbavy | |
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/ | |||
1998-07-21 | remove irrelevant files | Peter Galbavy | |
retained some netbsd files to act as templates for openbsd | |||
1998-07-21 | cvs decided to fix COPYRIGHT and README by itself | Peter Galbavy | |
remove general dross. | |||
1998-07-21 | fix up those 13 broken merges | Peter Galbavy | |
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-20 | SEM_R and SEM_A userland accessable as required; michaels@inet.no | Theo de Raadt | |
1998-07-19 | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | Dale S. Rahn | |
1998-07-18 | terminfo(3) not curs_terminfo(3); james@oaktree.co.uk | Todd C. Miller | |
1998-07-16 | change to lite2 getenv(); getenv(NULL) now returns NULL | Theo de Raadt | |
1998-07-15 | make that 0664 until we find out why umask is not being applied | Todd C. Miller | |
1998-07-15 | open gmon.out mode 0644, not 0666 | Todd C. Miller | |
1998-07-14 | formatting flaws | Theo de Raadt | |
1998-07-14 | document setuid/setgid restrictions | Theo de Raadt | |
1998-07-14 | avoid calling __has_yppw() everytime through getpwent(), by caching the YP ↵ | Theo de Raadt | |
status along with the open file status | |||
1998-07-14 | buf oflows | Theo de Raadt | |