Commit Graph

214065 Commits

Author SHA1 Message Date
christos
968ce182a5 - use {g,s}etprogname()
- fix usage
2012-10-23 17:55:46 +00:00
wiz
2690e9488f + ly 2012-10-23 17:30:59 +00:00
dyoung
9496624c30 Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's
native ctags, and it's nice to have consistent ctags from one host to another.
2012-10-23 16:08:12 +00:00
christos
722882388a allow non-command keysyms to be mapped as commands (experimental) 2012-10-23 15:30:45 +00:00
macallan
98249f3c06 make anti-aliased character drawing work on hardware where stride != width * bytes per pixel 2012-10-23 15:12:59 +00:00
skrll
4b8894bd4b Correct inverted boolean logic for the coherent flag introduced in r1.61
Fixes slow nfs seen by msaitoh@
2012-10-23 12:23:20 +00:00
macallan
56d117046e support anti-aliased fonts 2012-10-23 11:53:18 +00:00
christos
2b7d68ecf8 - remove obsolete = { syntac
- print context for yyerror()
- add a production to clarify a syntax error
2012-10-23 01:59:18 +00:00
pgoyette
8955665a05 Note that -d flag also precludes historical usage. 2012-10-22 22:59:33 +00:00
christos
730c385f2b Recognize --date and --reference like gnu. 2012-10-22 21:51:58 +00:00
christos
3a1d62f3bf This move is taking too long :-) make the file re-appear to fix the build. 2012-10-22 21:21:07 +00:00
christos
c8bd03f1a4 support --reference=rfile 2012-10-22 18:02:26 +00:00
christos
c8bb8a7a53 fix argument parsing. 2012-10-22 18:00:46 +00:00
christos
bc8069542c add --reference=rfile 2012-10-22 17:47:06 +00:00
jakllsch
855ce55c8b Work around missing __BUS_SPACE_HAS_STREAM_METHODS on some ports. 2012-10-22 16:43:05 +00:00
matt
64683924bd Switch to ARM_VECTORS_HIGH 2012-10-22 15:43:32 +00:00
matt
f81200e3b1 Only call cpu_{,s}dcache_inv_range if len > 0 2012-10-22 15:01:18 +00:00
jakllsch
133b402371 Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,
"Yoda".  Correct said lyrics.

Correct lyrics to "Weird Al" Yankovic's "One Of Those Days".
2012-10-22 14:33:27 +00:00
christos
f8f2550e7b define __alignof() in terms of __alignof__ if it is available. 2012-10-22 14:00:07 +00:00
drochner
1bbaa05cd5 mention "discard" (ATA "TRIM") support 2012-10-22 10:37:44 +00:00
christos
48c5746230 Don't play stupid pet tricks with alignments and simplify the code not
to allocate/copy.
2012-10-22 04:35:17 +00:00
christos
83ff0d3d9d missed a const commit 2012-10-22 01:21:57 +00:00
matt
d37307fce6 Add FORCE quirks for ASMEDIA ASM1061 2012-10-21 23:09:53 +00:00
matt
85f4e1955f Regen. 2012-10-21 23:07:23 +00:00
matt
091b3a00db Add more ASMEDIA 1061 variants. 2012-10-21 23:06:59 +00:00
christos
2f6d4dae96 - fix alignment issues in ipmon
- protoize ipmon.c, use void *, size_t instead of char *, int.
2012-10-21 22:57:48 +00:00
christos
f9cda8244e Add an __alignof() macro. 2012-10-21 22:35:52 +00:00
christos
de5e815cfc don't check for i and use j. 2012-10-21 22:18:16 +00:00
matt
6f80309aca Make sure when mapping all the kernel, start at KERNEL_BASE, not kernel_base. 2012-10-21 22:04:05 +00:00
alnsn
faf841b39a Move sljit_mod.c to sys/external/bsd/sljit/sljit and share it between
builtin and standalone module.
2012-10-21 21:23:38 +00:00
alnsn
f5217f73dd Update README.import. 2012-10-21 19:15:10 +00:00
alnsn
2b598a624b Import sljit @ r176.
r176: Add void to function definitions. Patch by Alexander Nasonov
2012-10-21 19:07:18 +00:00
matt
492b6e5c4a Change to use symbolic constants from assym.h and fix a typo in a comment. 2012-10-21 15:46:00 +00:00
matt
2e1f9eb48e Add softint processing for irq_idle_entry 2012-10-21 10:29:53 +00:00
matt
32de2cd202 Use static initializer for bus dma tag initialization 2012-10-21 10:29:23 +00:00
matt
2f91e8eb8f Use right flag name for bus_dmamem_map (fixes usb on BCM53xx). 2012-10-21 10:22:40 +00:00
matt
2081417ca3 Implement a "fast" path for IRQ handling out of the idle loop. Since we
are in SVC32 already we only need to save a few registers.  Processing is
also simplified since we know we can't return to user-mode.
2012-10-21 09:25:16 +00:00
wiz
9ed3eb6e68 Use more markup. 2012-10-21 08:18:27 +00:00
jschauma
708ea1dcd8 clarify that BLOCKSIZE also influences the total in long output 2012-10-21 01:39:05 +00:00
christos
1db8a1b54a PR/47098: Steffen "Daode" Nurpmeso: mail(1): SEGV with bad globbed file argument 2012-10-21 01:11:23 +00:00
christos
0575918243 consistently use warn 2012-10-21 01:10:22 +00:00
riastradh
d9310ec72a Use 0 for MS_NOMNTTAB since we have no mnttab anyway. 2012-10-20 22:11:38 +00:00
msaitoh
41914441d3 Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105 2012-10-20 19:53:28 +00:00
kiyohara
5e233c258e Add experimental support GENERIC.MP. 2012-10-20 14:53:37 +00:00
matt
7f4276712d Increase l2pts to accomodate large memory disks. 2012-10-20 14:42:20 +00:00
kiyohara
515e584834 Support Cache Protocol 'MEI' with MULTIPROCESSOR. 2012-10-20 14:42:15 +00:00
macallan
62d7fcf09f - only sync the drawing engine when we're about to access video memory
- use the blitter to draw the cursor
- use the glyphcache to minimize vram access
-> about 15% to 20% speedup
2012-10-20 13:52:11 +00:00
macallan
b39222ebf0 don't sync after each drawing op, add functions to wait for the engine to get ready for more commands or idle 2012-10-20 13:31:09 +00:00
macallan
c79df3405a fix typo 2012-10-20 13:29:53 +00:00
kiyohara
10a93b3b38 Fix broken cpu_hatch_stack.
And define macro HATCH_STACK_SIZE.
2012-10-20 13:18:45 +00:00