simonb
06a92524c2
Include <sys/bswap.h> for function prototypes. i386, pc532 and vax
...
still include <machine/byte_swap.h> and define macros for some of
the bswap*() functions.
1999-08-21 05:39:51 +00:00
simonb
3596245a00
Add bswap.h and endian.h to ${INCS}.
1999-08-21 05:31:12 +00:00
simonb
d747020b0d
MI prototypes and macros for the {h,n}to{n,h}() functions, and macros
...
for the hto{le,be}{16,32,64}() set that convert a given size argument
to a specific endianness.
1999-08-21 05:27:26 +00:00
simonb
4a7617ac2b
MI prototypes for the bswap*() functions.
1999-08-21 05:20:50 +00:00
matt
f421eec6fe
Add needs-flag to if_fddisubr.c for previous commit
1999-08-21 03:47:50 +00:00
matt
d3448593e5
Cleanup a little kludge in mtu handling in route.c. Bring down FDDI
...
mtu to legal IP max but don't affect other protocols.
1999-08-21 03:46:35 +00:00
thorpej
23e83a7ac7
When handling the MADV_FREE case, if the amap or aobj has more than
...
one reference, go through the deactivate path; the page may actually
be in use by another process.
Fixes kern/8239.
1999-08-21 02:19:05 +00:00
matt
4751ed4b55
Add the newly blessed magic number for VAX.
1999-08-21 00:26:28 +00:00
wrstuden
ba891a728d
Deal with device vnodes which aren't on the spechash tables, rather than
...
panicing. So now we make sure vp->v_hashchain != NULL before removing
the node from the chain.
1999-08-20 22:21:25 +00:00
thorpej
a21be175c5
Clean up some whitespace issues in the generated syscallargs.h file.
1999-08-20 19:07:31 +00:00
augustss
a293a6cc73
Make sure not to call tsleep() from suspend/resume routine.
1999-08-20 16:42:38 +00:00
itojun
00cf8638cb
do not capture packets by gif, when gif interface is down.
1999-08-20 10:07:40 +00:00
mouse
1705bbe96b
Get rid of ugly vertical bars which occurred when
...
character-cell boundaries != byte boundaries.
("width" (despite the poor name) should be computed based on the
*old* value of bg, not the *new* one.)
Fixes PR 8221.
1999-08-20 06:46:44 +00:00
chs
cb6a6fecce
copy some definitions from the sparc port. fixes PR 7880.
1999-08-20 03:53:50 +00:00
chs
dd6caaf3f9
fix typo in previous commit. fixes PR 7879.
1999-08-20 03:52:38 +00:00
sommerfeld
be5fe633b8
clean up attach messages slightly.
1999-08-20 03:36:59 +00:00
mjacob
9ed023d94e
remove LIMITMEM code because it does not work anyway anymore
1999-08-19 21:31:43 +00:00
mjacob
f28eb7f5cc
make alpha compiler happy
1999-08-19 21:29:04 +00:00
ragge
8a0eac0ab5
Detect NVAX also.
1999-08-19 20:50:18 +00:00
augustss
0f99933822
Use the right type for the size argument when calling usbd_bulk_transfer().
1999-08-19 19:57:21 +00:00
augustss
a9563e089b
A first stab at making the UHCI driver endian independent.
...
(It doesn't seem to be quite working yet.)
1999-08-19 19:52:38 +00:00
augustss
c0f0486836
Add a utility function, usbd_errstr(), to print error strings. From FreeBSD.
1999-08-19 19:51:36 +00:00
augustss
462e2614ff
Add some mass storage definitions.
1999-08-19 19:50:42 +00:00
thorpej
f2c2e160b1
Fix "print vnodes for dirty buffers" change: use vprint(); VOP_PRINT()
...
is only meant to be used by vprint(), and vprint() provides more
information about the vnode.
1999-08-19 18:09:44 +00:00
drochner
6bd627f17f
back out last rev - it looks like a local hack which shouldn't go here,
...
and it breaks the "opms at pckbc" case
1999-08-19 15:33:16 +00:00
simonb
c620766979
In vfs_shutdown() print any vnodes for busy buffers if DEBUG is defined.
...
Patch from Bill Studenmund.
1999-08-19 13:54:06 +00:00
ad
afb0c7b853
Make this compile. Patch from Simon Burge.
1999-08-19 11:20:34 +00:00
tron
f625e72668
Regen.
1999-08-19 08:06:50 +00:00
tron
93f86e5ed5
Recognize a 3Com 3c509 Combo configured in EISA mode. Fixes PR kern/8234
...
by Thomas Pfaff.
1999-08-19 08:06:31 +00:00
itohy
5de5ad21a2
Revoke revoke(2) bug.
1999-08-19 03:42:23 +00:00
mycroft
f3f36d8fc4
Remove __DO_NOT_DO_WEAK__. We have enough weak symbols in libc for this to be
...
useful; it at least prevents namespace problems with third party code.
1999-08-19 03:04:50 +00:00
matt
fd59bba7cb
after bus_dmamem creating some memory, zero it out. This has stopped
...
my alpha from getting COMMAND FAILED on random boots.
1999-08-19 00:43:45 +00:00
augustss
bf35d2940c
Add some more items.
1999-08-19 00:31:40 +00:00
simonb
9e0209e2c8
Remove prototype for find_inode().
1999-08-19 00:19:16 +00:00
sommerfeld
3931d8c7c9
Add umodem; fixes kernel build error..
1999-08-18 23:34:27 +00:00
mark
7ec8276d95
Fix compiler warning.
1999-08-18 22:01:53 +00:00
cgd
b18820272a
add bootxx_lfs
1999-08-18 21:34:24 +00:00
cgd
a97b5505e4
add lfs support
1999-08-18 21:34:11 +00:00
cgd
b43600a96e
note that these files should be easily diffable (until they share common code
1999-08-18 21:33:50 +00:00
cgd
b4ecb1b468
Add a standalone LFS implementation. Currently not merged with ufs (FFS),
...
but should be (and will be before too long). Until then, it and ufs.?
should be easily diffable.
1999-08-18 20:04:39 +00:00
cgd
82729b7302
add a makefile for an LFS primary
1999-08-18 20:02:39 +00:00
cgd
30d5d8a1e3
mention that putstr.c and putulong.c might want to be included when debugging
1999-08-18 20:01:06 +00:00
cgd
b28ae57077
add a gross putulong() function which can be useful for debugging.
...
It's not normally included.
1999-08-18 20:00:27 +00:00
augustss
abebf3e12d
Make it compile with DIAGNOSTIC.
1999-08-18 16:25:52 +00:00
jdolecek
1647f47ddf
list of things which need to be done
1999-08-18 15:05:10 +00:00
jdolecek
b8947f73c1
s/ntfs_toupper_used/ntfs_toupper_usecount/, make it static
...
ntfs_toupper_unuse(): check if ntfs_toupper_usecount is negative only when
DIAGNOSTIC
1999-08-18 13:35:44 +00:00
augustss
1107c3f6ea
Back out last change. The ugliness of the Audio Class should not have
...
to pollute the general USB definitions.
1999-08-18 07:55:19 +00:00
augustss
7fb139742d
Update the endpoint descriptor struct with the two oddball entries
...
that only the Audio Class has.
1999-08-18 07:45:56 +00:00
nisimura
3708c0dfd6
- Replace three splx() calls with _splset(). splx() should not be
...
considered the equivalent of 'set processor register'.
1999-08-18 04:43:31 +00:00
chs
bb0c381fb9
two changes to prevent the kernel's pmap from being locked recursively
...
via interrupts:
(1) pmap_map_ptes() and pmap_unmap_ptes() don't need to do anything to
map the kernel's pmap, since all pmaps contain the kernel's PTPs.
this fixes interrupt-context calls to pmap_extract().
(2) pmap_kenter_*() and pmap_kremove() no longer adjust the kernel pmap's
resident and wired counters.
1999-08-18 03:59:36 +00:00