des
9c4d69ea42
Turn on NO_WERROR due to namespace pollution in krb5 headers.
2002-04-07 04:44:16 +00:00
peter
a8758bd3f5
ia64 depends on ACPICA on actual hardware. It might be worth having a
...
seperate SKI config (like we had SIMOS for alpha).
2002-04-07 04:36:02 +00:00
peter
57e0a89504
Now that we can thorougly self compile the kernel, stop hard coding the
...
cross compiler names.
2002-04-07 04:34:21 +00:00
peter
d76ff96eff
We must not let install(1) strip loader.efi when installing it, or the
...
resulting binary will be damaged and no longer work.
2002-04-07 04:27:50 +00:00
peter
1a2f6bfa9f
Set BINDIR
2002-04-07 04:26:42 +00:00
peter
a0a4c849a0
Add loader bootforth infrastructure and install it.
2002-04-07 04:25:45 +00:00
peter
888c632b35
Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared
...
objects were not being correctly set to zero. Instead, the function
descriptor pointer was set to the load address of the .so object. This
caused gcc generated binaries to segfault on exit when crtbegin.asm's
_fini code tested the __cxa_finalize() function pointer for zero.
This is a bit of a hack because of a problem nearby workaround for
find_symdef and its quirks (failures) for local symbols. This still
needs to be fixed.
2002-04-07 04:16:35 +00:00
dd
4a1195d2b7
Minor style cleanup. Remove unneeded includes, and correct or add
...
some comments.
Reviewed by: bde
2002-04-07 03:59:31 +00:00
ache
30621dc30c
Add warning about collating order
2002-04-07 03:15:51 +00:00
ache
44ee59c255
Fix this table, it was completely out of reasonable order
2002-04-07 02:52:11 +00:00
peter
01494340e6
Add -lstdc++ to the link args for these C++ tools so that they can be
...
compiled with gcc-3.1. Somebody thought it was a good idea to move
the implementation of new and delete from libgcc to libstdc++. This
change doesn't harm the current compiler in the tree.
2002-04-07 02:40:55 +00:00
jmallett
b5ca094f22
Fix sed(1) in the case where a last line is specified and hold space is not
...
specified, and then the first part of the pattern space is deleted, when
there are two or more input lines, as this results in subtraction of one from
an unsigned integral value of '0'. That bogus value is used in one case
for a loop (that will run far too many times in this case) and a function to
search for a value within a specified range of memory, however now the range
of memory is obscenely large and a segmentation fault will occur. This is
fixed by checking for and appropriately handling a nil pattern space as if
the specified search in memory failed, as indeed it obviously will with nil
pattern space.
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
PR: bin/34813
Reviewed by: mike
MFC after: 1 day
2002-04-07 02:29:56 +00:00
peter
078dac26a9
Bandaid for LP64 machines where 'warning: cast to pointer from different
...
sized integer' bites. The various malloc functions return pointers,
but without any prototype/declarations visible to callers, the compiler
expects them to return int.
2002-04-07 01:44:24 +00:00
alc
2f8880db13
Change jobref and *ijoblist from int to long in order to avoid
...
a catastrophe after the 2^32nd AIO operation on 64-bit architectures.
2002-04-07 01:28:34 +00:00
ache
1787bef03c
Original code bugfixed. This NOT touch old sorting order a bit.
...
1) Remove \n from COPYRIGHT macro to shut up assembler warning
2) Fix struct sigaction initialization (arguments swap)
3) Fix out of bounds negative indexing for -R arg > 127
4) Remove doubled initialization of vars already initialized statically
5) Convert ctype macros char arg to u_char to prevents sign extension
2002-04-07 00:49:00 +00:00
obrien
da0af9e1df
Correction to rev 1.1's log:
...
Break some things out of Makefile.inc that are used by several parts of
the GCC 3.1 build -- including in ../lib.
2002-04-06 23:17:36 +00:00
obrien
9928dbec92
Break some things used by the front-ends from Makefile.inc that cannot
...
be used build-wide for GCC 3.1.
2002-04-06 23:16:26 +00:00
obrien
e3947f6248
Build and install collect2. This is needed for some C++ programs.
2002-04-06 23:12:46 +00:00
obrien
19a0a4cab7
Break some things out of Makefile.inc that cannot be used build-wide
...
for GCC 3.1.
2002-04-06 22:37:19 +00:00
joe
ef737da893
Iron out some obvious differences between NetBSD's and own version of
...
this file.
2002-04-06 22:06:16 +00:00
ue
da782502c3
Show that 'device.hints' is a filename
2002-04-06 21:57:38 +00:00
joe
90def62f95
Define away 'Static' when compiling with USB_DEBUG defined, to make it
...
easier to debug.
2002-04-06 21:46:47 +00:00
joe
a4f31aacb3
Use the UE_GET_XFERTYPE macro.
2002-04-06 21:28:57 +00:00
obrien
f892ac2191
Use the new features of cdefs.h.
2002-04-06 21:09:31 +00:00
marcel
0e4bd187a3
Add prototype for bootpc_init when BOOTP is defined.
2002-04-06 21:09:08 +00:00
obrien
bf862fb46c
Make the previous revision work a little bit better.
2002-04-06 21:08:59 +00:00
joe
61dea5cc25
Remove some old unused cruft.
2002-04-06 21:03:49 +00:00
obrien
3836772d94
Fix style.
2002-04-06 21:03:33 +00:00
obrien
0b7b7272fa
Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, and
...
NO__COPYRIGHT knobs to more easily deal with imported vendor sources.
2002-04-06 20:57:03 +00:00
joe
6acac88074
Another step in merging our if_aue driver with NetBSD's.
2002-04-06 20:50:21 +00:00
joe
30f8680041
Rename csr_{read,write}_* to cue_csr_{read,write}_*.
2002-04-06 20:24:25 +00:00
ache
5c5bed840d
Remove old sort files to _actually_ build it from contrib sources
...
Forgotten by: des
2002-04-06 20:22:06 +00:00
joe
998e04f9dc
Rename foo_gone to foo_dying, in keeping with the rest of the usb code.
2002-04-06 20:17:13 +00:00
joe
9a33fe7e34
Replace device_t with device_ptr_t.
2002-04-06 19:55:52 +00:00
joe
bcc308fae6
Regenerate.
2002-04-06 19:35:00 +00:00
des
71eb99bd19
(forced) Previous log message should have read: set WARNS level to 4.
2002-04-06 19:32:37 +00:00
des
497f3af5fb
(forced) Previous log message should have read: temporarily disconnect
...
pam_passwdqc from build.
2002-04-06 19:32:09 +00:00
des
ce173531cb
Aggressive cleanup of warnings + authtok-related code in preparation for
...
PAMifying passwd(1).
Sponsored by: DARPA, NAI Labs.
2002-04-06 19:30:04 +00:00
des
7b72a8ff6c
This commit was generated by cvs2svn to compensate for changes in r93982,
...
which included commits to RCS files with non-trunk default branches.
2002-04-06 19:28:08 +00:00
des
1b3dab89b2
MFOpenPAM: a slew of changes, mostly related to pam_get_authtok() (perforce
...
changes 9207, 9209, 9210, 9211, 9213, 9220)
Sponsored by: DARPA, NAI Labs
2002-04-06 19:28:08 +00:00
des
4172a237d2
Disconnect pam_passwdqc for now, it has some issues that need resolving.
2002-04-06 19:25:36 +00:00
des
91e1b27629
Fix warnings.
...
Sponsored by: DARPA, NAI Labs
2002-04-06 19:08:02 +00:00
des
2b4cf29e0c
Rename a couple of local variables to avoid warnings.
...
Sponsored by: DARPA, NAI Labs
2002-04-06 19:04:22 +00:00
asmodai
fa91ff61da
Correct path for saver to reflect reality.
...
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
2002-04-06 18:02:52 +00:00
gshapiro
bd1784051a
Another man page that can change as sendmail requirements change.
2002-04-06 17:53:06 +00:00
gshapiro
5780e6b397
Add some additional sendmail related directories
...
MFC after: 3 days
2002-04-06 17:19:09 +00:00
ume
e97360061b
Now, you can specify "" or "NONE" for ipv6_network_interfaces to
...
prevent the interfaces from being initialized by /etc/rc.network6
wrongly. So, you can explicitly initialize the interfaces by
/etc/pccard_ether.
With previous rc.network6, if you specify pccardd_flags="-z",
net.inet6.ip6.accept_rtadv was wronly set to 0, then RA was not
accepted.
2002-04-06 15:15:43 +00:00
joe
ce62cbdf20
Remove a erroneous entry for HP 5400C.
...
Spotted by: phk
2002-04-06 15:00:41 +00:00
des
78c249929b
Fix some style issues, a const warning, and abuse of PAM_ABORT.
...
Sponsored by: DARPA, NAI Labs
2002-04-06 14:25:04 +00:00
des
72f2fe98d8
Build a working version of sort(1) from contrib. Use netbsd.h as a hack
...
to avoid bringing the sources off the vendor branch just to #ifdef out
the RCS and SCCS IDs.
2002-04-06 13:59:43 +00:00