wiz
5905514238
Add offsetof(3) man page. From Thomas Pfaff via OpenBSD.
2010-02-27 22:04:37 +00:00
joerg
851c61a98d
Resolve disagreement between comment and code in favour of the comment,
...
so that more than one .%U can be used. Found by Jukka Ruohonen.
2010-02-27 21:15:54 +00:00
wiz
d6dd0655e0
Fix nroff warnings.
2010-02-27 21:12:58 +00:00
snj
c72be3c3d7
Minor wording improvement.
2010-02-27 20:39:42 +00:00
jruoho
3c7137464b
Add few paragraphs about the idea behind ECs from a hardware angle. Also add
...
a CAVEATS section because of the problematic and difficult nature of ECs.
Update copyright, bump date.
2010-02-27 19:38:39 +00:00
roy
6ae1dad26e
Document ld.elf_so change.
2010-02-27 19:23:38 +00:00
snj
364e777af2
Fix a couple old typos in comments.
2010-02-27 19:10:41 +00:00
mlelstv
7ad5c184b5
Move block number computations to callers of wapl_read/wapl_write and
...
conditionally build DEV_BSIZE adjustments for kernel. fsck_ffs shares
the same code but accesses physical blocks.
Also compute correct block numbers for each physical sector.
2010-02-27 16:51:03 +00:00
jruoho
b3f6831537
Add acpiecdt(4).
2010-02-27 16:13:28 +00:00
jruoho
f6bcc40eb2
Link acpiecdt to acpiec(4).
2010-02-27 16:12:49 +00:00
roy
086b6e0c30
Import dhcpcd-5.2.1
2010-02-27 16:04:33 +00:00
roy
4d83beb44b
Import dhcpcd-5.2.1 for a build fix
2010-02-27 16:02:25 +00:00
roy
3818f326d9
Include platform.c
2010-02-27 15:55:09 +00:00
roy
0df03e9fd9
Import dhcpcd-5.2.0 with the following changes from dhcpcd-5.1.5:
...
* VendorID is now dhcpcd-$version:$OS-$version:$machine:$platform
* IPv4LL address range can now be used in DHCP requests
* sysctl net.ipv4.conf.$iface.promote_secondaries enabled on Linux
This resolves a long standing issue of changing ip on the same subnet.
* IPv4LL correctly resets the DHCP timer.
2010-02-27 15:52:20 +00:00
martin
c4dca15847
obsolete the popcount tests for now
2010-02-27 12:16:50 +00:00
drochner
2b06c3b677
remove generated binary files
2010-02-27 12:08:56 +00:00
mlelstv
68b19a91fd
Adjust for change in kernel that stores physical block numbers
...
in superblock that point to the journal.
2010-02-27 12:07:40 +00:00
mlelstv
ef95b640b0
Store physical block numbers in superblock that point to the journal.
...
Calculate position of both commit headers correctly for disks with
large sectors.
Correct calculation of circular buffer size.
2010-02-27 12:04:19 +00:00
roy
9033c3cfe7
Sync against new ld.elf_so
2010-02-27 11:17:05 +00:00
roy
b02ec7e9f8
Implement negative cache checks for symbol lookups.
...
Uses the Donelist idea from FreeBSD.
2010-02-27 11:16:38 +00:00
wiz
60e71df88e
Sort options.
2010-02-27 10:49:58 +00:00
wiz
55641935f7
Sort options. Add -j to SYNOPSIS. Bump date for -j.
2010-02-27 10:49:42 +00:00
mbalmer
945771eda0
DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD.
2010-02-27 10:45:23 +00:00
mlelstv
f8f395ea25
Print both commit headers, even for disks with larger block sizes.
2010-02-27 09:53:33 +00:00
jym
4077310cda
Make a XENMEM_decrease_reservation DEBUG printf() more meaningful.
2010-02-27 09:22:40 +00:00
mlelstv
b13adfa46e
Add support to print the WAPBL journal.
2010-02-27 09:05:59 +00:00
tsutsui
1609b8d6f6
KNF, misc cosmetics.
2010-02-27 05:41:22 +00:00
tsutsui
d2be1889f9
Always call device dependent functions via pointers rather than
...
using conditionals to switch inline functions for modern processors.
2010-02-27 04:40:11 +00:00
tsutsui
4f3417c562
Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach().
2010-02-27 04:36:56 +00:00
jakllsch
dd483616f8
Use RUN_ONCE(9) again. (Everyone happy now?)
2010-02-27 00:31:57 +00:00
jakllsch
7d0469d4c4
Use correct prototype for dmattach().
2010-02-26 23:52:43 +00:00
christos
f0e3fdff97
matt wants the ping timeout to be 1sec
2010-02-26 22:44:17 +00:00
mlelstv
c30b0f26b2
mnt_fs_bshift is the filesystem block size, not the fragment size.
...
Revert to physical block size. This is fine as long as filesystem
and log stay on a similar physical medium.
2010-02-26 22:24:07 +00:00
morr
e4cb9ffb2f
Add myself
2010-02-26 21:52:22 +00:00
christos
2bd4c53fca
PR/42207: YAMAMOTO Takashi: If the portmapper (rpcbind) is not running, eject
...
takes 2 minutes to timeout. Add a ping the portmapper function that times out
after 5 seconds.
2010-02-26 20:18:37 +00:00
jym
42e5342a52
Fixes regarding paddr_t/pd_entry_t types in MD x86 code, exposed by PAE:
...
- NBPD_* macros are set to the types that better match their architecture
(UL for i386 and amd64, ULL for i386 PAE) - will revisit when paddr_t is
set to 64 bits for i386 non-PAE.
- type fixes in printf/printk messages (Use PRIxPADDR when printing paddr_t
values, instead of %lx - paddr_t/pd_entry_t being 64 bits with PAE)
- remove casts that are no more needed now that Xen2 support has been dropped
Some fixes are from jmorse@ patches for PAE.
Compile + tested for i386 GENERIC and XEN3 kernels. Only compile tested for
amd64.
Reviewed by bouyer@.
See also http://mail-index.netbsd.org/tech-kern/2010/02/22/msg007373.html
2010-02-26 19:25:07 +00:00
pooka
f3ca69bb04
Don't need to set NORUMPUSER since rumpuser isn't built from sys
...
anymore.
2010-02-26 18:57:06 +00:00
pooka
6e4a9f9133
librumpuser is not _KERNEL code and does not belong in sys. Move
...
the source files from src/sys/rump/librump/rumpuser to src/lib/librumpuser
(from where it is already built). Even so, keep rumpuser.h in
sys/rump/include for kernel source tree self-containment.
2010-02-26 18:54:20 +00:00
jym
cbdb1f8831
Change RSS (resident set size) limit. Instead of setting it arbitrarily
...
to the total free memory available to the system, use the smallest value
between VM_MAXUSER_ADDRESS and total free memory (having a RSS limit
bigger than VM_MAXUSER_ADDRESS has no real meaning).
Fix a possible int overflow when ptoa(uvmexp.free) is bigger than 4GB
with a 32 bits vaddr_t.
This change is similar to the one made in rev 1.144 of uvm/uvm_glue.c.
2010-02-26 18:47:13 +00:00
pgoyette
933c70b5e1
Disable DBCOOL_DEBUG by default, and make it compile that way.
2010-02-26 18:16:18 +00:00
pooka
5b02e50b03
Rename rumpuser_dl_module_bootstrap() to rumpuser_dl_bootstrap(),
...
since it hasn't been involved only with modules for quite a while now.
2010-02-26 15:23:20 +00:00
reinoud
28b2fc3a6f
Typo and style
2010-02-26 09:57:39 +00:00
martin
163086bd7a
Disable population count test for now, please re-enable once
...
PR toolchain/42885 is fixed
2010-02-26 09:35:08 +00:00
wiz
6d85ff35e1
'>' replacement for HTML output, be explicit about slash.
2010-02-26 07:03:49 +00:00
wiz
f704e3fc5c
-i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line.
2010-02-26 07:01:17 +00:00
agc
18a6f17072
add reachover shlib version file
2010-02-26 05:23:18 +00:00
christos
c40eb1e731
PR/42883: Greywolf: Add -i flag which brings "true incremental" capability.
2010-02-26 02:11:40 +00:00
dyoung
edec44fc69
Cosmetic: re-wrap some line.
2010-02-26 01:16:09 +00:00
dyoung
53a8345822
Cosmetic: join a line.
2010-02-26 01:15:08 +00:00
dyoung
ad812b20b2
Introduce Cardbus_intr_establish(cardbus_devfunc_t, ...) and
...
Cardbus_intr_disestablish(cardbus_devfunc_t, ...) and start using them.
2010-02-26 01:12:56 +00:00