summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1998-08-07Add correct handling of more systemcalls. either not implemented beforeDale S. Rahn
or poorly implemented.
1998-08-06there is no <sys/kinfo*.h> and s/KINFO_PROC/KERN_PROC/kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the ↵Todd C. Miller
same values for malloc_pageshift and malloc_minsize except for sparc
1998-08-05IOV_MAX, not UIO_MAXIOVTodd C. Miller
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to ↵Todd C. Miller
trim_whitespace() since it trims from both ends, not just the rear.
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-07-30unctrl.c is generated at depend timeTodd C. Miller
1998-07-28rename getent/getstr to gtgetent/gtgetstr so they don'tMarco S Hyman
conflict with curses functions; the gt is for gettytab, the database read by these functions
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵Todd C. Miller
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them.
1998-07-28document EINVAL due to overflowTodd C. Miller
1998-07-28Don't talk about the sum of the iov_len being negative since iov_len is ↵Todd C. Miller
unsigned.
1998-07-27_OCURSES_H_, not _CURSES_H_Todd C. Miller
1998-07-27bad Theo, changed a variable name ;-)Todd C. Miller
1998-07-27include sys/param.h to pull in MAXPATHLENTodd C. Miller
1998-07-27clone mkstemp() setup in ../btreeTheo de Raadt
1998-07-27update to ncurses-4.2-980725Todd C. Miller
1998-07-27Use 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-25termcap(3), not curs_termcap(3)Todd C. Miller
1998-07-25terminfo(3), not curs_terminfo(3)Todd C. Miller
1998-07-25fix commentTodd C. Miller
1998-07-24fix spelling of separateTheo de Raadt
1998-07-24libpanel from ncurses-4.2-980718Todd C. Miller
1998-07-24libmenu from ncurses-4.2-980718Todd C. Miller
1998-07-24don't need theseTodd C. Miller
1998-07-24typoJason Downs
1998-07-24libform from ncurses-4.2-980718Todd C. Miller
1998-07-24Man pages Xrefs.Marc Espie
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23fix commentTodd C. Miller
1998-07-23ncurses-4.2-980718Todd C. Miller
1998-07-23no more libterm or libtermlibTodd C. Miller
1998-07-23unified libtermcap/libocursesTodd C. Miller
1998-07-23forgot 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-23build mpool(3)Theo de Raadt
1998-07-22o for some reason fprintf.c started to conflict with the fprintf defnPeter 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-22o removed more unused or old, left over filesPeter 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-22I must learn to read cvs error messages. When they tell you there arePeter Galbavy
still some files left in these directories - listen.
1998-07-22my cvs skills are rusty. I forgot to delete these.Peter Galbavy
1998-07-22remove references to tcpslice as it is not shipped with the system.. this is ↵Theo de Raadt
questionable
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
header files from the correct path.
1998-07-21crank minor because of castNiels Provos
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
Man pages will come soon, I hope.
1998-07-21missed onePeter Galbavy
1998-07-21this will now compile on i386 if you move arch/i386/machdep.h toPeter 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-21move 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-21remove irrelevant filesPeter Galbavy
retained some netbsd files to act as templates for openbsd
1998-07-21cvs decided to fix COPYRIGHT and README by itselfPeter Galbavy
remove general dross.