christos
dd5b7b1566
don't depend on integer oveflow wrapping to detect it. From Paul Eggert in
...
the tz mailing list.
2011-01-14 23:35:07 +00:00
dyoung
979fccad2b
In the EXAMPLES section, use device_t and accessors instead of struct
...
device.
2011-01-14 18:34:44 +00:00
jruoho
a89366190f
acpi_md_ncpus(): use cpu_attached instead of cpus_running.
2011-01-14 18:33:34 +00:00
njoly
7922e017f8
Add usr/sbin/chown.debug entry back, but obsolete it.
2011-01-14 18:12:47 +00:00
skrll
a2bd31953e
Tweak aprint_verbose output.
2011-01-14 16:48:15 +00:00
skrll
df481c9844
Copy the pdc_iodc_read data when creating a device.
2011-01-14 16:37:11 +00:00
jmcneill
dba38226ce
only define HAVE_MTRR on x86
2011-01-14 16:04:49 +00:00
wiz
e7d1c4c49a
Fix spelling, mark up NULL. Closes PR 44381 by Ryo HAYASAKA.
2011-01-14 14:21:36 +00:00
minoura
1dfc739f1d
Whitespace.
2011-01-14 13:31:47 +00:00
minoura
c98325a1d2
Fix restore() (-r option). It didn't read the input file.
...
Apparently I did not test that code.
Pointed out by wiz@, thanks.
2011-01-14 13:25:16 +00:00
pooka
0625d22c3c
h_server is back, now testier than ever
2011-01-14 13:24:45 +00:00
pooka
1a076ae981
test remove signal delivery
2011-01-14 13:23:15 +00:00
pooka
9fba158b8b
Add RUMPSP_RAISE: the kernel sends a signal to the client.
2011-01-14 13:12:14 +00:00
pooka
cf864401d0
Support SIGMODEL_RAISE for non-local clients.
2011-01-14 13:11:08 +00:00
pooka
fc0cfa0a0c
+tp
2011-01-14 13:09:12 +00:00
pooka
054b6364bc
elementary tests for rump sigmodels
2011-01-14 13:08:00 +00:00
phx
7c6b4cb486
Include new bppcsc(4) driver from amiga.
2011-01-14 12:54:39 +00:00
phx
4b9754bc21
Fixed typo: staring -> starting
2011-01-14 11:14:02 +00:00
pooka
bb583c67a3
Release etfs node's backing vnode before freeing the etfs node.
...
spotted from the LOCKDEBUG run that martin accidentally did
2011-01-14 11:07:42 +00:00
phx
8c03397907
Add driver for BlizzardPPC SCSI.
2011-01-14 10:34:15 +00:00
wiz
3e398539db
Remove trailing whitespace, use more markup.
...
XXX: License missing.
2011-01-14 10:30:02 +00:00
tsutsui
7e57c1a44f
Adjust file lists for recent move:
...
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
2011-01-14 10:26:28 +00:00
phx
4c54787e40
bppcsc(4) man page
2011-01-14 10:25:14 +00:00
martin
72b336b07f
Using "int" variables with sysctl's CTLTYPE_BOOL is a simple receipt to
...
loose on big endian machines. So make the variables "bool".
2011-01-14 10:18:21 +00:00
jruoho
b19fbfbfda
Xref strsuftoll(3) and orders(7).
2011-01-14 10:08:57 +00:00
phx
d7852f7e49
bppcsc(4)
2011-01-14 10:05:14 +00:00
phx
4b0a64a12a
regen
2011-01-14 10:03:44 +00:00
phx
65ec95e637
Driver for BlizzardPPC 603e+ SCSI host adatper.
...
Patch submitted by Radoslaw Kujawa.
2011-01-14 10:01:12 +00:00
jruoho
e760d369ed
Xref xenbus(4).
2011-01-14 10:01:03 +00:00
reinoud
20846619eb
Metadata partition (v2.50+) bugfix commit :
...
* fix copying of the extents of the metadata node to the metadatamirror node;
it was not copying all extents.
* fix truncing metadata partition:
* fix endian conversions
* fix information length calculation so its truncated to the right length!
* allow for setting maximum extent length in extent merging. This is needed
since extents in the metadata partition files are only to be in allocation
unit sizes.
* adjust grow and shrink node to set the granularity of the maximum length of
an extent when encountering a metadatafile or metadatamirror file.
2011-01-14 09:09:18 +00:00
jruoho
203863eba4
Add AUTHORS. XXX: If you feel that you are missing, please add yourself.
2011-01-14 07:11:18 +00:00
jruoho
38a574e0d6
Xref ioapic(4).
2011-01-14 06:46:35 +00:00
matt
958d64ed82
Generate symbol constants for UC_GREGS_* and CALLFRAME*.
2011-01-14 06:15:27 +00:00
matt
2c2c9e807e
Change __cerror to be marked hidden and change callers to avoid the PLT.
2011-01-14 06:12:16 +00:00
nisimura
819cda4abe
fix a mysterious indent lossage roaming around for last couple of years.
2011-01-14 06:02:57 +00:00
matt
314296c406
Let libposix and librt have their own version of __cerror (__posix_cerror and
...
__rt_cerror). This enables each library (including libc) the oppurtunity to
make its __cerror hidden and avoid being called via the PLT. No user visible
differences to no need to bump the minor number.
2011-01-14 05:19:59 +00:00
jmcneill
f0d64b3259
hda_error->hda_debug when tracing an adc assoc fails
2011-01-14 03:16:37 +00:00
rmind
7146b2f61d
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
...
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.
Various #include fixes and review by matt@.
2011-01-14 02:06:22 +00:00
njoly
bb3c6ce094
Adjust for the new chown location.
2011-01-14 00:59:14 +00:00
jym
d4045078ec
No need to cast with bsearch(), it returns a void *. Use __arraycount().
2011-01-13 23:45:13 +00:00
haad
a3f1560397
Use SYMLINKS, I'm not sure why I ahve commited old version of my patch, but
...
it should be ok now. Thanks to tron@ for pointing at this issue.
2011-01-13 23:44:11 +00:00
wiz
746164e524
Sort SEE ALSO.
2011-01-13 23:27:11 +00:00
haad
c7287ec04b
Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
...
enabled. Fix header assert conflicts + bump WARNS for some libs.
2011-01-13 23:18:23 +00:00
haad
7532abd112
Use chown now when it's available without /usr mounted.
2011-01-13 22:30:09 +00:00
haad
6f5bb5ac37
Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
...
This was discussed and oked on tech-userlevel I have run full build release,
test anita cycle with this patch.
2011-01-13 22:28:35 +00:00
phx
1992693730
Recognize Amiga 600 model.
...
Patch submited by Radoslaw Kujawa.
2011-01-13 22:02:05 +00:00
phx
6f325f1347
Configure transfer mode registers to PIO mode. It seems to work without, but
...
just to be on the safe side.
2011-01-13 21:54:14 +00:00
skrll
e44006ac79
KNF
2011-01-13 21:44:13 +00:00
skrll
4dfecf969c
Redo the way devices are found.
...
Probe "Snake" machines with PDC_MEMMAP and others with PDC_SYSTEM_MAP.
Some PDCs don't tell us about all devices and/or the whole device tree.
Walk each bus to find these unreported devices.
2011-01-13 21:15:13 +00:00
jruoho
c8861148c8
Xref ioapic(4).
2011-01-13 21:12:49 +00:00