Go to file
jtc 2d903c854c Changing type of "c" to unsigned did not fix the problem --- a signed
char is sign extended before it is assigned to an unsigned int.  This
fix, which has been tested with a different testcase, adds casts to
signed chars which results in proper behavior.
1996-07-20 01:03:54 +00:00
bin include <pwd.h> for one function (user_from_uid) and correct one 1996-07-13 06:58:33 +00:00
distrib keymap -> keymaps 1996-07-15 06:24:07 +00:00
etc keymap -> keymaps 1996-07-15 06:24:07 +00:00
games BS was using obsolete 'bs' and 'bc' capabilities. Now tries 'le' first. 1996-07-03 04:17:24 +00:00
gnu RCS id police. 1996-07-03 03:28:09 +00:00
include Declare setre[ug]id() to take [ug]id_t args. No functional difference. 1996-06-23 11:56:25 +00:00
lib Changing type of "c" to unsigned did not fix the problem --- a signed 1996-07-20 01:03:54 +00:00
libexec Use snprintf(3) when printing into arrays allocated on the stack. 1996-07-17 18:46:58 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Update. 1996-07-03 22:38:37 +00:00
share Manual pages for the new device drivers. Remove (obsoleted) page. 1996-07-11 18:15:26 +00:00
sys Support for the VAXBI bus, and KDB50 device driver (MSCP disk). 1996-07-19 14:26:52 +00:00
usr.bin Allocate space for 'ipcs -m' correctly; this floated across a FreeBSD 1996-07-19 23:58:33 +00:00
usr.sbin Document the new autonice sysctls 1996-07-17 21:38:46 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00