133593 Commits

Author SHA1 Message Date
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
cube
c8f95d9a61 Add 'd' to usage, sort options in usage, sort options in getopt() call. 2005-01-23 20:55:57 +00:00
cdi
ab1460715b New kernel configuration for use during Cobalt netboot or as a rescue kernel
image. The idea is to keep INSTALL as small as possible (XXXVERBOSE options are
off, no IP filtering, SCSI support etc.) to shoehorn into size limits imposed
by the Cobalt's firmware and to have full-blown GENERIC kernel which uses
NetBSD bootloader anyway.
2005-01-23 20:05:26 +00:00
rumble
32386a4e99 Bring in Ian Dowse's Dirhash from FreeBSD. Hash tables of
directories are created on the fly and used to increase
performance by circumventing ufs_lookup's linear search.

Dirhash is enabled by the UFS_DIRHASH option, but not
by default.
2005-01-23 19:37:05 +00:00
shige
5ed37446b2 Add gpio module. 2005-01-23 19:24:31 +00:00
shige
17dda52768 Add driver for On-chip General Purpose I/O. 2005-01-23 19:22:22 +00:00
chs
924b155d98 turn interrupts on in cpu_reboot(), in case someone reboots from
a strange context via ddb.
2005-01-23 19:10:23 +00:00
chs
ad79fc3015 move the call to link_pool_init() to the end of uvm_init(). needed for sun3. 2005-01-23 19:02:02 +00:00
matt
6313e4c8a4 Note domain link set changes and kernel bump. 2005-01-23 18:46:24 +00:00
matt
a604423d58 Welcome 2.99.15 (domain link sets). 2005-01-23 18:44:44 +00:00
matt
d341be30f4 Change initialzie of domains to use link sets. Switch to using STAILQ.
Add a convenience macro DOMAIN_FOREACH to interate through the domain.
2005-01-23 18:41:56 +00:00
chs
fba432b011 make this the same as the other m68k platforms. 2005-01-23 17:32:56 +00:00
chs
fa924b7be7 move spl*() and IPL_* definitions from psl.h to intr.h. 2005-01-23 17:27:03 +00:00
pk
dca752e34a Make pmap_map() work on sun4 machines.
Thanks to Matthew and Julian for finding this.
2005-01-23 17:04:26 +00:00
chs
b0c54c738d pmap_wired_count() is now available on all platforms,
remove the code for the case where it's not defined.
2005-01-23 15:58:13 +00:00
dan
f368e90e9b attach tl(4) as an event source to rnd(4)
patches from Sean Davis in PR/28556
(slightly modified to actually catch our own interrupts)
2005-01-23 10:53:19 +00:00
dan
724df7bd2e attach rtk(4) as an event source to rnd(4)
patches from Sean Davis in PR/28547
(also added a detach hook)
2005-01-23 10:26:06 +00:00
yamt
145a9f0bea note recent pool and uvm changes. requested by lukem@. 2005-01-23 10:03:26 +00:00