drochner
613f1d9cdb
Hmm - vax is different. sendsig_sigcontext() is for __mips only.
...
Should fix build error found by Havard Eidnes.
2005-01-25 14:56:09 +00:00
yamt
3fe3f80448
yamt-km branch.
2005-01-25 13:14:56 +00:00
yamt
a7b5d8f567
nfs_check_wccdata: comment.
2005-01-25 12:20:32 +00:00
tron
ed9b5b2073
Fix cut and paste error in last commit.
2005-01-25 11:20:37 +00:00
ragge
9bb19bb2e0
Do not cast simple_lock() to (void). It may be a do { } while() macro,
...
and then compilation fails. Found by Håvard Eidnes.
2005-01-25 09:57:15 +00:00
drochner
7d0567768c
-in the read-ahead code, avoid to issue read requests at/past EOF
...
-because noone should request reads past EOF, or writes past EOF which
are not explicitely marked as file-extending (PGO_PASTEOF), turn
a boundary check into a KASSERT
approved by Chuck Silvers
2005-01-25 09:50:31 +00:00
wiz
1eef56ee01
Bump date for previous two, and restore part of sentence
...
that got lost in v1.261. Drop trailing whitespace.
2005-01-25 01:59:07 +00:00
wiz
a225e4032b
Bump date for another supported card.
2005-01-25 01:54:29 +00:00
wiz
93f4ac130d
Fix a double word, and improve mark up in FILES section. From jmc@openbsd.
2005-01-25 01:39:57 +00:00
matt
1dfcdea23d
Regen.
2005-01-25 00:55:25 +00:00
matt
2d074b9231
Add additional PCI Device IDs for ATI Radeon 9200
2005-01-25 00:55:00 +00:00
rumble
bd6d6c9a81
INET is not required.
2005-01-25 00:53:03 +00:00
joff
79f8908d72
It seems on some archs size_t is unsigned int and on others size_t is
...
unsigned long. Cast sizeof() to unsigned long in printf()'s so it can
always work regardless.
2005-01-24 22:40:00 +00:00
matt
691566cdec
Initialize zsconschannel to -1 so that it can't matched unless zscninit
...
is explicitly called to set it up.
2005-01-24 21:39:15 +00:00
dbj
d681cb1ea9
check _KERNEL_OPT instead of !_LKM to conditionalize opt includes
2005-01-24 21:34:48 +00:00
dbj
208b0b3a89
clear p->p_cwdi of exiting processes and
...
avoid dereferencing invalid p_cwdi in checkdirs
this fixes a race condition between exiting processes and mount
see discussion on tech-kern:
http://mail-index.netbsd.org/tech-kern/2004/10/04/0006.html
http://mail-index.netbsd.org/tech-kern/2004/10/08/0005.html
2005-01-24 21:27:02 +00:00
matt
027c11539b
Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.
2005-01-24 21:25:09 +00:00
rumble
4d1829e17f
Document SOFTDEP and UFS_DIRHASH options.
2005-01-24 19:08:23 +00:00
shige
3ad343e546
Add OpenBlockS266 GPIO LED Driver.
2005-01-24 18:47:37 +00:00
rumble
ae7309fcd9
Mention dirhash at suggestion of xtraeme@.
2005-01-24 16:57:32 +00:00
is
909ba1f5de
Fixes by Klaus Klein.
2005-01-24 16:57:21 +00:00
sketch
9cc1b26000
+ AYT (are you there), inspired by telnet and sometimes used for online chats.
2005-01-24 16:27:58 +00:00
cube
9c61428178
Install tap(4) LKM.
2005-01-24 15:50:52 +00:00
is
0c23284a1c
Don't be confused with trigraphs.
...
EXEC_ELF -> EXEC_ELF32
2005-01-24 15:49:29 +00:00
pooka
56876e818a
.Nm siginfo_t -> .Nm siginfo
...
Makes the manual page name match the whatis database.
ok from wiz
2005-01-24 13:08:35 +00:00
simonb
0bcf992248
Fix a couple of comments.
2005-01-24 11:54:51 +00:00
simonb
c13bbf038d
Make a comment line up nicely.
2005-01-24 10:38:47 +00:00
drochner
7c10815d09
use sendsig_sigcontext() directly instead of the generic sendsig()
2005-01-24 10:08:02 +00:00
drochner
50ed6c7cf3
-remove definition of "struct sigframe" -- haven't found a use of it
...
(should fix build problems w/o COMPAT_16 reported by Markus W Kilbinger
per PR port-mips/29041 and by Havard Eidnes)
-further shuffle COMPAT_* conditionals to allow COMPAT_ULTRIX
w/o COMPAT_16
2005-01-24 10:03:57 +00:00
wiz
a8921bf654
Fix Dd string; fix case in a macro; sort list of supported devices;
...
mark up all authors; fix case in "NetBSD".
2005-01-24 09:04:12 +00:00
lukem
26ed70ab78
Please mark obsolete entries "obsolete" instead of removing them.
...
(Hint: almost no time window is "short enough".)
2005-01-24 07:05:17 +00:00
enami
f1b6d58e81
To fix bad pointer dereference on start up when gif is used,
...
- Allow rn_init() to be called multiple times, but do nothing except the
first call.
- Include opt_inet.h so that #ifdef INET works.
- Call rn_init() from encap_init() explicitly rather than depending on the
order of initialization.
2005-01-24 04:46:49 +00:00
joff
1cd0ad9aff
Add atu(4) 802.11b USB driver
2005-01-24 03:02:45 +00:00
itojun
fd232dd798
get zero-cleared field on malloc. kame-pr-856
2005-01-24 02:42:49 +00:00
joff
204717149e
Enable atu, vnd, and kttcp by default
2005-01-24 02:40:00 +00:00
joff
8506af05a4
Fix mem/io extents usage. Previously had been mis-using the bs_cookie for a bs_tag.
2005-01-24 02:38:15 +00:00
joff
f61320850a
whoops, had intr mask inverted
2005-01-24 02:36:04 +00:00
joff
4a237e5849
add atu
2005-01-24 02:08:57 +00:00
joff
7b7ea2d5df
add atu(4) cat and manpage
2005-01-24 02:07:24 +00:00
joff
9968ec1965
Add atu(4) manpage: 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 02:06:14 +00:00
joff
25f4405fee
Add atu(4), Atmel 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 01:36:07 +00:00
rumble
468646676a
Remove dirhash.h.
2005-01-24 01:32:22 +00:00
joff
9a12dd0ebe
Implementation requirements of usb_needs_reattach(), from OpenBSD and required
...
for atu(4) to do a USB reconnect after firmware upload.
2005-01-24 01:30:38 +00:00
joff
988043649e
New Belkin USB-wifi ID, rename DWL120 to generic AT76C503A since this ID is used by more than one vendor (from OpenBSD)
2005-01-24 01:21:31 +00:00
joff
c8bf53857e
Atmel AT76C50XX usb 802.11b wifi dongle driver from OpenBSD.
2005-01-24 01:17:03 +00:00
joff
f046ac8874
Atmel AT76C50XX firmware files (required by atu(4) USB-wifi adapter)
2005-01-24 01:00:19 +00:00
rumble
ff41bba33a
Revert previous.
2005-01-24 00:57:19 +00:00
rumble
aa6fe0fbb7
Add dirhash.h.
...
Spotted by Hisashi T Fujinaka.
2005-01-23 22:57:16 +00:00
hubertf
874523fa9c
Make it a bit more clear what the last change does and is useful for.
...
OK'd by matt@.
XXX Remember that src/doc/CHANGES is NetBSD release documentation.
XXX Keep them readable to endusers, and include references for more
XXX information!
2005-01-23 22:38:58 +00:00
matt
4809be904e
Commit missing files with domain list sets.
2005-01-23 22:24:39 +00:00