Rearrange variables in dump / restore to handle -fno-common.Largely following the commit by mckusick in FreeBSD.ok naddy@
Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletefor a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUXbut move the rest of the Linux-specific ioctl() h
Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletefor a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUXbut move the rest of the Linux-specific ioctl() handling into linux_socket.cThis lets struct osockaddr finally move from sys/socket.h to protocols/talkd.hok krw@ deraadt@ mpi@
show more ...
Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN maynot be in scope, so hardcode as 256. Other options have more downside.
make dump support DUIDs for command line arguments and /etc/dumpdates (usingthe new shiny -U switch)dumpdates part originating from, and discussed with, Maximilian Fillingerseems reasonable to k
make dump support DUIDs for command line arguments and /etc/dumpdates (usingthe new shiny -U switch)dumpdates part originating from, and discussed with, Maximilian Fillingerseems reasonable to krw@, "get it in" deraadt@
dumped is _still_ spelled with one p and not twook krw@
Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.With help from otto@
dumped is really spelled with one p and not twofrom Daniel Lucq
Remove unnecessary typedef usage.u_char -> unsigned charu_short -> unsigned shortu_long -> unsigned longu_int -> unsigned intokay millert@
rename struct dinode to ufs1_dinode. clears the namespace and makesway for some future work. no function changes yet.help testing otto@ and markus@
Remove the advertising clause in the UCB license which Berkeleyrescinded 22 July 1999. Proofed by myself and Theo.
Amend c_count comment per PR 1576.
Well, as we are heading for a release people are encouraged to rebuild theirentire trees for testing anyway, I might as well do this intrusive touchingof include files now. Added openBSD tags.
64 bit patches, tih@nhh.no
int32_t where possible; from netbsd
up to RIPv2.
sync to netbsd 960418
initial import of NetBSD tree