Commit Graph

147133 Commits

Author SHA1 Message Date
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
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