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
b049e3a9f2
note bootxx_lfs.
1999-08-18 21:42:46 +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
sommerfeld
a1caf9578c
Fix PR8208, this time to the correct location..
1999-08-18 19:46:00 +00:00
kleink
9d3e44943a
Add the ability to handle estranged V7 tar archives that use USTAR-style
...
directories; addresses PR bin/8220.
1999-08-18 17:46:28 +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
hubertf
96651fe764
Make phrase to enter password again clearer
1999-08-18 01:39:16 +00:00
wrstuden
b0e95cadb7
Modify VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE so that they don't
...
overlap with VDESC_VP0_WILLUNLOCK and VDESC_VP1_WILLUNLOCK. This bug
was inherited from an old 4.4BSD import in 1994.
1999-08-18 01:34:27 +00:00
drochner
57882d3779
oops - there got something into the last commit which shouldn't
1999-08-17 21:31:57 +00:00
augustss
54adf47f36
Redo the UHCI data toggle handling.
...
Make sure data toggles get synchronized on open and
when clearing an endpoint stall.
1999-08-17 20:59:04 +00:00
augustss
243ba7a176
Rename umodem to ttyU. If it walks like a tty and quacks like a tty
...
it's a tty.
1999-08-17 20:06:57 +00:00
veego
48d983aa59
Back out the last change.
...
Per request by Jason R. Thorpe after he fixed <alpha/cpu.h>.
1999-08-17 19:35:11 +00:00
drochner
fcf48304c2
add some v1.2 bits, comment out the APM_IOC_DEV_CTL ioctl which I didn't
...
find a use for
1999-08-17 19:05:53 +00:00
drochner
e0444db55a
-let the driver identify itself as v1.2 for the BIOS, recognize the
...
added APM event type and print out some more info if APMDEBUG
-separate segment lenghts of 16-bit and 32-bit code cleanly
-minor fixes in segment lenght calculation
1999-08-17 19:04:24 +00:00
drochner
601f4102cc
add a flag to control use of APMv1.2
1999-08-17 18:58:49 +00:00
thorpej
0f7db9c21c
Now that we have read/write spin locks, use them for the pmap_main_lock.
1999-08-17 18:48:22 +00:00
itojun
46c3891136
bring in IPv6 numeric address parsing fix from bind821.
...
XXX bind821 should be imported here
1999-08-17 17:50:27 +00:00
drochner
58cde1da1e
add rl* at pci? (Realtek Ethernet)
1999-08-17 17:48:38 +00:00
mycroft
b6fad0e324
Make the group list format consistent between id' and
id userid'. Also make
...
it look like what Solaris and Linux use (comma but no space between items).
1999-08-17 17:37:32 +00:00
drochner
a47874ac23
correct a comment
1999-08-17 16:15:05 +00:00
augustss
3016e1ebe0
Make some small changes to make it compile on OpenBSD.
1999-08-17 16:06:20 +00:00
kleink
198959e28d
Uncomment mpu attachment, and remove this item from BUGS.
1999-08-17 15:10:57 +00:00
kleink
9c56c84e7b
printf() format warnings for size_t != int; from Peter Seebach in PR bin/8214.
1999-08-17 15:05:15 +00:00
simonb
94628bf62e
In a program request packet during the second and third stage of an
...
Ultrix/mips MOP boot, the "software" packet is 256 bytes - bump the
size of the program array (maximum for the VAX must only be 16 bytes).
1999-08-17 12:38:09 +00:00
blymn
540421553f
Added minor tweak to t_getstr, by passing a NULL area pointer the size
...
of the requested capability will be returned in the limit parameter.
1999-08-17 12:13:24 +00:00
drochner
f61d8fd937
regen
1999-08-17 09:42:14 +00:00
drochner
c8aabedc83
-mention a location where the old PCI database can still be found
...
-add Alteon Gigabit Ethernet
1999-08-17 09:40:25 +00:00
enami
29e46296e8
DEVPAGER, SWAPPAGER and VNODEPAGER are no longer used (except std.pica).
1999-08-17 06:42:41 +00:00
enami
c2956b75c9
Use .Pa for pathname.
1999-08-17 05:24:06 +00:00
mycroft
ceae8b05d6
getsubopt(3) has a weak alias.
1999-08-17 05:20:23 +00:00
dbj
383544139f
remove some debugging hacks that were no longer being used.
1999-08-17 05:09:13 +00:00
dbj
ab21be8e3c
implement _bus_dmamap_load_raw_direct
1999-08-17 05:07:59 +00:00
mycroft
9f5f4ac699
Make some needed weak aliases.
1999-08-17 03:58:39 +00:00
mycroft
6ea04fe2cd
This file was incorrect. The indirect name is res_close(),
...
not _res_close()!
1999-08-17 03:57:15 +00:00