rjs
15f20d6c5b
Always define syscall_fancy.
2006-03-05 22:34:34 +00:00
xtraeme
a420f4f543
Revert frequencies for Pentium M 760 as reported by Neil Ludban. Also
...
to check cpuid signature must use ci_signature.
2006-03-05 22:06:46 +00:00
agc
637a896022
Fix two unusual capitalisations, and add a preposition which had gone
...
missing.
2006-03-05 22:06:08 +00:00
aymeric
d065f526ab
pass -traditional to ${CPP} so that the test for FPSP indeed works
2006-03-05 22:03:30 +00:00
aymeric
72fe84ab67
. free VM if attach fails
...
. many small cleanups
No functional improvement
2006-03-05 22:01:32 +00:00
aymeric
454ab782f0
add the no_instrument_function attribute to start_c so that we can reliably
...
profile the kernel
2006-03-05 21:59:15 +00:00
aymeric
18d008b37e
include ../m68k/Makefile.inc after we got a chance of having a better
...
definition of SYSDIR. This makes tags work if the sources are not in /sys
2006-03-05 21:57:59 +00:00
rjs
b2e4ee2926
Remove SET/CLR/ISSET macros.
2006-03-05 19:10:30 +00:00
christos
beea4fc3fa
Add a proc_is_traced_p() macro and use it, instead of copying the same code
...
in many places. Idea from thorpej.
2006-03-05 19:08:38 +00:00
christos
1b2709754a
cleanup more SET/CLR/ISSET lossage
2006-03-05 17:33:33 +00:00
christos
ef5477c67d
Add PT_SYSCALL
2006-03-05 17:03:19 +00:00
christos
5b2c72d104
mention strace.
2006-03-05 17:01:00 +00:00
christos
81b9ed737b
Move ISSET/SET/CLR macros to sys/types.h
2006-03-05 16:57:16 +00:00
christos
bd047b110f
remove trailing newlines
2006-03-05 16:55:44 +00:00
jmmv
2d776141d4
Add keysyms for f13, f14, f15 and f16 (as reported by an Apple USB Spanish
...
keyboard). Somebody with a US keyboard should check if these are applicable
in that case too.
Fix mapping of the ccedilla/rightbrace key on Spanish keyboards. Looks like
as if that key can be reported by two different keycodes.
2006-03-05 16:08:18 +00:00
jmmv
05e04b5edf
Add missing closing parenthesis to a diagnostic message.
2006-03-05 16:04:37 +00:00
yamt
cbf8c5498c
yamt-pdpolicy branch.
2006-03-05 12:52:13 +00:00
yamt
d20904bbba
make these compile w/o SYSTRACE.
2006-03-05 12:31:23 +00:00
yamt
a4d64c0d94
make this compile.
2006-03-05 12:22:46 +00:00
peter
3a6842166a
Dump IRQ handlers only when INTR_DEBUG is defined, it's to verbose for DEBUG.
2006-03-05 11:32:01 +00:00
peter
afc0947d98
Prefix dbg_str with "L".
2006-03-05 11:30:58 +00:00
christos
ac2addb00e
PR/31144: YOMURA Masanori: pwhash -S/-b never use optarg
2006-03-05 08:50:58 +00:00
christos
a4495f4cec
implement PT_SYSCALL
2006-03-05 07:21:37 +00:00
christos
753afc00ad
provide strings for the machdep ptrace calls.
2006-03-05 07:17:21 +00:00
uwe
24c8a90269
s/u_intN_t/uintN_t/
2006-03-05 04:05:39 +00:00
uwe
de58f0245a
Loader uses ElfLoader::memorySize to determine the number of tagged
...
pages to allocate, as some of those pages are only partially filled
(e.g. last page of loadable segment) we may allocate too few tagged
pages and boot will fail. So lie by reporting extra size for each
partial tagged page.
XXX: This is an ugly hack, but I'm not going to shave this yak.
2006-03-05 04:04:13 +00:00
uwe
61e8b62888
off_t should be a signed type.
2006-03-05 03:22:20 +00:00
uwe
49d024e12e
Sync with <sys/endian.h>.
...
Ifdef out ntohl &co defined for little-endian via bswap* - use system versions.
2006-03-05 03:14:53 +00:00
uwe
c65ca10378
ANSI: Use 'void' in the definition of function w/out arguments.
...
While here, add 2006 to the copyright.
2006-03-05 02:17:47 +00:00
uwe
756e048e31
s/u_intN_t/uintN_t/
2006-03-05 02:14:41 +00:00
cube
40a483cd0b
Regen (ksem_*).
2006-03-05 01:29:28 +00:00
rpaulo
0131d25777
bzero -> memset
2006-03-05 01:28:51 +00:00
cube
6d0cb97ff8
Implement the ksem_* family of syscalls.
2006-03-05 01:28:20 +00:00
cube
f6f0eee324
Change the way semid_t values are chosen. Instead of using kernel
...
addresses, use a uint32_t counter and the machinery to properly use it.
That makes the ksem_* system calls friendly for COMPAT_NETBSD32.
OK'd by thorpej@.
2006-03-05 00:49:19 +00:00
yamt
e6844c675a
sysctl_lookup: use "d" rather than "rnode->sysctl_data" after
...
"d = rnode->sysctl_data".
2006-03-05 00:32:43 +00:00
rumble
04fd847c8a
Add a few cross-references.
2006-03-05 00:08:32 +00:00
rumble
2f6e320cf1
Add a terse man page for the grtwo framebuffer driver.
2006-03-05 00:04:13 +00:00
agc
ff69df84c5
Add IPv6 awareness.
2006-03-04 22:06:26 +00:00
agc
7717b41470
Include version number, passed down from GNU autoconf.
...
Add a -V argument to iscsi-target (and iscsi-harness), which will print
the utility name, version number, and destination for all bug reports,
and then exit the utility.
Modify the documentation accordingly.
Re-run autoconf and autoheader to pick up the necessary autoconf glue.
2006-03-04 21:56:11 +00:00
agc
a70556aee7
Sync example file with reality - this has no effect on NetBSD, since
...
configuration files are held in src/etc/iscsi, not src/dist/iscsi.
2006-03-04 21:53:16 +00:00
agc
132771c158
Remove a file that's unnecessary.
2006-03-04 21:52:00 +00:00
thorpej
59c5bfcbfc
LP54 -> LP64 in a comment.
2006-03-04 20:44:11 +00:00
rumble
727090f650
Mention VOP_KQFILTER briefly. Its description could be more thorough, but
...
I am unfamiliar with the kqueue framework. Also fix a typo while we're
here.
2006-03-04 20:36:15 +00:00
rumble
5ba5e6b230
Typo.
2006-03-04 20:34:08 +00:00
thorpej
e49323e509
Static'ify.
2006-03-04 19:20:50 +00:00
peter
8926b88509
Fix two typos.
2006-03-04 17:35:31 +00:00
peter
0b22c3b922
Fix a typo.
2006-03-04 17:33:29 +00:00
peter
045d542877
s/u_intN_t/uintN_t/
2006-03-04 17:24:13 +00:00
peter
db5f931afb
Use ANSI function decls.
2006-03-04 17:22:06 +00:00
peter
d73e908169
Put a printf into OST_DEBUG.
2006-03-04 16:54:04 +00:00