kleink
ec18c67bc3
Sync libc.
1999-09-09 20:23:58 +00:00
kleink
b1594c16ad
Bump minor: strlcat(), strlcpy().
1999-09-09 20:23:05 +00:00
hwr
31292f422e
Add a quirk for Wangtec SCSI-36 (QIC-120) tape drive.
...
From Izumi Tsutsiu in PR 8357.
1999-09-09 20:06:52 +00:00
jdolecek
23957b8977
next one
1999-09-09 19:17:17 +00:00
mason
c709329170
Fixed typo. inbould -> inbound
1999-09-09 18:31:37 +00:00
is
125de40b64
Ambicom support by Vincent Aymeric
1999-09-09 18:12:05 +00:00
jdolecek
1c3be48c62
add pathconf(2) support
1999-09-09 18:10:23 +00:00
is
a0cbbf08fe
Ambicom support by Vincent Aymeric
1999-09-09 18:09:10 +00:00
jdolecek
b177baf591
make separate NetBSD version of the ntfs_vnodeop_entries[] array
...
and reformat it as it's usual in other fs's, use genfs
routines appropriately and use genfs's fsync() instead noop
ntfs_fsync()
1999-09-09 17:59:25 +00:00
jsm
2b25de3a90
Include <time.h> in various places in the games where time() or time_t
...
are used.
1999-09-09 17:30:17 +00:00
jsm
a9c7f9b096
Check for failure of malloc() and calloc() at various places in the games.
1999-09-09 17:27:58 +00:00
augustss
6b9aae738e
Update doc URLs and fix a typo in umass_bulk_get_max_lun().
1999-09-09 17:12:03 +00:00
jdolecek
1de19dc293
ntfs_lookup(): fix nasty interaction of the code with recent cache_lookup()
...
changes: cache_lookup() now returns -1 if not successful; for
the '.' case, 'error' haven't been cleared to 0,
so that ntfs_lookup() itself returned -1 , resulting to
nasty "leaf should be empty" panic early after
1999-09-09 16:29:46 +00:00
drochner
9b5129f15a
add a function to verify a password against an in-core md5 sum
1999-09-09 15:52:37 +00:00
augustss
9bebdb616f
Remove some and add some.
1999-09-09 13:05:05 +00:00
augustss
782035a0f3
Add some spaces to make the phy listing line up nicer.
1999-09-09 12:38:43 +00:00
augustss
ce0a4eadcb
Mention uaudio(4).
1999-09-09 12:35:53 +00:00
augustss
14b98cd440
Add uaudio driver.
1999-09-09 12:33:43 +00:00
augustss
8c655e84f2
An EXPERIMENTAL audio driver. It still needs work, e.g., in the mixer
...
part to give reasonable names to the mixer controls.
1999-09-09 12:28:25 +00:00
augustss
2aadcb5f47
Change the internal API to allow DMA buffers to be pre-allocated by
...
the device driver instead of happening automagically in the HC driver.
This affects both the HC-USBD interface as well as the USBD-device
interface.
This change will allow DMA buffers to be reused e.g. in isochronous
traffic.
Add isochronous support to the UHCI driver (not for OHCI yet).
1999-09-09 12:26:43 +00:00
augustss
a85a08c2fb
Add support for detaching audio devices.
1999-09-09 10:24:39 +00:00
is
4efecd1291
The nca.c probe routine falsely claims i82595tx chips to itself.
...
Move it to after the iy driver.
1999-09-09 09:54:08 +00:00
kleink
938ac456e0
Define __LINT__, per XCU5.
1999-09-09 09:34:25 +00:00
kleink
caba80aea6
strlcat() and strlcpy() aren't ISO/IEC 9899:1990.
1999-09-09 09:30:40 +00:00
jdolecek
cc0fdcd9f1
some more
1999-09-09 07:35:15 +00:00
nisimura
f563627c41
Remove now defunct local implementation of ioasic_lance_dma_setup().
1999-09-09 06:41:08 +00:00
nisimura
633408472b
Use bus_dmamap_load() to obtain 128KB chunk for LANCE merging codes from
...
NetBSD/alpha. Tested ok with DEC3000 and DECstation.
1999-09-09 06:33:38 +00:00
simonb
0012c0940d
Remove extra blank line in copyright.
1999-09-09 06:30:10 +00:00
itohy
cd74d2c98b
Introduce new option APM_NO_POWER_PRINT which disables printing
...
power status on the console (if apmd is absent).
Some systems generate APM_POWER_CHANGE events too frequently (more then
once per minute), and printing the status makes single user operations
rather difficult.
1999-09-09 03:52:21 +00:00
hubertf
d29beeb5df
Remove the LogDir (/var/db/pkg/foo-x.y) _after_ we've run the DEINSTALL
...
script a second time (else there's nothing left to run ;).
Noticed by Jim Wise.
1999-09-09 01:36:30 +00:00
hubertf
b59ddc2237
Comment pl_ent_t to make debugging easier.
1999-09-09 01:31:44 +00:00
lukem
e447fb4bb4
add netbsd rcsid's
...
update for knf (return value on separate line to function name...)
check dst and src aren't null pointers before trying to use them
enable strlcat/strlcpy
1999-09-08 22:56:55 +00:00
thorpej
a10045109d
Add chip types for several more Tulip clones (ASIX, ADMtex, PNIC II, Davicom),
...
and match the Compex RL100-ATX; it uses the Winbond 89C840F (RL100-TX is
a Macronix 98713).
1999-09-08 22:29:46 +00:00
thorpej
e0c4f8ff92
Regen.
1999-09-08 22:25:56 +00:00
thorpej
dfdd1affb4
Add some more Tulip clones.
1999-09-08 22:25:19 +00:00
lukem
f7966ba040
prototypes for strlcat() and strlcpy()
1999-09-08 22:09:36 +00:00
lukem
714b0ff65a
strlcpy() and strlcat() by Todd Miller <Todd.Miller@courtesan.com>, via openbsd
1999-09-08 22:01:13 +00:00
jsm
5fb18dd9da
Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate in
...
the games.
1999-09-08 21:57:16 +00:00
jsm
b03d4fa882
Add `__noreturn__' and `__unused__' attributes where appropriate to
...
the games.
This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).
Most noreturn attributes were previously added in bin/6144, with some
others that were missed then in bin/8082. Previous `unused'
attributes were covered in bin/6557, bin/8058 and other PRs (all these
PRs have already been handled and closed).
1999-09-08 21:45:25 +00:00
thorpej
ab08b6b863
Update for Lite-On product ID change.
1999-09-08 21:42:44 +00:00
thorpej
ab7310ed6e
Regen.
1999-09-08 21:39:54 +00:00
thorpej
9bb30be866
Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
...
product ID (Yet Another Tulip Clone).
1999-09-08 21:39:24 +00:00
thorpej
187510560e
Regen.
1999-09-08 21:34:33 +00:00
thorpej
46e11c9fd8
LITEON_PNIC -> LITEON_82C168
1999-09-08 21:33:59 +00:00
jsm
092d313019
Add use of `const' where appropriate to the games.
...
This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).
Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
1999-09-08 21:17:44 +00:00
jsm
44a90d0991
Removed unused array Movenames[].
1999-09-08 20:43:48 +00:00
fredb
66635b21d1
Doc previously undocumented `-k' option, correctly note mutually exclusive
...
options, various stylistic changes.
Closes PR bin/8325.
1999-09-08 20:32:03 +00:00
tsubai
f7b9562c8c
Inline some functions.
1999-09-08 17:28:02 +00:00
jdolecek
cfa9258f85
Use DEBUG_LINUX exclusively. Fixes PR#7684.
1999-09-08 16:52:08 +00:00
perseant
7d1736a5f7
Add some more new developers (after the last change I made a couple people
...
mentioned that they were not listed here *or* in the source I had used to
generate that diff).
1999-09-08 16:28:51 +00:00