rmind
bea61aedea
npf_icmp_uniqid: inspect the correct npc_info for IPv4/v6.
2012-09-10 21:42:53 +00:00
christos
85bde018fb
PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno handling,
...
faulty reuse of val in wrong context
2012-09-10 20:53:18 +00:00
manu
dbb40afdd6
Fix unmount returnign EBUSY if an attribute was autocreated: we hold
...
a useless reference that we never gave back
2012-09-10 14:00:15 +00:00
manu
3cd0e66ce4
Turn a fatal error into a warning.
2012-09-10 13:56:18 +00:00
msaitoh
d74909fbf4
Add "static".
2012-09-10 13:36:40 +00:00
adam
af67173111
Fix building with MKCOMPAT=no
2012-09-10 11:29:06 +00:00
msaitoh
584ab5f5fd
Fix a bug that the irq_masks of GPIO are incorrectly set on Marvell SoCs.
2012-09-10 08:50:37 +00:00
manu
73a4ed62d1
Stop extended attributes at the appropriate place so that unmount
...
does not fail with EBUSY on filesystem with extended attributes ensabled.
2012-09-10 07:57:50 +00:00
martin
02cf1397ba
Make this file idempotent
2012-09-10 07:47:07 +00:00
msaitoh
5699fb2d89
Accept "-s 0"
2012-09-10 04:32:24 +00:00
gsutre
b942a7ea7e
In uhub_childdet, do not free the array of sub-devices if there is none.
...
This prevents a kernel panic at shutdown on my laptop.
2012-09-09 20:23:38 +00:00
christos
b8d8a7470d
default to not checking host and mail names per rfc-2181
2012-09-09 18:09:24 +00:00
christos
2a7b0a49fb
add a check-names option, now that the default is no-check-names
2012-09-09 18:04:26 +00:00
christos
9d1644e9da
make the default to not check names.
2012-09-09 18:03:17 +00:00
wiz
23f6e3c1fb
Bump date for previous.
2012-09-09 17:11:49 +00:00
wiz
ec3037b42e
Whitespace and formatting cleanups.
2012-09-09 17:11:23 +00:00
dholland
31ea0cb5b3
ptyfs hasn't been experimental in a long time. (noticed by blymn)
2012-09-09 17:09:51 +00:00
christos
98fae1dfe3
implement no-check-names
2012-09-09 16:42:23 +00:00
christos
1212faa109
document missing resolv.conf options
2012-09-09 16:38:52 +00:00
christos
5bbd2a1250
from ftp.isc.org
2012-09-09 16:07:20 +00:00
mhitch
247f088744
Remove an erroneous change that crept in. It was part of an earlier,
...
incorrect fix I had done for writing > 64K bytes. It was still in the
set of changes mlelstv had committed. I noticed it at the time, but did
not think it was problematic - until now. This fixes the ccb corruption
I was seeing and fixes PR kern/46896.
2012-09-09 06:06:29 +00:00
manu
bd4473d64d
Temporary fix for quotactl authorization: it must use the effective UID
...
and not the real UID.
Further work is required to move the check to the kauth listener instead
of having it in UFS code.
2012-09-09 04:27:49 +00:00
msaitoh
0d54b0ec95
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
2012-09-09 04:27:11 +00:00
dholland
8df67510ff
Revert previous temporary measure and fix the assertion properly instead.
2012-09-08 15:15:06 +00:00
martin
2b68f1748c
Make this compile on archs where VM_MIN_ADDRESS is not defined (or not
...
exported to userland)
2012-09-08 12:25:05 +00:00
matt
0cacf47324
Fix comment
2012-09-08 05:02:41 +00:00
msaitoh
a3568bcd83
Fix a bug that kmem_alloc() is called from the interrupt context.
2012-09-08 02:58:13 +00:00
macallan
948320a0e0
set isp_xffree, like the PCI frontend does
...
now this works again
2012-09-07 22:37:27 +00:00
matt
adc4891f27
Don't disable the L2C is it isn't enabled.
2012-09-07 21:18:58 +00:00
ginsbach
1df4f26b78
Regenerate to handle changes since 2009-12-14 (Newsletters VI-7 thru VI-13)
2012-09-07 21:08:03 +00:00
ginsbach
436b8a85c5
- Fix broken links (ISO web site reorganized). Script now works again.
...
- Use a few more variables so that it will be easier to change the
next time ISO shuffles the deck.
2012-09-07 21:04:43 +00:00
martin
69c011c56b
Deal with architectures defining VM_MIN_ADDRESS > 0.
...
Add additional error code tests using a pointer one page past current brk.
2012-09-07 20:27:12 +00:00
matt
56d64289ed
Fool gcc into thinking we aren't using r31. We do use it but we don't
...
clobber it since it save and restore it from a temporary register.
2012-09-07 18:05:11 +00:00
matt
7a552b815e
Forgot to commit this.
2012-09-07 17:11:43 +00:00
matt
f589052102
Include PCI outbound windows in the kernel IO region. Make sure these start
...
on a SuperSection boundary.
2012-09-07 11:53:49 +00:00
matt
cb83348c48
Include the PCI outbound windows in the BCM53XX IO space.
...
Call arml2cc_init from bcm53xx_bootstrap to fill in arm_cache info.
2012-09-07 11:52:30 +00:00
matt
ce2db8d32f
Switch cortex_a9 back to need_ptesync = 1
...
Add code to disable the L2 cache on cortex-a9 (for now).
Add evcnt for all the fault types.
Move cache info in a structure and have one for the pcache and one for scache.
Probe L1/L2 caches properly for ARMv7
2012-09-07 11:48:59 +00:00
wiz
43eaa46ea3
Use emalloc in one more place, like the rest of the code does.
...
From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
2012-09-07 11:29:04 +00:00
wiz
ab20ab348a
Fix usage, from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
2012-09-07 11:28:46 +00:00
wiz
cb2bec1375
Fix typo.
2012-09-07 07:07:15 +00:00
para
75ebc1f88a
call pmap_growkernel once after the kmem_arena is created
...
to make the pmap cover it's address space
assert on the growth in uvm_km_kmem_alloc
for the 3rd uvm_map_entry uvm_map_prepare will grow the kernel,
but we might call into uvm_km_kmem_alloc through imports to
the kmem_meta_arena earlier
while here guard uvm_km_va_starved_p from kmem_arena not yet created
thanks for tracking this down to everyone involved
2012-09-07 06:45:04 +00:00
dholland
9af1ccf1bf
Disable bogus _DIAGASSERT.
2012-09-07 04:50:35 +00:00
matt
8943663d89
Increase kernel VM space.
2012-09-07 04:40:13 +00:00
matt
311bca2c35
Change _l2_ to _log2_ to make sure they don't confused with level 2.
2012-09-07 04:39:14 +00:00
matt
543f108c31
Fix pci_conf_interrupt issues
2012-09-07 04:32:03 +00:00
matt
a8140c3a49
Fix pci_conf_hook/interrupt for ARM.
2012-09-07 04:25:36 +00:00
matt
1bf0c8b153
Fix pci_conf_interrupt lossage.
2012-09-07 03:06:05 +00:00
matt
65993b3900
Fix more pci_conf_interrupt/pci_conf_hook problems
2012-09-07 03:05:11 +00:00
tls
68ad6e1d4b
Fix kern/46911: note that we rekeyed the cprng so we don't keep doing so.
2012-09-07 02:42:13 +00:00
matt
974581be66
Fix pci_conf_interrupt fallout.
2012-09-07 02:11:32 +00:00