he
e004bf7e3b
This file needs to know the size of "struct device", so include
...
<sys/device.h> here. This should allow the sparc GENERIC_SUN4U and
sparc64 kernels to build sata_subr.c again.
2006-11-23 08:44:42 +00:00
mrg
d010dedb55
bump version to NetBSD nb2 20061121
2006-11-23 05:43:40 +00:00
tnozaki
51d316fde4
add GB12345 csmapper files.
2006-11-23 05:20:04 +00:00
rpaulo
74c9505238
Add pseudo-device etherip.
2006-11-23 04:22:02 +00:00
rpaulo
74b7608af9
Remove extra prototype.
2006-11-23 04:20:54 +00:00
rpaulo
370be902f0
WARNING: date is in the future!
2006-11-23 04:12:51 +00:00
rpaulo
5423539f94
New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
...
Notable changes:
* Fixes PR 34268.
* Separates the code from gif(4) (which is more cleaner).
* Allows the usage of STP (Spanning Tree Protocol).
* Removed EtherIP implementation from gif(4)/tap(4).
Some input from Christos.
2006-11-23 04:07:07 +00:00
tnozaki
dec2eb4c9d
1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
...
2. add iconv support for Chinese Tradisional GB12345.
2006-11-23 03:25:24 +00:00
hubertf
1ee989e6be
Don't try to handle symlinks on versions of the SSH File Transfer Protocol
...
that don't support it, e.g. the Solaris 9/x86 sshd (SSH-2.0-Sun_SSH_1.0;
..._1.1 from Solaris 10/x86 is fine)
OK'd by pooka@
2006-11-23 01:51:15 +00:00
tnozaki
c8ab6b2b31
add missing rcsid.
2006-11-22 23:47:21 +00:00
tnozaki
45e156694b
oops, forgot to remove unused enum.
2006-11-22 23:44:17 +00:00
tnozaki
8033a5b008
1. add iconv support for following encodings:
...
Chinese Simplefied
HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ)
zW - 7bit stateful encoding, see RFC1842. (libZW)
2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
2006-11-22 23:38:25 +00:00
dogcow
ec21dc99eb
#include <sys/device.h> to fix build failure on sparc64.
...
(why only sparc64? no idea.)
2006-11-22 22:14:23 +00:00
dsl
503ea65cd7
If we only want .OBJDIR printed, there is no point parsing the default
...
make rules, nor reading Makefile.
It is rather a shame we can't stop .depend being parsed as well.
Quite possibly one could argue that nothing in .depend should affect the
output of 'make -V xxxx'.
2006-11-22 22:04:57 +00:00
christos
aac134252a
From defend dot the dot world at gmail dot com: Sanitize environment variables
...
for set{u,g}id binaries, so that in case they are playing with set{u,g}id
and exec'ing other binaries they don't get affected by the
LD_{PRELOAD,DEBUG,LIBRARY_PATH} environment setup. We leave LD_BIND_NOW alone.
There are no binaries affected in the base system.
2006-11-22 21:46:36 +00:00
drochner
30cf9aac05
-fix interpretation of the poll interval in interrupt descriptors for
...
USB2/highspeed: This is an exponent now, not milliseconds.
(There are wrong example descriptors for hubs in the USB2 spec; tolerate
invalid values and assume 256ms which is good for hubs, just in case
someone blindly copied from the book.)
-being here, fix an obvious memory leak
2006-11-22 21:10:36 +00:00
elad
2664dc174c
Add missing items to the securelevel implications list.
...
Now it is complete.
2006-11-22 21:00:30 +00:00
elad
539403d985
Prevent iopl/ioperm in securelevel 1, not 2.
2006-11-22 20:57:52 +00:00
martin
2d95ef4c0f
Remove CRUNCHGEN_FLAGS, probably left over from a previous hack to work
...
around bugs in an older compiler. Nowadays the default -Os works fine.
2006-11-22 20:54:16 +00:00
tnozaki
9b1aff8258
add fallback mapping.
2006-11-22 20:22:30 +00:00
tnozaki
5bda830543
fix memory leak.
2006-11-22 20:11:03 +00:00
riz
2adcd99325
Add the nbinclude directory to the include path, so that
...
<hppa/elf_machdep.h> (and possibly others) can be found.
2006-11-22 18:37:38 +00:00
drochner
421a2aa25d
regen
2006-11-22 17:58:39 +00:00
drochner
a46bdb5784
add vendor "O2 Micro"
2006-11-22 17:57:40 +00:00
bouyer
6c04cd11cb
Cosmetic: remove one ":" from the port status string, it looks better this
...
way.
2006-11-22 17:51:02 +00:00
bouyer
dcf3bce253
In sata_reset_interface() return only DET bits of SStatus, as the
...
return value is compared against SStatus_DET_*
2006-11-22 17:49:12 +00:00
rpaulo
7420eb145a
Change pickup to fifo. Spotted by Havard Eidnes.
2006-11-22 17:46:46 +00:00
christos
4ca73ce810
Don't expose _ss functions for 4.0. Requested by core.
2006-11-22 17:23:24 +00:00
reed
57c4a8a6b0
Check that -w width is not above maximum. (It already checks for zero or
...
negative.) Using width above DWIDTH may cause overflow as noted by Gruzicki
Wlodek on bugtraq.
While here replace one use of 132 with DWIDTH.
2006-11-22 16:15:42 +00:00
elad
72438de6ef
Remove redundant securelevel check; this is already done in procfs_rw()
...
and we can't get here (procfs_control()) without being there first.
Pointed out by yamt@.
2006-11-22 15:48:11 +00:00
riz
2f0a27492f
Make sys/exec_elf.h and machine/elf_machdep.h available to host
...
tools, and allow paxctl to use them when compiled as a host
tool. This fixes the build on MacOS X (and perhaps other platforms)
2006-11-22 15:08:47 +00:00
tsutsui
90ee4817fb
Umm, fix typo.
2006-11-22 14:32:28 +00:00
elad
054d9c15fe
Remove KAUTH_PROCESS_DEBUGINIT, should have never gotten into the tree in
...
the first place.
2006-11-22 13:59:27 +00:00
christos
91ad430f6c
adjust_limits takes p, not l again
2006-11-22 13:56:09 +00:00
yamt
c25123ccc5
- make several functions static.
...
- #if 0 out unused db_find_trace_symbols.
- add some comments.
(no functional change is intended.)
2006-11-22 13:29:03 +00:00
elad
eb704f9789
SSP is not enabled by default, update documentation.
...
Pointed out by yamt@, thanks!
2006-11-22 13:00:02 +00:00
yamt
bcf1b9e864
- unwrap short lines.
...
- whitespace.
2006-11-22 12:31:51 +00:00
elad
4b316db1d1
Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access
...
to unmanaged memory.
These are the last two securelevel references in the MD code.
2006-11-22 12:12:51 +00:00
elad
ee1dd181bc
Damn, missed in previous commit. Add PaX Segvguard flags.
2006-11-22 12:00:14 +00:00
mrg
5c4d804998
fix a compile problem with the mjpegtools package. PR#35082. this reverts
...
a recent GCC change that fixed their bug 28506. from Richard Guenther (suse).
2006-11-22 05:18:57 +00:00
lukem
b5cee0bd31
Hindenburg exploded on May 6 not March 6
2006-11-22 04:54:46 +00:00
elad
a84fee7faf
Initial implementation of PaX Segvguard (this is still work-in-progress,
...
it's just to get it out of my local tree).
2006-11-22 02:02:51 +00:00
uebayasi
25e0bf9073
Use C99 initializers where needed.
2006-11-22 01:54:09 +00:00
elad
156f4ce7bb
Make PaX MPROTECT use specificdata(9), freeing up two P_* flags.
...
While here, make more generic for upcoming PaX features.
2006-11-22 00:41:38 +00:00
elad
cbe2288b0c
printf() -> log() for Veriexec messages.
2006-11-21 23:52:41 +00:00
pooka
118c65eb6d
* update comments
...
* puffs_nextdent() takes a directory type, not vtype, so translate
that before calling it. fixes find & other fts-stuff.
2006-11-21 23:19:45 +00:00
pooka
194d17d824
mode_t to enum vtype conversion
2006-11-21 23:11:09 +00:00
pooka
5676e026f8
* change usage to ssshfs user@host:path mountpath
...
* assorted little fixes
ssshfs now works for practical uses
2006-11-21 23:09:23 +00:00
christos
d6bc4d2b49
deal with RLIM_INFINITY in the setrlimit case.
2006-11-21 18:50:01 +00:00
dsl
09cad86587
Make the install actually die when the boot code is too big (which it is).
...
No idea how long it has been bust for.
Other parts of this makefile are deeply sub-optimal.
2006-11-21 18:31:44 +00:00