66193 | 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
66192 | 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
66191 | 21-Feb-1994 |
bostic |
move __DBINTERFACE_PRIVATE into Makefile.inc |
66184 | 21-Feb-1994 |
bostic |
change send, sendto, and sendmsg to return a ssize_t change send, sendto to take size_t as a length |
66183 | 21-Feb-1994 |
bostic |
change recv, recvfrom, and recvmsg to return a ssize_t change recv, recvfrom to take a size_t as a length |
66182 | 21-Feb-1994 |
bostic |
change recv() to return a ssize_t and take a size_t as a length |
66181 | 21-Feb-1994 |
bostic |
change send() to return a ssize_t and take a size_t as a length |
66180 | 21-Feb-1994 |
bostic |
change iov_len to be a size_t, not an int |
66140 | 17-Feb-1994 |
bostic |
don't try and put the page if __rec_search fails!! From: Paul Kranenburg <pk@cs.few.eur.nl> |
66122 | 16-Feb-1994 |
pendry |
remove -Lite designation |
66118 | 16-Feb-1994 |
bostic |
add realpath{3,c}; From: Jan-Simon Pendry <pendry@vangogh> |
66117 | 16-Feb-1994 |
bostic |
date and time created 94/02/16 13:35:36 by bostic |
66114 | 16-Feb-1994 |
bostic |
typo; From: ralphc@pyramid.com (Ralph Campbell) |
66113 | 16-Feb-1994 |
bostic |
add fabs.s; From: ralphc@pyramid.com (Ralph Campbell) |
66112 | 16-Feb-1994 |
bostic |
date and time created 94/02/16 12:23:22 by bostic |
66083 | 14-Feb-1994 |
bostic |
mistake in the natural merge setup, broke on Jan-Simon's directory setup; From: pmcilroy@physics.att.com (Peter McIlroy) |
66070 | 12-Feb-1994 |
bostic |
typo |
66063 | 11-Feb-1994 |
pendry |
reality check |
65981 | 03-Feb-1994 |
bostic |
strsep has its own man page now |
65980 | 03-Feb-1994 |
bostic |
add index.c to the list of kernel sources for the Sparc |
65943 | 29-Jan-1994 |
mckusick |
get rid of undefined string Na |
65922 | 27-Jan-1994 |
bostic |
there may be a gap between the mode and the dev, bzero to be sure |
65920 | 27-Jan-1994 |
bostic |
add the Computing Systems paper |
65872 | 24-Jan-1994 |
bostic |
ANSI C declaratoin wrong, make it match POSIX.1 and unistd.h |
65871 | 24-Jan-1994 |
bostic |
forgot the envp argument for exect |