christos
2f5d3a02e9
Remove csu hack. It was not a gcc issue.
2006-05-17 17:09:43 +00:00
christos
065d43d6c4
Revert previous changes which are unnecessary now the _DYNAMIC is marked
...
weak.
2006-05-17 17:08:54 +00:00
christos
e08e654f06
Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimize
...
&_DYNAMIC == NULL away. From Matt Thomas.
2006-05-17 17:08:07 +00:00
christos
f32828209d
Back out accidental commit that changed -I-
2006-05-17 17:02:16 +00:00
christos
6f1784f6d3
Fool gcc to compare against a null variable instead of the NULL constant
...
so that it does not optimize the &_DYNAMIC == NULL away. Idea from Matt.
2006-05-17 17:01:12 +00:00
christos
86c6d5fcc9
mention i386 csu issue.
2006-05-17 16:42:59 +00:00
christos
94b00d6e09
Avoid weak symbol related bug with _DYNAMIC not being referenced in the
...
code at all for gcc-4. Fixes statically linked binaries, but the fix is
bogus.
2006-05-17 16:39:25 +00:00
tron
6f601486c0
Put "mm_malloc.h" into GCC 4.x specific set.
2006-05-17 15:07:05 +00:00
christos
2854829efb
Remove dup Hitler fortune. One of the two fortunes I moved yesterday, was
...
already in the offensive set. From a NetBSD fan who prefers to be anonymous.
2006-05-17 14:47:58 +00:00
tron
b1a151a8e4
Add lmtemp(4) manual page.
2006-05-17 14:05:52 +00:00
gdamore
4ce6c587eb
Move comment with caveats about this driver, and make it more prominent, as
...
requested by simon@.
2006-05-17 07:11:48 +00:00
gdamore
2dc15aaa84
Initial swag at flash device support. Only read/write supported, and only
...
read is tested now. (I don't have a recovery option if I clobber flash on
write, so I'm loathe to test write access right now.)
2006-05-17 06:42:06 +00:00
mrg
93f5fae775
generate arm (little endian) mknative files. "evbarm" release builds,
...
but this is 100% untested yet.
2006-05-17 05:52:38 +00:00
mrg
e172949eb7
regenerate
2006-05-17 05:33:36 +00:00
mrg
2a25c77f5b
turn on -Wno-pointer-sign for label.c.
2006-05-17 05:24:25 +00:00
mrg
c1c5286e41
make xscale_pmnc_write() return void, rather than returning an
...
uninitialised value that is not used by any caller.
2006-05-17 05:16:09 +00:00
mrg
663096a642
remove 'inline' from the xxx_do_pending() function that is called from
...
external sources, and conflicts with it's prototype.
2006-05-17 05:15:26 +00:00
mrg
b6779d7cc2
in initarm(), initialise kernel_l1pt.pv_va as well as kernel_l1pt.pv_pa.
2006-05-17 04:22:46 +00:00
mrg
d7a5ec3490
install new header mm_malloc.h that the mmx/sse headers use now.
...
fixes 3rd party app build problems reported by dogcow@.
2006-05-17 03:29:45 +00:00
mrg
4e2cace64a
quote variables in the gmake version of getvars() so that stuff that
...
looks like (FOO|BAR) works.
2006-05-17 03:27:19 +00:00
mrg
5d136667c4
configure-libiberty is only good for GCC4.
...
move a comment next to it's code.
2006-05-17 03:26:37 +00:00
kiyohara
005a7b1437
Add man page for lmtemp(4).
2006-05-17 00:28:02 +00:00
kiyohara
43911ef4e2
Support LM77 Temperature.
2006-05-17 00:10:54 +00:00
pavel
dbbc553deb
Disable hw VLAN tagging, in a similar way that it was done in OpenBSD
...
(src/sys/dev/ic/re.c rev. 1.15). The disabled VLAN stripping is mine.
(The OpenBSD driver forgot to do this.)
The reason is that untagged packets get sometimes tagged incorrectly.
PR 32643.
Approved by martin@.
2006-05-16 22:39:24 +00:00
dogcow
0cbf19486a
obsoletes should have obsolete, not .cat or .man
2006-05-16 21:51:34 +00:00
mrg
fc6ae28683
redo the previous. GCC4 wants both pv_pa and pv_va initialised.
2006-05-16 21:39:26 +00:00
mrg
d9911429b9
remove a shadow extern decl for ifpga_do_pending().
2006-05-16 21:38:14 +00:00
mrg
f69243b6b2
move the initialiser for kernel_l1pt.pv_va to pacify GCC4.
2006-05-16 21:35:47 +00:00
christos
ccd6888699
Don't set mature an fd that has been ffree'd
2006-05-16 21:00:02 +00:00
mrg
8726b401d3
if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.
2006-05-16 20:55:51 +00:00
christos
4440541abb
PR/33495: Daniel Weiss: Offensive quote in netbsd fortune package
...
- Move 2 offensive to women Adolf Hitler quotes to fortune2-o
- s/Adolph/Adolf/
2006-05-16 20:13:50 +00:00
elad
ea814d23e6
bump kernel version to 3.99.20 for kauth(9) changes; prompted by agc@.
2006-05-16 19:45:23 +00:00
he
aa1b731e45
Include now needed <sys/kauth.h>, and fold a long line.
2006-05-16 16:49:41 +00:00
elad
97e393b1f1
kill unused man-pages. prompted by Iain Hibbert.
2006-05-16 15:56:15 +00:00
elad
12a6a01e9d
kauth(9), PaX MPROTECT.
2006-05-16 15:41:25 +00:00
he
12c2eb9119
Bump SYMTAB_SPACE so that it fits again.
2006-05-16 14:11:41 +00:00
kent
e47609747e
If one or more playback filters are applied, minimize loading
...
size of the hardware buffer to improve accuracy of AUDIO_GETIOFFS.
2006-05-16 13:46:19 +00:00
tsutsui
52677b4154
Add ral at pci, and enable pseudo-device pppoe.
...
Tested and reported by Markus W Kilbinger on port-cobalt.
2006-05-16 13:33:53 +00:00
mrg
640873a430
make sure there is a prototype in scope.
2006-05-16 05:29:16 +00:00
dogcow
5c02c41fc6
add missing prototypes
2006-05-16 02:37:24 +00:00
rpaulo
4a1ff9a008
Mention ipw automagically loading of firmware.
...
While there, make wpa_supplicant entry a man page.
2006-05-16 00:47:49 +00:00
dogcow
4918849728
pointer signedness comparison fixes
2006-05-16 00:16:59 +00:00
elad
04d63f90b5
Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
...
W^X mappings.
Disabled by default.
First proposed in:
http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html
More information in:
http://pax.grsecurity.net/docs/mprotect.txt
Read relevant parts of options(4) and sysctl(3) before using!
Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00
yamt
175d40d2ca
crfree -> kauth_cred_free.
2006-05-15 22:15:32 +00:00
yamt
cc6a9a01ab
include kauth.h for kauth_cred_getuid, etc.
2006-05-15 22:10:09 +00:00
mrg
09bf9ad8a0
regenerate with fixed mknative-gcc.
2006-05-15 22:10:05 +00:00
mrg
20a4734a0a
make sure that c++ headers work again.
2006-05-15 22:03:03 +00:00
rillig
6e29471885
Changed the type of some size variables from int to size_t. Added const
...
qualifiers to some parameters. These changes allow WARNS to be raised to
4.
2006-05-15 21:12:21 +00:00
mrg
9afa8c578c
also note the rcsid of mknative.common
2006-05-15 21:01:42 +00:00
dogcow
fedf1d0f26
For whatever reason, GCC4 really really wants extern struct decls to be
...
after the struct is defined.
2006-05-15 20:57:53 +00:00