Commit Graph

149987 Commits

Author SHA1 Message Date
ad
66cc95bc3f Don't grab the kernel lock for MPSAFE syscalls. 2006-08-26 20:05:25 +00:00
matt
93c0edefe2 Don't cast pointers using unsigned and/or int. Use intptr_t or uintptr_t
as appropriate.
2006-08-26 20:04:59 +00:00
matt
297706ddda Nuke unneeded LP64 conditional section 2006-08-26 20:03:49 +00:00
matt
59b53ad312 More mips64 toolchain changes. With these changes, the mips64 toolchain
can build a mips64 kernel.
2006-08-26 20:01:29 +00:00
matt
02f1c8b0ef Make sure to compile things at -O2 for mips64e[bl] 2006-08-26 19:57:03 +00:00
matt
c0b0d51c8c MACHINE_CPU for mips64e[bl] is mips 2006-08-26 19:56:37 +00:00
matt
ef686bc4f3 Nuke netccitt. 2006-08-26 19:46:51 +00:00
matt
746233bae3 Nuke XNS kernel support. 2006-08-26 19:45:43 +00:00
christos
dace278549 PR/34292: Aaron Hodgen: twa driver incorrectly reports drive size/description 2006-08-26 19:35:51 +00:00
matt
eb3f97a8e0 Add back /usr/include/netccitt and netns and mark as obsolete.
Move netbt from comp to base.
Remove trsp man page entries.
2006-08-26 19:31:53 +00:00
pavel
933a5dd371 bumb date. 2006-08-26 18:35:24 +00:00
pavel
28ef711f66 reference compat_30(8) in the description of COMPAT_30 and delete
duplicated information. Pointed out by Izumi Tsutsui.

Bump date.
2006-08-26 18:34:28 +00:00
christos
c4db14231b Some tools need efuns. 2006-08-26 18:26:14 +00:00
christos
01cda7f789 efun man pages. 2006-08-26 18:25:36 +00:00
christos
6ad9fd095c add efun. 2006-08-26 18:20:18 +00:00
christos
5a7156cc58 use efun(3) 2006-08-26 18:18:16 +00:00
christos
cdab3a7a06 More programs using efun. 2006-08-26 18:17:41 +00:00
christos
d0fb89015b Now that this is part of tools, we don't need the extra build glue. 2006-08-26 18:17:13 +00:00
christos
1b75c508c8 Programs that had their own efuns, use libutil's now. 2006-08-26 18:15:37 +00:00
pavel
4eb1701bdb document the recent filehandle changes. 2006-08-26 18:15:36 +00:00
christos
2a1607d040 Programs that use efun. 2006-08-26 18:14:28 +00:00
christos
8919424bdb No need to compile their own efun's. 2006-08-26 18:12:50 +00:00
christos
6e90deb9cb Efun source. 2006-08-26 18:11:45 +00:00
christos
e72710e561 Add efun(3) 2006-08-26 18:11:12 +00:00
matt
b7052c7cc1 Removed as part of XNS purge. 2006-08-26 18:10:40 +00:00
tsutsui
037b569f1b No need #include <machine/param.h> since #include <sys/param.h> is enough. 2006-08-26 17:36:06 +00:00
matt
13f8672f00 Don't descend into trsp anymore. 2006-08-26 17:26:00 +00:00
matt
cca9bcea2e Nuke a leftover XNS fragment. 2006-08-26 16:59:27 +00:00
christos
f38f9fbc4a Remove advertising clause. 2006-08-26 16:24:29 +00:00
matt
bb735e0ef9 Remove XNS support. 2006-08-26 16:20:20 +00:00
matt
1567f6c620 Obsolete XNS man pages. 2006-08-26 16:17:18 +00:00
matt
301907af2b Remove XNS protocol man page. 2006-08-26 16:14:29 +00:00
matt
acf2f4a0d7 Remove the XNS man pages. 2006-08-26 16:11:05 +00:00
matt
95ff9c00a4 Move ns_addr and ns_ntoa to compat libc. Add a stripped version of
<netns/ns.h> which only include struct ns_addr and the ns_addr and ns_ntoa
function prototypes.
2006-08-26 16:07:01 +00:00
matt
a5db205458 Conditionalize XNS support. No longer enabled. 2006-08-26 15:33:20 +00:00
matt
e6ff03ce6f Remove XNS and CCITT/X25 bits. 2006-08-26 15:26:02 +00:00
matt
101216a5b7 Back mips N64 changes made to wrong toolchain. 2006-08-26 14:49:56 +00:00
tsutsui
065fd1a5c0 Fix pointer signedness warnings by gcc4. 2006-08-26 14:13:40 +00:00
tsutsui
0216ae4c51 Handle (.rodata.*) sections created by gcc4. 2006-08-26 14:12:26 +00:00
tsutsui
b5825ccf25 Change types from int8_t to char for arrays which store char names. 2006-08-26 14:04:55 +00:00
xtraeme
18199bb695 Be a little less agressive in declaring the change pending bit stuck,
increase the number of retries by two orders of magnitude wont affect
most systems but will make transitions smoother on marginal ones.

From gwk@openbsd.
2006-08-26 10:10:00 +00:00
tsutsui
6dffe5790d options<space><tab> 2006-08-26 08:13:46 +00:00
tsutsui
dca3a6d117 Remove netns and netccitt options. 2006-08-26 08:08:30 +00:00
tsutsui
6fed756003 Regen from GENERIC.in:
1.54:
> Disable SYSTRACE by default on all kernels (discussed with core)
1.55:
> Remove obsolete #options VERIFIED_EXEC, found by grep(1).
2006-08-26 08:04:32 +00:00
tsutsui
6ff205ce76 Remove obsolete #options VERIFIED_EXEC, found by grep(1). 2006-08-26 07:59:21 +00:00
skrll
edb23da2a3 Pull across the stack trace stuff from OpenBSD. 2006-08-26 06:27:40 +00:00
skrll
f0379c9f4b Pull across OpenBSD arch/hppa/hppa/machdep.c:1.77.
revision 1.77
date: 2002/09/09 18:33:42;  author: mickey;  state: Exp;  lines: +4 -2
set up the frame flags and a user frame better on exec
2006-08-26 06:17:48 +00:00
skrll
e875774fce G/C dma_cachectl. 2006-08-26 06:07:28 +00:00
skrll
5a545933ba Correct assembler syntax to load the correct (left) bits of a constant.
Inspired by OpenBSD.
2006-08-26 06:00:07 +00:00
matt
9e051a8002 Add enough configury glue so that src/tools can build a N64 mips toolchain. 2006-08-25 23:35:04 +00:00