matt
076c4ed708
Define the L1* pte values. Now pmap.h and pte.h no longer needed in .S files.
2011-01-31 06:26:54 +00:00
matt
7e1849b672
Generate addresses from this instead of including gemini.h
2011-01-31 06:10:25 +00:00
matt
3d57b172c8
Change to use TOOL_MKUBOOTIMAGE
...
Make sure we cleanup everything.
gemini now has its own genassym.cf
2011-01-31 06:09:32 +00:00
dholland
5d365068fe
typo fix, from Ryo HAYASAKA in PR 44495.
2011-01-31 06:05:54 +00:00
christos
f913257c92
new error.
2011-01-31 04:49:46 +00:00
christos
0f6e9a96aa
Limit recursions to avoid DoS attacks from Maksymilian Arciemowicz
2011-01-31 04:20:50 +00:00
matt
a66016ab15
Add TOOL_MKUBOOTIMAGE
2011-01-31 03:42:01 +00:00
matt
06de5a61bb
Make mkubootimage for evbmips and evbppc too.
2011-01-31 03:41:10 +00:00
matt
b86170a11c
Add mips/mips64 support.
2011-01-31 03:37:28 +00:00
christos
17b8402a39
fenv support for sparc64 from Stathis Kamperis
2011-01-31 00:19:33 +00:00
christos
df0e963b6e
enable this for amd64 too.
2011-01-31 00:10:06 +00:00
christos
60a60620da
regen
2011-01-31 00:06:57 +00:00
christos
cae1901fc3
make syscalls match documentation as far as pid_t goes.
2011-01-31 00:05:29 +00:00
christos
794726de70
clear register 0x41 as FreeBSD and OpenBSD do. Update copyright to the latest.
2011-01-31 00:01:07 +00:00
gsutre
877d0fbda9
Enable 36-bit addressing for chipsets that support it. While there,
...
factorize offset computation. Inspired from OpenBSD and Intel docs.
Note: agp_i810_bind/unbind_page will now fail with EINVAL if the
physical address is too large for the chipset (instead of silently
truncating it).
ok jmcneill@
2011-01-30 23:43:08 +00:00
njoly
c5514b17cb
Move -offset option before column width arguments.
2011-01-30 23:29:24 +00:00
skrll
7ab26f0f09
Grammar.
2011-01-30 22:36:37 +00:00
skrll
e0309a99f9
Tweak a comment. Suggestion from rmind@.
2011-01-30 22:36:12 +00:00
njoly
0b07dcd551
Add missing Ta macro.
2011-01-30 21:48:48 +00:00
phx
fe4ee5f962
Added missing .tag)
2011-01-30 21:18:51 +00:00
phx
aac6cb3e9b
As discussed with nisimura@ we remove the original Sandpoint evalulation
...
platform from the installation instructions. Although it may still build
the primary target are NAS boxes.
2011-01-30 18:13:31 +00:00
phx
cd358400b3
Sandpoint bootloader was renamed from netboot to altboot.
2011-01-30 18:04:41 +00:00
wiz
fa61d3f4dc
xz-5.0.1 out.
2011-01-30 17:48:04 +00:00
plunky
dcea4289ad
add (SOL_SOCKET, SO_TIMESTAMP) messages if requested
2011-01-30 17:23:23 +00:00
bouyer
21b1dbeb44
Move rumpuser_sp_fini() after the kernel has completed shuwdown
...
(and especially, after filesystems have been unmounted).
This way, rump.halt returns once the rump kernel is really out of the
game, which avoids races issues in test scripts using a rump kernel.
OK pooka@
2011-01-30 16:31:42 +00:00
rumko
597cd7831b
Add myself
2011-01-30 11:50:43 +00:00
skrll
22dc156396
Don't use magic constant.
2011-01-30 10:09:23 +00:00
skrll
773417849f
Whitespace.
2011-01-30 09:58:03 +00:00
jruoho
512cae94de
Improve error reporting.
2011-01-30 08:55:52 +00:00
rmind
f79a70df93
vn_lock: describe flags, remove reference to lockmgr.
2011-01-30 07:04:48 +00:00
rmind
e5f51d8e44
Sync man page with reality.
2011-01-30 07:02:23 +00:00
wiz
c147060a75
Remove trailing whitespace; new sentence, new line; mark up
...
NULL with Dv; fix Dd argument.
2011-01-29 23:38:34 +00:00
agc
6b63829157
sync sources with sourceforge repository, prompted by Mateusz Kocielski.
...
+ minor changes to free resources in error cases
+ update return values from some functions
+ wrap some long lines
+ more tests
+ add length argument to digest functions
an additional minor fix to make this build, and to libsaslc.3 man
page, by myself.
2011-01-29 23:35:30 +00:00
jakllsch
9d4594cbe9
Re-add LBL_ALIGN define we used to have pre-src/external.
...
Fixes a tcpdump SIGBUS on ARM.
2011-01-29 23:19:54 +00:00
matt
0536d96d78
Fix type sigtramp_t -> sigtramp_2
2011-01-29 22:58:47 +00:00
cegger
a40029a856
use aprint_debug_dev and get rid of SYNAPTICSDEBUG
2011-01-29 20:37:24 +00:00
matt
9bccfe315c
Add EVCNT_TYPE_ANY for sysctl. Fix EVCNT_STRING_MAX fencepost error.
2011-01-29 18:21:22 +00:00
matt
e73cf42c63
Note new sysctl for evcnt and vmstat rework.
2011-01-29 18:19:54 +00:00
matt
45362e3914
Defer nlist processing until we know we need to it. If everything can be
...
obtained via sysctl, we can skip it entirely. This means we can run even
if not setgid.
getuptime will now use sysctl/clock_gettime if memf is NULL.
doevcnt now sues sysctl(kern.evcnt) is memf is NULL. It falls back to
groveling if sysctl returns an error of ENOENT.
dointr will call doevcnt to evcnt based intr stats.
2011-01-29 18:10:08 +00:00
matt
765779f409
Add a sysctl to retrieve evcnts from the kernel. You can tell it to
...
limit to a specific type and/or all or just evcnts with non-zero counts.
2011-01-29 17:35:23 +00:00
jym
4bd25a927a
Pass down INSTALLSETS variable to installsets target. Use :Q to escape
...
shell meta-characters, as the variable contains a list of sets, separated
by spaces.
$ ./build.sh -V INSTALLSETS="base etc" install=idir
should now work as expected.
Reviewed by apb@ on tech-toolchain.
2011-01-29 16:56:26 +00:00
tsutsui
9b611cb949
kern/44483: Support for WACOM Graphire2 ET-0405A-U graphics tablet.
2011-01-29 14:20:18 +00:00
tsutsui
c9e63bdb69
Regen from usbdevs rev 1.577:
...
> PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
2011-01-29 14:18:24 +00:00
tsutsui
57f2dcf6e9
PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
2011-01-29 14:17:44 +00:00
wiz
0e4af12970
postfix-2.8.0 out.
2011-01-29 10:51:42 +00:00
jnemeth
0af302156e
PR/44482 - Ryo HAYASAKA -- typo
2011-01-29 04:00:19 +00:00
mrg
017add8611
add a makefile to build xf86-input-synaptics.
2011-01-29 02:32:36 +00:00
matt
2599cc89ba
Don't use r0 to restore LR, use r7 instead.
2011-01-29 02:21:20 +00:00
christos
60c10f9b2e
revert the revert and fix the code properly.
2011-01-29 02:16:52 +00:00
jym
0987908f63
Mirror a change that was made on i386 by gdt@.
...
XXX i386 and amd64 distrib have lots in common, maybe more files/logic
could/should be shared.
Message log reads:
Use ${INSTALL} ${COPY} instead of ${CP}.
This avoids a problem where files with mode 0400 (CVSREAD=t) are
copied to OBJDIR and then can't be re-copied on a subsequent build.
ok joerg@
2011-01-29 01:54:33 +00:00