1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
Commit Graph

17 Commits

Author SHA1 Message Date
mortimer
9be7043ffd Rearrange variables in dump / restore to handle -fno-common.
Largely following the commit by mckusick in FreeBSD.

ok naddy@
2021-01-21 00:16:36 +00:00
guenther
8a1f5a5836 Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
for a couple decades.  Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX
but move the rest of the Linux-specific ioctl() handling into linux_socket.c
This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h

ok krw@ deraadt@ mpi@
2015-01-21 02:23:14 +00:00
deraadt
0ea6fd7293 Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN may
not be in scope, so hardcode as 256.  Other options have more downside.
2015-01-16 00:27:00 +00:00
halex
150f0d6bfa make dump support DUIDs for command line arguments and /etc/dumpdates (using
the new shiny -U switch)

dumpdates part originating from, and discussed with, Maximilian Fillinger

seems reasonable to krw@, "get it in" deraadt@
2014-07-11 16:01:40 +00:00
halex
0de56eb4e7 dumped is _still_ spelled with one p and not two
ok krw@
2009-12-15 13:11:42 +00:00
millert
0155e65346 Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.
With help from otto@
2007-06-03 20:16:07 +00:00
henning
5c93b2165b dumped is really spelled with one p and not two
from Daniel Lucq
2004-03-31 22:08:32 +00:00
espie
d1f942ab4c Remove unnecessary typedef usage.
u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int

okay millert@
2004-01-22 21:48:02 +00:00
tedu
f46297fdd3 rename struct dinode to ufs1_dinode. clears the namespace and makes
way for some future work.  no function changes yet.
help testing otto@ and markus@
2003-08-25 23:27:43 +00:00
millert
e33d3bd3b8 Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.
2003-06-02 19:34:12 +00:00
angelos
4992be3f60 Amend c_count comment per PR 1576. 2001-01-09 03:15:16 +00:00
niklas
5ea2d675e0 Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now.  Added openBSD tags.
1997-09-21 10:45:23 +00:00
deraadt
d739c1229f 64 bit patches, tih@nhh.no 1996-12-04 01:41:51 +00:00
deraadt
000104d1d6 int32_t where possible; from netbsd 1996-09-23 05:15:54 +00:00
mickey
a872169eac up to RIPv2. 1996-09-05 11:13:18 +00:00
deraadt
f3bae140e8 sync to netbsd 960418 1996-04-21 23:38:17 +00:00
deraadt
df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00