Commit Graph

197326 Commits

Author SHA1 Message Date
jakllsch
a8f51619b3 Correct __HAVE_FAST_SOFTINTRS typos, use only __HAVE_FAST_SOFTINTS. 2011-01-31 23:56:14 +00:00
dyoung
dcda6c56b0 Let the linker instead of the C preprocessor configure the kernel: make
weak aliases device_register(9) and device_register_post_config(9)
for the stub routine voidop().  Get rid of __HAVE_DEVICE_REGISTER and
__HAVE_DEVICE_REGISTER_POST_CONFIG.
2011-01-31 23:07:16 +00:00
dyoung
25fc6f07bf If there are readers or writers in the alldevs list, don't remove a
device_t out from under them, but tag it for deletion, later.
2011-01-31 23:00:34 +00:00
christos
bcb5ce2065 Fix emulation issue of SETVAL, and make the code look the same between the
two different versions.
2011-01-31 22:51:39 +00:00
christos
50e452f9f7 deal with detecting the first and last cpu differently. 2011-01-31 19:41:19 +00:00
christos
2d5180b4b9 add braces, per joerg. 2011-01-31 19:10:18 +00:00
matt
c1edd37ce1 Make sure to getnlist in dovmstat 2011-01-31 18:56:04 +00:00
njoly
9634a49aaa Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail
anymore.
2011-01-31 18:53:29 +00:00
matt
77b08fadff Add entry for usr/libdata/debug/usr/lib/sparc/libisns.so.0.0.debug 2011-01-31 18:49:43 +00:00
njoly
7ca6722553 In sysvbfs_lookup(), deny last component write operation on a
read-only mount.
Fix PR/44302: sysvbfs allows unlink on fs mounted MNT_RDONLY.

Reviewed by pooka.
2011-01-31 18:48:50 +00:00
christos
f7459bf8c1 add debuglib 2011-01-31 18:28:05 +00:00
christos
60dfc423f1 whitespace 2011-01-31 18:27:53 +00:00
skrll
4ab536071f Fix CPU_INFO_FOREACH. 2011-01-31 18:21:33 +00:00
drochner
953846fa39 use of .PARSEDIR just doesn't work with .OBJDIR, replace with .CURDIR 2011-01-31 17:54:20 +00:00
jakllsch
eaffb7f87c Make the Adaptec 1420SA entry match the Marvell 88SX6041 entry.
According to
http://lists.freebsd.org/pipermail/freebsd-current/2010-April/016973.html
the Adaptec 1420SA is a 88SX6041 (and the 1430SA is a 88SX7042).

This should fix the problem described in
http://mail-index.netbsd.org/current-users/2010/10/14/msg014526.html
2011-01-31 16:30:48 +00:00
christos
984dfe5f9f bump down the recursion limit to 64. 2011-01-31 15:07:29 +00:00
christos
ae8a4fc798 not everyone has fenv.c, pointed by Havard Eidnes 2011-01-31 15:06:01 +00:00
skrll
fb562d62f0 Rename hppa_ncpus hppa_ncpu.
Increment for primary CPU only for now.
2011-01-31 14:11:02 +00:00
skrll
f80f065ff5 This file needs opt_multiprocessor.h early so we pick up the right
definition from cpu.h, etc.

XXX should revisit the _STANDALONE vs _KERNEL split
2011-01-31 12:10:58 +00:00
matt
342cb4ea9b if using MAKEOBJDIRPREFIX, make sure to unset it since it would override
the use of MAKEOBJDIR.
2011-01-31 10:58:14 +00:00
pooka
e8bcfa54fd Add test case for F_GETLK pid-oddness from PR kern/44494.
I found the test case a little difficult to understand (because of
many indices), so I added a few more comments after I think I
figured out what was going on.
2011-01-31 10:01:26 +00:00
dholland
dd4195805d fix grammar in the same sentence as the previous patch, noted by jdc 2011-01-31 09:57:29 +00:00
matt
dc4bb5a050 Add libarm and libpmc debug 2011-01-31 09:19:52 +00:00
dholland
a51059cc44 Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov
in PR 44490.
2011-01-31 08:25:32 +00:00
matt
4c2b26a393 Fix ident. 2011-01-31 06:33:05 +00:00
matt
497ddd31b9 Add RCSID when needed.
Don't include pmap.h or pte.h, include "assym.h" instead.
Use assym.h provided values.
2011-01-31 06:28:02 +00:00
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