Searched hist:358 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/etc/
H A DMakefilediff 358 Mon Aug 30 00:18:25 MDT 1993 rgrimes Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb
that now takes a directory argument. These files are now built from the
master.passwd file.

Fixed typo on NOOBJ=, was oobj, now noobj.
Rename of targes and variables. INST1 -> FILESYSTEM, INST2 -> CPIO,
kc -> kcopy.

Floppy targets now dd and gzip the image back onto the hard disk so
that less manual work is required when building a release.

Removed reboot from FILESYSTEM floppy and put df back on, and added
mount_isofs. Changed scripts to use halt instead of reboot.
/freebsd-10.0-release/sys/kern/
H A Dsys_generic.cdiff 63974 Fri Jul 28 20:17:42 MDT 2000 peter Fix a warning that has been annoying me for some time:
"kern/sys_generic.c:358: warning: cast discards qualifiers from pointer
target type"
The idea for using the uintptr_t intermediate cast for de-constifying
a pointer was hinted at by bde some time ago.

Completed in 147 milliseconds