uwe
a855fb9e85
Fix fallout from 1.129 that converted sou::so_foo from unions to
...
pointers but missed (char *)&soup->so_foo => (char *)soup->so_foo in
mask_addr(). It worked by luck - unless it didn't: due to pointer
numerology on amd64 route add -net ClassC without explicit /24 prefix
length specification would result into /16 destination instead of /24.
2012-10-04 00:01:48 +00:00
christos
a24d023052
remove diagnostic printfs to make this compile again.
2012-10-03 23:55:22 +00:00
jakllsch
8b020b7eee
We don't actually want to round the number of elements in the bitmap
...
down. Fixes a self-inflicted buffer overrun.
(This was detected by chance that the top of the bitmap coincided with
a page boundary.)
2012-10-03 23:32:43 +00:00
christos
fda8fa0063
- add more debugging
...
- don't return memory we did not allocate, which the caller will then free!
2012-10-03 22:28:20 +00:00
gsutre
544994c48c
Enable GLX DRI2 support.
2012-10-03 21:50:14 +00:00
skrll
b253d19ad2
Add a bunch of pseudodevices and LOCKDEBUG. All commented out.
2012-10-03 20:54:23 +00:00
wiz
620c663aea
Bump date for previous.
2012-10-03 19:50:43 +00:00
wiz
4f7e551cb8
- improve wording and overall program description (notably for `-f');
...
- improve macro usage;
- bump date.
From Bug Hunting.
2012-10-03 19:50:11 +00:00
wiz
a04ce0cefc
- correct `usage' message;
...
- improve wording.
From Bug Hunting.
2012-10-03 19:50:06 +00:00
riastradh
334a028dd6
Add a remarkably percipient fortune cookie.
2012-10-03 19:41:46 +00:00
wiz
f8c0e3497a
- Correct macro usage;
...
- improve wording, including creating more consistency therein.
From Bug Hunting.
2012-10-03 19:37:36 +00:00
wiz
547319c1ee
- Improve wording;
...
- remove superfluous `.Pp' macro (fixes mandoc(1) warning).
From Bug Hunting.
2012-10-03 19:36:11 +00:00
wiz
fde0458761
- In the example for `-f', reference a directory that is actually
...
available in a default installation (/usr/src isn't);
- put together two lines which belong to the same sentence;
- remove a spurious space character;
- remove unneeded consecutive argument for `.Nm' macro.
From Bug Hunting.
2012-10-03 19:35:08 +00:00
wiz
1834bf7f98
Improve wording.
...
From Bug Hunting.
2012-10-03 19:28:44 +00:00
wiz
4f36cb9e44
- Sort order of options mentioned in text;
...
- improve wording;
- remove unneeded macros (fixes mandoc(1) warnings);
- in the `EXAMPLES' section, for `-d', mention the use of `-U'
besides that of `-u' (as the former is a variant on the latter).
From Bug Hunting.
2012-10-03 19:27:48 +00:00
wiz
c01be871ae
Update 'rcs' package entry.
...
From Bug Hunting.
2012-10-03 19:19:09 +00:00
matt
87a6bdd6f3
Add code to init the SRAB (the switch robot). Don't configure eth3 by default.
2012-10-03 19:18:40 +00:00
wiz
c56495817a
- Capitalization fixes (`OpenSSL'', not
`openssl'');
...
- change single to double space in between sentences;
- remove trailing white space.
From Bug Hunting.
2012-10-03 19:17:00 +00:00
riastradh
2a2bf69386
Fix formatting of Churchill quote on declarations of war.
2012-10-03 19:04:55 +00:00
dsl
4911d2e6ef
Remove all references to KVM86.
...
It was only ever used by APMBIOS - and then only if an option was selected.
Probably didn't work well at all!
2012-10-03 18:58:30 +00:00
riastradh
5a0c6d85d2
Use db_read_value to read the trapframe fields in db_nextframe.
...
Fixes SIGSEGV on bt in crash(8) when the stack trace ends in syscall,
and probably other problems as well.
ok christos
2012-10-03 17:43:22 +00:00
chs
5aed578101
as a workaround for PR 47016, call ioapic_reenable() at the end of
...
ACPI interrupt routing to fix the settings for the SCI interrupt.
the problem is that after my recent changes, the SCI handler is
installed before the MADT info is parsed, so we don't know what
polarity it should have. the real fix for this will be to rearrange
the ACPI initialization so that everything is done in a more sensible
order, but that will take some more time.
2012-10-03 17:04:25 +00:00
chs
5a71f29b5e
defer evcnt attachment correctly.
2012-10-03 16:51:44 +00:00
skrll
ad1491c110
Use armreg_ttbr_read instead of local version. No code change.
2012-10-03 13:13:38 +00:00
skrll
99a398814b
Remove one set of _[AS] defines. No functional change.
2012-10-03 13:06:06 +00:00
skrll
bfab5757c2
Remove some unnecessary headers.
2012-10-03 13:01:27 +00:00
skrll
c6e1291175
Update copyright
2012-10-03 13:00:47 +00:00
mlelstv
b7abe5ff3b
ext_ops does not change during the life cycle and can be fetched without
...
the mutex held. This avoids confusion in the compiler about an uninitialized
variable ext_ops.
ok rmind@
2012-10-03 12:24:56 +00:00
mlelstv
582d3a41a2
Add sanity check to sysctl_kern_maxvnodes.
2012-10-03 07:22:59 +00:00
mlelstv
c7b0abd4dd
Use getdisksize() to find out geometry, fetch only other magic values
...
from disklabel.
2012-10-03 07:20:50 +00:00
mlelstv
ff64c602d8
Only initialize when we are the first opener.
2012-10-03 07:16:49 +00:00
mlelstv
ec54e2b865
use media_table instead of replicating code
2012-10-03 07:08:58 +00:00
mlelstv
fb998a2dbc
Attach to PMF.
2012-10-03 07:07:04 +00:00
mlelstv
aac856dfae
No longer determine availability of ISO and UDF partitions, we default
...
to allow access to both. Only use a found ISO header to access the
correct session.
2012-10-03 07:05:51 +00:00
mlelstv
b01953ad5a
regen
2012-10-03 06:58:03 +00:00
mlelstv
7e7c7456b5
two more FTDI USB->serial adapters
2012-10-03 06:57:36 +00:00
christos
b1425120c0
move from common/pmap/tlb -> uvm/pmap
2012-10-03 00:51:45 +00:00
christos
c3ed0c68a2
common is no more.
2012-10-02 23:55:21 +00:00
christos
b2118b5ea1
move common/bus_dma/ -> dev/bus_dma/
2012-10-02 23:54:51 +00:00
christos
e62c0b0fdf
move common tlb stuff to uvm
2012-10-02 23:51:39 +00:00
christos
cf41d09769
fix path
2012-10-02 23:49:19 +00:00
christos
4b4465bd03
moved from src/sys/common/bus_dma
2012-10-02 23:39:43 +00:00
rmind
e7cdd21f2e
npfctl/yyerror(): print the right line number if we already parsed the line.
2012-10-02 23:38:52 +00:00
mlelstv
2897603d95
Don't call ureadc() with a spinlock held because ureadc() may fault when
...
writing to userspace.
2012-10-02 23:10:34 +00:00
roy
a124943219
Prefer dhcpcd(8) over dhclient(8).
2012-10-02 17:43:52 +00:00
msaitoh
ca34255e60
- Fix a bug that a fragmented packet is marked as bad checksum. It causes
...
a real bug when HW checksum offload function is used. It was easy to
reproduce with NFS UDP mount.
- Fix a potential bug that a packet other than TCP and UDP is marked as bad
checksum.
2012-10-02 15:22:46 +00:00
abs
070a35df41
"i.e." -> "i.e.," - from Snader_LB on IRC
2012-10-02 14:15:04 +00:00
roy
636fc830f6
Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
...
in rc.conf(5) instead.
2012-10-02 09:18:59 +00:00
jkoshy
1590a10806
Document the MKKMOD build knob.
2012-10-02 04:53:11 +00:00
christos
085a3fd784
mention clock_nanosleep
2012-10-02 01:48:06 +00:00