Commit Graph

208875 Commits

Author SHA1 Message Date
matt
b7a0413860 Fix a bug in movmemsi in which couldn't handle sym(reg) expressions properly. 2012-02-02 13:32:17 +00:00
drochner
005775381c delete virtual screens on detach - this allows to hot-unplug
a udl@usb monitor without crash
2012-02-02 13:11:25 +00:00
drochner
28af654232 tell the compiler that the i387 runs in double-rounding mode, so it
doesn't need to issue memory store-read sequences to kill excess
precision. makes code smaller and faster, depending on optimization
flags
(as tests on Linux have shown, the compiler doesn't even succeed in
avoiding excess precision)
2012-02-02 13:07:33 +00:00
reinoud
1c948e16f7 spl_intr() is not defined anymore so remove from the header file 2012-02-02 11:13:41 +00:00
reinoud
f1858320d3 Regen 2012-02-02 11:12:40 +00:00
reinoud
1a5b67339c Add cdefs.h to usermode's genheaders.sh 2012-02-02 11:10:24 +00:00
macallan
ee1ab7bfc0 add a bunch of register definitions
not used yet but I better commit them now than have he tell me that I forgot
them when pm2fb.c starts using them
2012-02-02 07:09:53 +00:00
perseant
2e80c2a7d9 When creating a very small filesystem, use well-known small segment,
block and fragment sizes by default instead of the ordinary 1M/8k/1k
default for larger filesystems.
2012-02-02 03:50:32 +00:00
perseant
8c0be006bf If invoked with -D and creating an image file, ensure that the image
file is filled to the given size.  This prevents false failures
with "lfs: ifile read: 22" in ATF tests.
2012-02-02 03:49:22 +00:00
perseant
ccf39d2d9b Shut down the cleaner earlier if the filesystem is unmounted. 2012-02-02 03:47:11 +00:00
matt
ded3ab848b Make this compile on vax (uninitialized use warning). 2012-02-02 03:00:48 +00:00
pgoyette
eda587d6aa Clean up display of initial hardware provided limits. No functional change. 2012-02-02 02:47:59 +00:00
christos
bccc78a590 Disable PTRACE_FORK for vforked() children, because the parent is waiting
and will not receive the SIGTRAP in time.
2012-02-02 02:44:06 +00:00
para
e253ed8e30 allocate uareas and buffers from kernel_map again
add code to drain pools if kmem_arena runs out of space
2012-02-01 23:43:49 +00:00
matt
91964d87da Add more FLAGS 2012-02-01 23:03:30 +00:00
matt
8cdb54786a Add XLP specific CGM mode for SDHC_CLOCK_CTL. 2012-02-01 22:53:19 +00:00
kardel
2f3ccb499e cleanup printf fmt differences between i386/amd64 2012-02-01 22:48:15 +00:00
matt
127e8825f0 Add some more FreeScale ESDHC defintions. 2012-02-01 22:35:30 +00:00
matt
5e2f4552c6 Use "opt_sdmmc.h" for SDMMC_DEBUG, etc. 2012-02-01 22:34:42 +00:00
matt
37e06c30ca Add ext2/msdos support, allow mount from udf, add flashctl. 2012-02-01 22:25:46 +00:00
matt
48bb1d5677 Put ld0/ld1 on the ramdisk (for sdmmc). 2012-02-01 21:57:13 +00:00
matt
fe1bf23cfb Build the INSTALL kernels for the P2020DS and P2020RDB 2012-02-01 21:56:40 +00:00
matt
993d752c0e Use kmem instead of malloc. 2012-02-01 21:49:52 +00:00
matt
aa9762222f Allow ofwboot to read files from FAT(dosfs). 2012-02-01 21:48:22 +00:00
matt
5985b5151e Add tmpfs 2012-02-01 21:47:17 +00:00
matt
ceea929f77 Make sure the walnut system_tail_extra is very last thing. 2012-02-01 21:46:02 +00:00
kardel
617a40a056 use WARNS=0 until const issue is resolved 2012-02-01 21:22:19 +00:00
kardel
9b98de2bc5 initialize min_dist 2012-02-01 21:21:25 +00:00
kardel
cb314bfae7 build libopts with WARNS=0 for now 2012-02-01 20:49:09 +00:00
kardel
a2545411b3 back to WARNS=4 (constify and signedness corrections) 2012-02-01 20:48:01 +00:00
cherry
44937af7b2 amd64/Xen doesn't require special treatment for pmap_is_curpmap(),
since cpu_load_pmap() ensures that the linear map is in place for the
kernel. This emulates normal shared kernel mappings, except for the
recursive mapping of the PDP_BASE, which will point to the per-cpu
pdir, which will be a copy of the pmap_kernel()->pm_pdir; instead of
the user pmap->pm_pdir.
2012-02-01 18:55:32 +00:00
dholland
8ca6501118 Set list updates for libquota bump. 2012-02-01 17:53:54 +00:00
dholland
53787c1f86 Bump libquota.so major version (to 1) 2012-02-01 17:53:23 +00:00
dholland
a577f74f5b libquota no longer requires libprop. Also remove some other no-longer-used
.PATH'd-in bits from repquota.
2012-02-01 17:53:01 +00:00
dholland
4146833dd8 Remove old (5.99.48 - 5.99.62) libquota interface. 2012-02-01 17:52:07 +00:00
dholland
fb3f26c0cf Simplify elaborate calls to quota_check_limit(). 2012-02-01 17:48:10 +00:00
darrenr
a785f15818 PR kern/45907
#ifdef USE_INET6 guards are missing around IPv6 code
2012-02-01 17:11:46 +00:00
jakllsch
232e69ea3e Set HDAUDIO_PCI_TCSEL to TC0 like Linux does.
Fixes stalled audio on Lenovo X60 with coreboot firmware.

Additionally, move snooping adjustment to be executed on resume too,
as Linux does.
2012-02-01 16:56:34 +00:00
christos
6c9b9f2ea5 old style def 2012-02-01 16:49:36 +00:00
christos
bae8623cee ansify 2012-02-01 16:46:28 +00:00
taca
25dd67576b Postfix 2.8.8 and 2.9.0 has released. 2012-02-01 14:35:03 +00:00
wiz
890a9f1122 Remove trailing whitespace. Bump date for previous. 2012-02-01 13:30:42 +00:00
manu
5036fcef74 Document when recv(2) returns 0 2012-02-01 13:29:15 +00:00
kardel
f6ba422c0a bin/45906: regenerate ntpd/ntp_keyword.h to accommodate our changes 2012-02-01 13:01:29 +00:00
he
67c7d087a0 Don't refer to ipf_log_soft_destroy(), ipf_log_soft_create(),
ipf_log_soft_init(), and ipf_log_soft_fini() unless IPFILTER_LOG is
defined, since ipf_log.c won't be built unless that flag is defined,
ref. sys/netinet/files.ipfilter.
2012-02-01 10:18:04 +00:00
he
c994805f0b Bump SYMTAB_SPACE. 2012-02-01 10:04:55 +00:00
he
8d979ac389 Don't forward-declare ipf_dolog unless IPFILTER_LOG is defined,
since its implementation is under that ifdef.
2012-02-01 10:03:24 +00:00
matt
aef82ea659 Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes. 2012-02-01 09:54:02 +00:00
matt
b52ee8638f Need runtime checks for mach mmu command. 2012-02-01 09:51:00 +00:00
wiz
b77ace591a zlib-1.2.6 out. 2012-02-01 09:41:07 +00:00