ragge
32874c14c8
Detect MicroVAX 3100/m80 correctly. From Michael Kukat.
2001-06-05 11:25:11 +00:00
wiz
b2935aaaf6
Drop argument of .Os.
2001-06-05 11:24:51 +00:00
wiz
73f545bb5b
Drop arguments of .Os.
2001-06-05 11:22:41 +00:00
wiz
4abaa1bb50
No argument for .Os.
2001-06-05 11:11:07 +00:00
wiz
9322798d06
No argument for .Os.
2001-06-05 10:27:02 +00:00
wiz
2c753b6eca
Add .Os.
2001-06-05 10:26:26 +00:00
wiz
04065ff226
No argument for .Os.
2001-06-05 10:13:54 +00:00
wiz
48a36de9c0
Don't give .Os an argument, not even 'NetBSD' (default includes version).
2001-06-05 10:08:03 +00:00
bjh21
95fe4db7e3
Replace arm/arm32/db_trace.c and arm26/arm26/db_trace.c with a unified version
...
in arm/arm. This version is based on the arm26 version, and includes dumping
the contents of stack frames, with automatic determination of the save code
pointer offset.
2001-06-05 09:25:05 +00:00
mrg
7276c20511
don't #define _LKM to work around header lossage; it is no longer necessary.
2001-06-05 09:20:12 +00:00
mrg
804019f100
only include "fs_lfs.h" if _KERNEL_OPT.
2001-06-05 09:19:33 +00:00
bjh21
261bd8f8ac
Add get_pc_str_offset(), which returns the offset between the address of an
...
instruction that stores the program counter and the value of PC that's stored.
This can vary between ARM implementations, but is guaranteed to be constant on
a given one.
2001-06-05 09:19:32 +00:00
simonb
da2d78510a
Add the standard test suite that comes with the bzip2 distribution.
2001-06-05 07:20:42 +00:00
explorer
4b9b13c33f
Perform variable expansion on sysv rhs patterns. That is, expand ${O} in: ${SRCS:.c=.${O}}
2001-06-05 06:00:39 +00:00
thorpej
eadf88cc61
(locally defined) HZ -> hz
2001-06-05 05:20:20 +00:00
thorpej
5523a584c5
HZ -> hz
2001-06-05 05:12:18 +00:00
thorpej
ec291b503a
Allow the text address to be set with makeoptions.
2001-06-05 05:05:46 +00:00
thorpej
95eaadac34
Use symbolic names for the CTB terminal type field, rather than
...
hard-coded constants.
2001-06-05 04:53:11 +00:00
thorpej
e93d1531c2
Avoid a sleeping malloc call while holding the spechash_slock.
...
XXX This is kinda gross, but prevents complete lossage on an
XXX MP system.
From Bill Sommerfeld.
2001-06-05 04:42:05 +00:00
thorpej
47c29f3cbe
Assert that no locks are held if we're called with PR_WAITOK.
...
From Bill Sommerfeld.
2001-06-05 04:40:39 +00:00
thorpej
2fbef8e269
Assert that no locks are held if we're called with EX_WAITSPACE.
...
From Bill Sommerfeld.
2001-06-05 04:39:56 +00:00
thorpej
67a875a8c9
Assert that no locks are held if we're called with M_WAITOK.
2001-06-05 04:39:02 +00:00
thorpej
31769952ca
Add a simple_lock_only_held() LOCKDEBUG routine, which allows code
...
to assert that exactly zero or one (and a specific one) locks are
held.
From Bill Sommerfeld.
2001-06-05 04:38:08 +00:00
thorpej
8ee014b439
Handle the DL10022 case.
2001-06-05 02:31:16 +00:00
thorpej
c619444a71
Use the DL10019 media routines on the DL10019 and DL10022 (a change
...
I forgot to commit long ago).
2001-06-05 02:27:02 +00:00
itojun
034ca147cb
if_up() requires splsoftnet. sync with kame
2001-06-04 23:53:13 +00:00
wiz
cd3b7d7fe5
add sbus(4)
2001-06-04 22:25:17 +00:00
mrg
c59b99f5c8
use _KERNEL_OPT, catch up with constification in compat/svr4.
2001-06-04 22:00:10 +00:00
mrg
8a49f07b1b
avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors.
2001-06-04 21:38:28 +00:00
ragge
f81f19e7b3
Add rudimentary multiprocessor support for DDB.
2001-06-04 21:37:11 +00:00
ragge
cae5d5a796
Lock the kernel lock at interrupt enter.
2001-06-04 21:31:28 +00:00
christos
ebe68eb4f9
Overhaul error handling and reporting for regular expressions.
...
Provide a RE_OK() macro that tests if the current compiled pattern
works and a RE_ERROR() macro that prints what went wrong as well
as the particular RE implementation can handle.
2001-06-04 21:21:42 +00:00
aymeric
37e6eb8fe5
Bail out when regex pattern is invalid if using regcomp or regcmp.
...
Remove trailing \n's also.
Addresses PR#13109
2001-06-04 20:56:56 +00:00
mrg
46762d3560
fix lint exposed by GCC 3.0 20010604 (prerelease).
2001-06-04 20:56:51 +00:00
nathanw
4b2dbe7a1a
Note that negative system call numbers no longer appear negative in
...
ktrace output, due to range-bounding by binary masking.
2001-06-04 20:06:41 +00:00
uch
859a6a49b2
ANSI KNF.
2001-06-04 18:59:31 +00:00
uch
842b6023c3
HD64461 video module.
2001-06-04 17:08:36 +00:00
tsutsui
de5c8238a2
Xref pci(4) and scsipi(9)
2001-06-04 16:37:13 +00:00
tsutsui
5d298b8093
Add a Xref to pci(4).
2001-06-04 16:36:05 +00:00
tsutsui
e9f646a74e
Note and add a reference to iha(4). Pointed out by Andrew Doran.
2001-06-04 16:34:41 +00:00
ragge
93ece82137
Check for console printf's in spinlocks, per discussion on tech-smp.
2001-06-04 15:37:05 +00:00
ragge
30e020fbaa
The beginning of pmap locks. While here, some cleaning and KNF.
2001-06-04 15:36:00 +00:00
ragge
81d993ac3b
Add splipi().
2001-06-04 15:34:57 +00:00
ragge
da2e5c43e1
Add IPI_TBIA to flush the translation buffer.
2001-06-04 15:34:15 +00:00
ragge
d35f5e00dc
Move some locks closer to the important point.
2001-06-04 15:33:07 +00:00
tsutsui
eef184554a
Add iha(4).
2001-06-04 13:01:13 +00:00
tsutsui
98a0f184d3
Add man page for iha(4). From OpenBSD.
2001-06-04 12:58:35 +00:00
blymn
b179973d9d
* Make req_del_prev work in multiline field.
2001-06-04 11:44:30 +00:00
blymn
cf2022720d
* Only line wrap buffer 0 in set_field_buffer since this is the
...
only one displayed.
2001-06-04 11:42:09 +00:00
jdolecek
64239fceaa
Note CTRL-u clears the entered input in cngetsn() too, besides '@'
...
slighly adjust the sentence about Backspace key
2001-06-04 09:50:07 +00:00