65766 | 21-Jan-1994 |
bostic |
add USL's copyright notice |
65765 | 21-Jan-1994 |
bostic |
add USL's copyright notice |
65736 | 13-Jan-1994 |
bostic |
add uname(3) C library routine |
65725 | 13-Jan-1994 |
bostic |
Fixes a small memory leak (476 bytes) in libc's database subsystem. From: Christopher Jon Kane <kane@kidd.vet.purdue.edu> |
65705 | 12-Jan-1994 |
mckusick |
typesetting nit |
65704 | 12-Jan-1994 |
mckusick |
typesetting nit |
65703 | 12-Jan-1994 |
mckusick |
typesetting nit |
65702 | 12-Jan-1994 |
mckusick |
typesetting nit |
65506 | 05-Jan-1994 |
bostic |
typo |
65428 | 04-Jan-1994 |
bostic |
date and time created 94/01/04 17:26:20 by bostic |
65422 | 04-Jan-1994 |
bostic |
date and time created 94/01/04 17:04:47 by bostic |
65404 | 04-Jan-1994 |
bostic |
since timezones are named in the file system in 4BSD, my guess is that the right value is the max file name length |
65403 | 04-Jan-1994 |
bostic |
use FOPEN_MAX instead of NSTATIC, _POSIX_STREAM_MAX makes it public |
65345 | 02-Jan-1994 |
bostic |
don't increment a void *, it's not healthy |
65334 | 02-Jan-1994 |
bostic |
fgetline(3) renamed to be fgetln(3) |
65333 | 02-Jan-1994 |
bostic |
fgetline(3) renamed to be fgetln(3) |
65332 | 02-Jan-1994 |
bostic |
Henry Spencer's fix for end-of-word matching Word matching considers '_' to terminate a word, i.e. vm_page_free\> matches vm_page_free_count. This isn't historic vi practice. |
65327 | 02-Jan-1994 |
bostic |
rename fgetline.{3,c} -> fgetln.{3,c} |
65326 | 02-Jan-1994 |
bostic |
rename fgetline.{3,c} -> fgetln.{3,c} |
65325 | 02-Jan-1994 |
bostic |
cfsetspeed should return the same values as cfsetispeed and cfsetospeed From: Paul A Vixie <vixie@vix.com> |
65320 | 02-Jan-1994 |
bostic |
prettiness police |
65319 | 02-Jan-1994 |
bostic |
Help scandir compile on systems such as SVR4 where "d_name[]", in "struct dirent", is declared as having one member rather than MAXNAMLEN+1 members. (It still may require that an "__P()" macro be pr
Help scandir compile on systems such as SVR4 where "d_name[]", in "struct dirent", is declared as having one member rather than MAXNAMLEN+1 members. (It still may require that an "__P()" macro be provided, but, once the last compiler that doesn't support prototypes dies, "__P()" can be nuked - SVR4's compilers should all support prototypes.) From: guy@auspex.com (Guy Harris)
show more ...
|
65307 | 02-Jan-1994 |
bostic |
integrate latest version into 4.4BSD-Lite |
65306 | 02-Jan-1994 |
bostic |
make the man page RECNOINFO element order match the db.h structure |
65305 | 02-Jan-1994 |
bostic |
make the db.h HASHINFO element order match the man page |