36441 | 19-Dec-1988 |
bostic |
add fpurge |
36440 | 19-Dec-1988 |
bostic |
some general cleanup; move %m into _doprnt(); handle N arguments; increase buffer size to 2K; block all signals when writing to console |
36436 | 16-Dec-1988 |
bostic |
on unknown error, at least print out the errno |
36432 | 16-Dec-1988 |
bostic |
add fpurge() |
36431 | 16-Dec-1988 |
bostic |
date and time created 88/12/16 11:12:32 by bostic |
36430 | 16-Dec-1988 |
bostic |
date and time created 88/12/16 11:12:21 by bostic |
36361 | 14-Dec-1988 |
marc |
date and time created 88/12/14 03:49:53 by marc |
36337 | 12-Dec-1988 |
bostic |
add strdup |
36335 | 12-Dec-1988 |
bostic |
date and time created 88/12/12 20:40:12 by bostic |
36323 | 08-Dec-1988 |
bostic |
sockaddr's now require length (K. Sklower); add _check_rhosts_file flag for rshd and rlogind; don't use .rhosts if owned by someone other than user or root, or if writeable by anyone but the owner |
36322 | 08-Dec-1988 |
karels |
clear the whole header |
36313 | 07-Dec-1988 |
bostic |
document conditions wherein ruserok will fail |
36311 | 07-Dec-1988 |
bostic |
document that bcopy strings may overlap; bug report 4.3BSD-tahoe/lib/16 |
36310 | 07-Dec-1988 |
bostic |
note other reasons for pclose to return -1; wait(2) -> wait4(2) |
36309 | 07-Dec-1988 |
bostic |
waitpid real, make this work |
36302 | 06-Dec-1988 |
karels |
pids in a uid_t? other cleanups (but still not posix!) |
36275 | 30-Nov-1988 |
bostic |
add Berkeley copyright |
36271 | 28-Nov-1988 |
bostic |
date and time created 88/11/28 16:18:44 by bostic |
36270 | 28-Nov-1988 |
bostic |
date and time created 88/11/28 16:18:04 by bostic |
36269 | 28-Nov-1988 |
bostic |
date and time created 88/11/28 16:17:56 by bostic |
36256 | 22-Nov-1988 |
bostic |
cleanup from Guy Harris; use "path" everywhere, not "name"; argv and envp are **char, not *envp[]; cleanup explanation of "#!"; refer to fcntl(2) as well as close(2); note that execve leaves real gid
cleanup from Guy Harris; use "path" everywhere, not "name"; argv and envp are **char, not *envp[]; cleanup explanation of "#!"; refer to fcntl(2) as well as close(2); note that execve leaves real gid alone as well as real uid; change sigmask(2) to sigsetmask(2).
show more ...
|
36232 | 17-Nov-1988 |
sklower |
make it possible to input subnetted class D nets and pre-shifted class B subnets. |
36225 | 16-Nov-1988 |
bostic |
add strerror(), deprecate sys_errlist, sys_nerr |
36223 | 16-Nov-1988 |
bostic |
add strerror function; ANSI 4.11.6.2 |
36217 | 14-Nov-1988 |
bostic |
strtok gets its own man page, with strsep |