kleink
|
a727a49494
|
Rename isoC to isoC90.
|
2001-04-14 16:58:48 +00:00 |
kleink
|
40c3e52a53
|
Header name markup nit.
|
2001-04-14 16:52:02 +00:00 |
kleink
|
d367d3958b
|
No need for <sys/types.h>.
|
2001-04-14 16:40:11 +00:00 |
scw
|
9beeeabe1b
|
Define a PAGER_MAP_SIZE of 4MB for the benefit of low-memory models.
XXX: This may still not be low enough for models with less than 8MB RAM...
|
2001-04-14 16:02:24 +00:00 |
itojun
|
72990e4c73
|
correct KAME stack determination. from hubert
|
2001-04-14 15:17:09 +00:00 |
reinoud
|
4e845e001a
|
Accidently left COMCONSOLE configured
|
2001-04-14 14:51:04 +00:00 |
augustss
|
72eb64fead
|
Propagate __HAVE_GENERIC_SOFTINTR to assembly files.
|
2001-04-14 13:56:02 +00:00 |
augustss
|
81ece2d4bf
|
Only dispatch slnetisr & co if we don't have generic soft interrupts.
|
2001-04-14 13:54:38 +00:00 |
scw
|
dd8c947561
|
Implement a real microtime() by reading the timer counter register.
On mvme147 this gives 6.25uS resolution, and 1uS on all other boards.
|
2001-04-14 13:53:05 +00:00 |
scw
|
c605c91bdf
|
Fix bootline argument passing from the Bug PROM.
|
2001-04-14 13:43:07 +00:00 |
kleink
|
79283614b3
|
In procfs_readdir(), give /proc/# directories DT_DIR (rather than DT_REG).
|
2001-04-14 13:25:46 +00:00 |
kleink
|
ee8dcb845d
|
Add <machine/int_mwgwtypes.h>.
|
2001-04-14 12:40:09 +00:00 |
martin
|
bdbf64075a
|
Add basic support for PPPoE interfaces.
|
2001-04-14 12:31:34 +00:00 |
kleink
|
7affdab52e
|
Add definitions of C99 minimum-width and greatest-width integer types.
XXX Fastest minimum-width integer types haven't been decided upon yet.
|
2001-04-14 12:19:49 +00:00 |
itojun
|
aae394a457
|
make it compile on macppc (or, platforms where char = unsigned char)
From: Dave Huang <khym@azeotrope.org>
|
2001-04-14 08:36:12 +00:00 |
thorpej
|
8b3fc18a1f
|
Generic soft interrupt implementation for NetBSD/i386. This could
probably be tuned somewhat, but this is a stop-gap measure to hold
us until Bill Sommerfeld's new interrupt code comes in from the
MP branch.
|
2001-04-14 06:49:30 +00:00 |
reinoud
|
c025377acc
|
Cleanup of attachment code of framebuffers
|
2001-04-14 02:25:43 +00:00 |
thorpej
|
e964ad79cf
|
Change the softintr implementation to be a bit more cache friendly
(though, sigh, slightly more expensive at softintr_schedule() time).
|
2001-04-14 00:45:13 +00:00 |
thorpej
|
3ee35c5985
|
Update to reflect reality.
|
2001-04-14 00:15:41 +00:00 |
hubertf
|
5db44bee09
|
Include lsall and lsbest in usage message.
|
2001-04-14 00:01:28 +00:00 |
thorpej
|
bf2dcec4f5
|
Remove the use of splimp() from the NetBSD kernel. splnet()
and only splnet() is allowed for the protection of data structures
used by network devices.
|
2001-04-13 23:29:55 +00:00 |
msaitoh
|
12f6faba63
|
check no_swap
|
2001-04-13 22:31:16 +00:00 |
hubertf
|
c18a98953b
|
Regen for moved Trident CyberBlade entry
|
2001-04-13 19:01:28 +00:00 |
hubertf
|
1384b9cebc
|
Move the Trident CyberClade entry where it belongs.
|
2001-04-13 19:00:31 +00:00 |
pooka
|
2bb6da2d27
|
cross-reference elf.5
|
2001-04-13 18:51:15 +00:00 |
pooka
|
86fe56b53e
|
elf man page
|
2001-04-13 18:48:59 +00:00 |
pooka
|
13389c899b
|
elf.5
|
2001-04-13 18:48:19 +00:00 |
pooka
|
6ce5077c69
|
add manual page describing ELF - executable and linking format
|
2001-04-13 18:47:56 +00:00 |
kleink
|
48c15739e9
|
Slight readability improvement to rev. 1.39.
|
2001-04-13 17:05:27 +00:00 |
bjh21
|
d3c7885319
|
Make sure that every time we touch the referenced/modified bits, we do a
pmap_update_page() to get all the mappings of that page up-to-date.
|
2001-04-13 16:37:28 +00:00 |
matt
|
362ba8300c
|
Include USB and 1394 support (sun models now have them).
|
2001-04-13 16:26:41 +00:00 |
bjh21
|
991d163aa2
|
Remove code from pmap_fault() that ws trying to do referenced/modified
emulation on kernel pages (and getting it wrong).
|
2001-04-13 15:09:35 +00:00 |
pooka
|
0fc6449078
|
Describe possible section types with a few words.
|
2001-04-13 15:01:29 +00:00 |
bjh21
|
7b00aef2da
|
Rev 1.3 accidentally undid rev 1.2. Re-do it.
|
2001-04-13 14:50:47 +00:00 |
kleink
|
3432ed7203
|
Need an internal name for asprintf(3).
|
2001-04-13 14:18:09 +00:00 |
yyamano
|
6eda18ef7f
|
Add myself to the list of developers.
|
2001-04-13 13:14:18 +00:00 |
wiz
|
7aa851cc37
|
Finish merge with 1.11 (file had no 1.10.8 tag).
Noted by itojun.
|
2001-04-13 13:07:14 +00:00 |
augustss
|
b5c707b2b6
|
Make it link with debug flag.
|
2001-04-13 12:51:43 +00:00 |
augustss
|
939159f6d0
|
Make it compile with debug.
|
2001-04-13 12:42:40 +00:00 |
bjh21
|
ac01781de7
|
Make UBC_WINSHIFT a constant.
|
2001-04-13 12:40:16 +00:00 |
augustss
|
bcdfccea3c
|
Split the umass driver into the part that handles the X-over-USB protocol
(umass.c) and the part that handles scsibus/atapibus (umassbus.c).
This way the must port specific stuff can be removed from umass.c.
|
2001-04-13 12:24:10 +00:00 |
augustss
|
38c02444d9
|
Finally get rid of the UGLY and EVIL hack for avoiding tsleep().
|
2001-04-13 11:19:58 +00:00 |
augustss
|
cbcea5e84c
|
Do mii frobbing in process context.
Now we can finally get rid of the evil USBD_NO_TSLEEP hack in the aue driver.
|
2001-04-13 11:17:11 +00:00 |
augustss
|
b728f196e9
|
Comment out some flag stuff that isn't used. Someone should take a look
at this. There is something fishy with the mii code, the last argument to
mii_attach() is not being used in any meaningful way.
|
2001-04-13 11:14:55 +00:00 |
augustss
|
205b10ed17
|
Add a flag to mii_flags which will cause autonegotiation to use tsleep()
instead of callout. This way adapters which need a process context for
PHY register access (e.g. USB adapters) have a chance.
|
2001-04-13 11:12:36 +00:00 |
itojun
|
7d01561a4c
|
magic numbers for citrus locale declaration (/usr/share/locale).
|
2001-04-13 08:59:01 +00:00 |
pooka
|
6d1c97a829
|
Recognize big endian ld.so.hints file
from Christos
|
2001-04-13 08:19:48 +00:00 |
itojun
|
fbc07662f5
|
$NetBSD$ tag cleanup
|
2001-04-13 08:11:44 +00:00 |
itojun
|
eb0cfc6af5
|
s/$Id$/$NetBSD$/
|
2001-04-13 08:09:07 +00:00 |
lukem
|
5e45b51a6b
|
knf ch_enlargebufs(), to be *consistent* with the rest of this file...
|
2001-04-13 01:04:19 +00:00 |