simonb
d4e74d04aa
Declare schedhz and rrticks as 'externs'.
2001-05-06 13:47:14 +00:00
simonb
cbbd901bdc
Declare schedhz.
2001-05-06 13:46:34 +00:00
wiz
f4a9b81a28
Fix indefinite article, and add .Xr for intro(9).
2001-05-06 13:39:22 +00:00
simonb
1547b056d0
If the position of the formatted panic string can be found in the
...
message buffer, use that instead of the raw panic string.
Suggested by Jason Thorpe eons ago.
2001-05-06 13:36:51 +00:00
simonb
6a2acde042
Save the start and end positions in the message buffer of the formatted
...
panic string.
Suggested by Jason Thorpe eons ago.
2001-05-06 13:23:42 +00:00
simonb
6a64a03f21
Remove prototype for non-existant function.
2001-05-06 12:50:45 +00:00
wiz
aca9dfff7c
LD_PRELOAD wants a space (not colon) separated list of libraries.
...
misc/11961 by Masao Uebayashi.
2001-05-06 12:41:19 +00:00
wiz
bd49a98652
Improve wording of a sentence. misc/10893 by Jim Bernard, part 2.
2001-05-06 12:30:05 +00:00
wiz
ccb6f40539
Improve usage of `comprise' according to Webster and misc/10893
...
by Jim Bernard.
2001-05-06 12:29:18 +00:00
wiz
d768fd88a7
Enable logging options for (commented out) uucpd and fingerd by default.
...
Addresses misc/10219 by Jim Bernard.
2001-05-06 12:08:57 +00:00
wiz
93ac73bf52
Lots of formatting fixes by John Franklin in misc/10078, and some of my own.
2001-05-06 12:03:39 +00:00
hannken
3446a61cb3
Fix a typo from thorpej_scsipi merge. No-sense information with retval == 0
...
should only print if SCSIPI_DEBUG is defined.
2001-05-06 11:31:08 +00:00
wiz
ee09877887
Remove named.boot (only used by BIND 4.x).
2001-05-06 10:53:32 +00:00
ichiro
e40fb6732b
chenge name and move wi_ieee header.
...
sys/dev/pcmcia/if_wi_ieee.h -> sys/dev/ic/wi_ieee.h
2001-05-06 10:43:23 +00:00
wiz
7632b5a399
Remove example file for sup.uk.netbsd.org, since that hasn't existed in
...
over two years. Addresses misc/10884 by David Brownlee.
2001-05-06 10:04:58 +00:00
tron
90eb7ba34c
Add support for decoding PPPoE packages on an ethernet interface.
2001-05-06 07:57:08 +00:00
jmc
1cf95850b2
Add a better description for calling test_expr
2001-05-06 06:26:56 +00:00
jmc
64e6a11adc
Various cleanups/fixes.
...
Change the add/subtract overflow checks to use an unsigned to do the op
and then cast back into the signed var to check the signs.
Make multiply shortcut on either right or left being 0.
Make multiply's overflow test not fail on simple cases like 1 * -1
Make the multiple overflow test pass all the regress tests.
2001-05-06 06:20:39 +00:00
jmc
d47e5c9394
Add a slew of overflow cases around the corner conditions
2001-05-06 06:18:36 +00:00
gmcgarry
a2bcb1b5a1
Fix format, add history and cross references.
2001-05-06 05:16:15 +00:00
christos
b2126f94bb
More fixes:
...
1. use uintptr_t instead of u_long
2. check for overflow in map_pages and malloc_pages
3. bring in fixes from FreeBSD [int -> size_t, and a missing THREAD_UNLOCK]
4. rewrite map_pages to use sbrk() only to grow memory (avoids extra syscall
and elides bug in brk(2) that ross is fixing)
5. restore the break point to its original value if the mmap(2) for the page
directory or the alignment sbrk breaks.
reviewed by: chuq and ross
tested by: make build and reboot
Now memtest nearly works; unfortunately there is no way currently to lower
the break point as we free, so memtest keeps trying to reduce memory when
mlock() fails and that does not work.
2001-05-06 04:48:41 +00:00
gmcgarry
8a43d56a88
pmap(9) does exist now
2001-05-06 04:46:54 +00:00
ross
6b9d94cd8c
Fix overflow errors in brk(2).
2001-05-06 04:32:08 +00:00
ichiro
16aa429153
sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h
2001-05-06 03:28:57 +00:00
ichiro
8bb5cfe6aa
divided into PCMCIA attachment and common code of wi.
...
since if_wi_ieee.h does not depend for pcmcia,
sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h .
2001-05-06 03:26:38 +00:00
hubertf
b866d429c1
vlan does not belong to group of IPv6 pseudo-devices
2001-05-06 01:54:19 +00:00
kleink
f020111f1c
Document l_type usage explicitly; fixes PR misc/10325.
2001-05-05 19:48:04 +00:00
jmc
1f64ac01a4
Add some test cases for overflow detection on +- ops
2001-05-05 19:21:40 +00:00
thorpej
18c5f91b0b
Fix a deadlock cause by a lock ordering interaction between pmap_enter()
...
and pmap_growkernel().
2001-05-05 18:22:04 +00:00
kleink
d493d86cac
Shameless hack to reference end when using a.out and _end when using ELF.
2001-05-05 17:56:58 +00:00
jdolecek
3cacf40566
recognize ed as boot device
2001-05-05 17:53:59 +00:00
kleink
f56935aca7
Shameless hack to reference end when using a.out and _end when using ELF.
2001-05-05 17:46:37 +00:00
kleink
dd849fecca
Change to use {u,}intmax_t internally (was: (unsigned) long).
2001-05-05 17:29:39 +00:00
jmc
d185860cbb
Added 1 * -1 test.
2001-05-05 15:48:44 +00:00
takemura
4cfc3259b6
Add entry for 'PenCentra 130'.
...
The version number is '1.17.5 2001.05.05'.
2001-05-05 14:42:41 +00:00
bjh21
3fc08cf178
Implement pmap_resident_count() and pmap_wired_count() properly.
2001-05-05 14:20:05 +00:00
kleink
9c7039688b
* Replace a couple of cases of u_char and u_short with uint8_t and uint16_t,
...
respectively.
* Simplify sockaddr_storage calculations a bit by the fact that, per defintion,
sizeof (char) == 1.
Fixes PR standards/10791.
2001-05-05 12:47:58 +00:00
takemura
a44e218942
Fix Makefile to generate dummy pbsdboot/opt_spec_platform.h, which will
...
be created by config(8) when you compile kernel. And update binary files.
The version number is '1.17.4 2001.05.05'.
2001-05-05 08:26:11 +00:00
takemura
83a1287ab0
Add wrapper header files.
2001-05-05 08:14:21 +00:00
jmc
a7755cce7c
Various changes to fix bugs in PR bin/12838.
...
Make sure all precendence is spelled out correctly (comparison does not
have the same level as the arithmetic operators..)
Break the arithemtic operators into 2 classes (+- are lower than */%)
Restructure the arithmetic code into a function either class above can call.
Finally, add a whole suite of regression tests (checked in separately) which
the previous code failed on 3 of them.
2001-05-05 06:57:57 +00:00
jmc
9a7530f23a
Redo to call external test script
2001-05-05 06:52:57 +00:00
jmc
f5e59e5bed
Add a suite of expr tests.
...
The main goal here is to test all the operators and precedence.
Also throw in any known failure cases from the past.
2001-05-05 06:52:40 +00:00
takemura
58a528e2f3
Add entries of Fujitsu PenCentra series.
2001-05-05 05:45:29 +00:00
shin
66ff05bcae
change maxusers 8 -> 10.
...
without this change, 'make build' will fail.
2001-05-05 05:04:27 +00:00
thorpej
18639a81be
No need to have code we don't use anymore.
2001-05-05 02:20:53 +00:00
minoura
e4db0897cf
Update for audio(4) from ancient okiadpcm.
2001-05-05 02:08:51 +00:00
minoura
c9c82d303a
Use cdev_decl for prototype declarations (port-x68k/12829, thanks to scw
...
for suggestion).
Add static to some non-external functions.
2001-05-05 01:52:56 +00:00
hubertf
1cefc73ed6
Mention 802.1Q is an IEEE norm
2001-05-05 00:19:45 +00:00
hubertf
8093ee4bba
vlan does not belong to the IPv6 devices (gif, stf, ...), so seperate it
...
visually.
2001-05-05 00:11:48 +00:00
wiz
a3cd8f7069
Explain '-c' option.
2001-05-04 23:42:23 +00:00