147116 Commits

Author SHA1 Message Date
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
mrg
243ae1c185 when generating path names also substitute the real path name as well as
the VPATH.  now /usr/src doesn't end up in libstdc++-v3_4 defs.mk.
2006-05-15 20:57:45 +00:00
yamt
b146bf6cab include kauth.h for kauth_cred_geteuid. 2006-05-15 20:55:47 +00:00
yamt
c85ee8cf59 wrap a long line. 2006-05-15 20:50:38 +00:00
yamt
304270c5ca include kauth.h for kauth_cred_geteuid. 2006-05-15 20:50:05 +00:00
yamt
608bce94cf - include kauth.h for kauth_authorize_generic.
- wrap a long line.
2006-05-15 20:48:19 +00:00
yamt
4b0ca302cc - include kauth.h for kauth_authorize_generic.
- tweak indent for a long line.
2006-05-15 20:47:22 +00:00
yamt
66d08528ca - include kauth.h for kauth_authorize_generic.
- wrap a long line.
2006-05-15 20:40:55 +00:00
dogcow
c1c911e17b gcc4: initalize uninitialized data (one valid, one not quite as valid) 2006-05-15 20:16:31 +00:00
nathanw
c98620e0ca Generated files for sim/ppc. 2006-05-15 19:14:20 +00:00
nathanw
53dc5d083a PowerPC generated and constructed files. 2006-05-15 19:13:22 +00:00
nathanw
b350d93baa Include xmalloc.c for psim. 2006-05-15 19:12:07 +00:00
nathanw
f5c91f0e5d Fix up psim build. 2006-05-15 19:11:51 +00:00
nathanw
092b219bf4 i386 generated and constructed files. 2006-05-15 16:39:11 +00:00
nathanw
95e242dd40 MI generated files. 2006-05-15 16:35:40 +00:00
nathanw
eb212d66cb GDB 6 reachover build machinery. 2006-05-15 16:31:37 +00:00
christos
1e88acc412 Use id casts instead of void * casts. Suggested by thorpej. 2006-05-15 16:31:21 +00:00
nathanw
958e368bed Pull in a change from GDB CVS:
2006-05-01  Nathan J. Williams  <nathanw@wasabisystems.com>

        * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
        arguments from void * to gdb_byte *.
2006-05-15 16:16:34 +00:00
shige
b920e23d24 Move cpu_configure to evbppc/*.c.
(Remove ibm4xxgpx_autoconf.c)
I'm sorry for my wrong thinking.
2006-05-15 15:56:54 +00:00
christos
9f7fe9b1c9 - cast to uint32_t for shift.
- add an array of names so that the lists don't get out of sync.
- no comma after last enum.
2006-05-15 14:31:29 +00:00
christos
00dd70ade5 WARNS=4, ansi pass lint. 2006-05-15 14:30:38 +00:00
nathanw
9c496995db Import GDB 6.4 2006-05-15 14:21:09 +00:00
nathanw
76ae6db36e Import GDB 6.4 2006-05-15 14:11:08 +00:00
christos
f5b793f884 a new one for me. 2006-05-15 14:11:07 +00:00
nathanw
e7275437ab Import GDB 6.4 2006-05-15 14:08:20 +00:00
dogcow
15d9504168 /usr/src/gnu/dist/gcc4 -> ${GNUHOSTDIST} 2006-05-15 13:40:00 +00:00
yamt
9c86170376 include kauth.h for kauth_cred_getgid. 2006-05-15 13:12:13 +00:00
yamt
88f8ec6c15 include kauth.h for kauth_authorize_generic. 2006-05-15 13:11:29 +00:00
yamt
17e49bf47c include kauth.h for kauth_cred_geteuid, etc. 2006-05-15 13:11:00 +00:00
yamt
576f2b4ce7 fix another kauth mistake. 2006-05-15 13:06:40 +00:00
yamt
1e7ca6733e include kauth.h for kauth_cred_getegid, etc. 2006-05-15 13:04:08 +00:00
yamt
eaac204efb include kauth.h for kauth_cred_geteuid. 2006-05-15 13:02:50 +00:00
yamt
7395572139 - don't try to use nonexistent variable.
- while i'm here, remove unnecessary casts.
2006-05-15 13:01:39 +00:00
yamt
ad696ab2dc don't try to dereference kauth_cred_t. 2006-05-15 12:51:21 +00:00
christos
c3ec4b956d Add the DRV lkm type. From David Boggs. 2006-05-15 12:51:19 +00:00
christos
91e856a0db Move the lmc match test in the right place (not in the bsdi match). From
David Boggs.
2006-05-15 12:48:52 +00:00
yamt
74e0339f36 include kauth.h for kauth_cred_geteuid. 2006-05-15 12:48:48 +00:00
yamt
fb7becdc2d include kauth.h for kauth_authorize_generic, etc. 2006-05-15 12:48:09 +00:00
dogcow
e04236d6b3 remove bitrotted functions that have never been used, and have been
cargo-culted from one port to another.
2006-05-15 12:47:42 +00:00
yamt
b3b862261c include kauth.h for kauth_cred_geteuid. 2006-05-15 12:41:21 +00:00
yamt
52da04717a - include kauth.h for kauth_authorize_generic.
- whitespace.
2006-05-15 12:39:05 +00:00