tnozaki
167ed5d7b2
fix same problem with CP932, oreder should be NEC_IBM -> IBM.
2008-09-13 12:56:25 +00:00
tsutsui
d6a9de7378
Move "makedev cfs" for the vcoda device from MI MAKEDEV.tmpl to
...
MD MAKEDEV.conf. Not all ports have vcoda in their majors.foo files
and we shouldn't (re)assign major numbers on all ports before 5.0.
Should close PR port-sgimips/38962.
2008-09-13 11:46:18 +00:00
wiz
7afae79e13
Bump date for previous.
2008-09-13 09:20:37 +00:00
wiz
8c17a9bb0b
New sentence, new line.
2008-09-13 09:13:14 +00:00
tsutsui
28c30d59ac
- enable dhclient(8) in RAMDISK kernel
...
- bump mdroot size
2008-09-13 07:36:30 +00:00
skrll
0a3b051fc6
Fix (U)LLONG_(MAX|MIN) defines.
...
From Jonathan Kollasch. Thanks.
2008-09-13 07:33:26 +00:00
skrll
1a95ecfedf
Swap max/min in comments to match symbols.
2008-09-13 07:30:59 +00:00
skrll
632763e1fc
Multiple inclusion protection.
2008-09-13 07:30:22 +00:00
apb
aa0a5a668c
tzcode2008e / tzdata2008e are available
2008-09-13 07:03:21 +00:00
cube
bf310cb861
Add pkgconfig files.
2008-09-13 04:33:05 +00:00
cube
1f47b82042
Install pkgconfig files. Where applicable, remove .if 0 code that tried to
...
do the same thing.
2008-09-13 04:32:28 +00:00
cube
d1240236f3
Add a pre-substituted version of the freetype2.in template found in the
...
FreeType2 distribution. It's easier that way than trying to point the
script to the right file.
2008-09-13 04:31:12 +00:00
cube
b11433d4c1
Add logic to install pkgconfig files from X.Org sources. Initial idea from
...
Tyler Retzlaff.
No, this is not code I am going to be proud of. Meanwhile, anyone is
welcome to work on a mknative-xorg script and make sure that outputs across
all archs are consistent, and use it to generate a bunch of other stuff such
as the Imake config file and so on. That will do for now though.
2008-09-13 04:28:37 +00:00
lukem
2332514a42
Don't split large commands into multiple commands; just fail on them.
...
This prevents CSRF-like attacks, when a web browser is used to access
an ftp server.
Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
Fix mostly derived from OpenBSD, written by Moritz Jodeit <moritz@OpenBSD.org>
2008-09-13 03:30:35 +00:00
lukem
f1d75d00ca
Crank copyright dates
2008-09-13 02:41:52 +00:00
reed
b9096d3a29
This manpage was moved here five years ago because machine independent.
...
So remove the optional man page header (architecture)
(no other manpages in this directory have an architecture).
And it references two other man pages which are machine dependent,
so specifically prepend them with their mac68k architecture.
2008-09-13 00:50:57 +00:00
christos
0ff103ebea
- remove dup code
...
- make sure that sigput always initializes ksi
- initialize si_code with SI_NOINFO instead of lying (SI_USER)
- if a process is being ktraced, make siginfo available
- always pass the available siginfo to ktrace, even if it has SI_NOINFO
2008-09-12 21:33:39 +00:00
christos
dcfa7f5149
handle SI_NOINFO
2008-09-12 20:46:42 +00:00
christos
a5ae52b986
When returning an unknown code, return the code number not NULL
2008-09-12 20:44:40 +00:00
christos
3d6d4997c6
mention cgd
2008-09-12 18:40:30 +00:00
christos
9fd9aaab22
PR/39525: Joachim Schueth, Frederik Sausmikat:
...
cgd inadvertently encrypts blkno eight times to generate IV
2008-09-12 16:51:55 +00:00
christos
66f8c2438f
PR/39525: Joachim Schueth, Frederik Sausmikat:
...
cgd inadvertently encrypts blkno eight times to generate IV
Add "encblkno1" IV type to encrypt only once, rename old "encblkno" to
"encblkno8" for clarity, and make "encblkno" an alias for "encblkno8"
for backward compatibility.
2008-09-12 16:51:54 +00:00
christos
8c6fb6faa5
PR/39525: Joachim Schueth, Frederik Sausmikat:
...
cgd inadvertently encrypts blkno eight times to generate IV
2008-09-12 16:51:54 +00:00
christos
fc978808f9
fix more A0
2008-09-12 14:40:46 +00:00
rmind
0f80b1578d
Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset()
...
functions, but man pages were not updated (hi Christos!).
2008-09-12 13:39:04 +00:00
hannken
dee5129905
- Replace simple_lock/ltsleep/wakeup with mutex/cv.
...
- Replace malloc/free with kmem_alloc/kmem_free.
- Use bdev_ioctl() instead of bdevsw_lookup()/(*d_ioctl)().
- Be more fair to readers by cleaning the cache one slot at a time.
2008-09-12 10:56:14 +00:00
mrg
ed6a863e07
define USE_AMD64_IOPL on amd64, not USE_I386_IOPL
2008-09-12 07:47:39 +00:00
mrg
ebf7fb1d1a
build scanpci and pcitweak on macppc
2008-09-12 07:47:11 +00:00
mrg
687809ae3c
make these actually correct for xorg.
2008-09-12 06:54:07 +00:00
mrg
bd509f3a81
pull in ${X11FLAGS.SERVER} to pick up _XSERVER64. now amd64 works.
...
thanks rtr!
2008-09-12 04:59:23 +00:00
pgoyette
c3fdef9f06
Make the I2C_SCAN warning a bit more (ok, a LOT more) dire!
2008-09-12 01:19:17 +00:00
simonb
0541e9f3e3
Revert change made two years ago(!). copyin_proc() and copyout_proc()
...
have never been converted to operation on LWPs.
2008-09-12 00:35:12 +00:00
pgoyette
b1779d2b4c
Forgot to bump the date
2008-09-11 23:24:36 +00:00
reed
12a0cfda39
Add some more details about the driver and events.
2008-09-11 21:53:12 +00:00
pgoyette
91d59526ca
Add warning on possible side effects of using 'options I2C_SCAN'
2008-09-11 21:14:16 +00:00
pgoyette
08e5be9d34
Include new I2C_SCAN option in ALL.
2008-09-11 20:50:04 +00:00
pgoyette
dae4e2207c
Document new I2C_SCAN option.
2008-09-11 20:49:29 +00:00
pgoyette
6d5a4d28bb
Provide an option I2C_SCAN to enable sanning i2c bus for responses. This
...
is disabled by default, preserving current behavior.
OK garbled@
2008-09-11 20:48:50 +00:00
joerg
cba79e0ec4
Add support for source address hashhing in ALTQs WFQ. This allows to
...
easily distribute bandwidth for huge number of clients for incoming
traffic.
2008-09-11 17:58:59 +00:00
christos
628eb1017e
PR/39513: Stathis Kamperis: reboot(2) doesn't explicitly mention that combining
...
options is possible
Also remove RB_DFLTROOT.
2008-09-11 17:03:23 +00:00
christos
7ea3b31b66
PR/39519: Nozomu Ando: Fix incorrect change from bind9 that broke IPv4 mapped
...
addresses.
2008-09-11 15:40:43 +00:00
pooka
e90eb67076
* fsync after !B_ASYNC write
...
* replace some b_flags magic with BUF_ISREAD/WRITE()
2008-09-11 13:42:35 +00:00
haad
185aec71fe
Add prop_array_add_int* and prop_array_add_uint* functions. These functions
...
can be used to append specified type to the end of prop_array_t.
Ok'ed by @joerg.
2008-09-11 13:15:13 +00:00
joerg
d3595ddff7
Consistently include "nbtool_config.h" when cross-compiling.
2008-09-11 12:58:00 +00:00
joerg
65f930bc37
Remove one remaining sccsid.
2008-09-11 12:33:55 +00:00
wiz
fa7124443e
New sentence, new line.
2008-09-11 11:18:11 +00:00
tron
2b3ca19215
Add support for Intel MatrixRAID to ataraid(4). It is currently limited
...
to one volume.
The driver was provided by Juan RP in PR kern/39511.
2008-09-11 11:08:50 +00:00
hannken
31cd18f961
fss_copy_on_write(): return error if reading the snapshotted device failed.
...
fss_read_cluster(): use nestiobuf for reading.
fss_bs_thread(): dont read the snapshotted device if a request is
completely covered by backing store.
2008-09-11 09:37:53 +00:00
hannken
3034f37f42
nestiobuf_setup(): Initialize b_dev from master buffer.
2008-09-11 09:14:46 +00:00
cube
dc59a51970
Fix generation of the startx script. PR#39515 and PR#39516 by George
...
Michaelson.
2008-09-11 02:26:08 +00:00