Commit Graph

133783 Commits

Author SHA1 Message Date
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
manu 25f1e3eda9 Set the pam_nologin call to keep our current behavior: login is refused
after password is given.
2005-01-23 09:48:38 +00:00
manu 3113fa979d Add PAM support to login(8) 2005-01-23 09:47:43 +00:00
manu 08ad2c449b Set correct default for the nologin file: /etc/nologin
Handle the ignorenologin capability
2005-01-23 09:45:02 +00:00
he e23b180fd3 Adapt to the change in type of ite_on() -- don't pretend that it returns
a value anymore (return type is now void).
2005-01-23 09:25:52 +00:00
yamt f6e639255b lkmunreserve: free memory to the correct vm_map when kernel_map != lkm_map. 2005-01-23 08:41:02 +00:00
yamt c3b17808da cc_microset: #if 0 out a diagnositc printf.
this functions is called from ipi handler.
2005-01-23 08:39:51 +00:00
jmc 94eaa31771 Apply user supplied patterns first before applying actions for -A. This way pax
behavior WRT to patterns lines up with the example in the documentation
and how other implementations do it as well since -A is a non-standard
option/behavior. Fixes items noted in PR#23776
2005-01-23 06:19:03 +00:00
fredb caf0ace151 Document support for the Belkin "Gigabit Desktop Network PCI Card". 2005-01-23 03:14:31 +00:00
fredb 53c21c67e7 Regen. 2005-01-23 03:07:05 +00:00
fredb 18c05962e3 Recognize Belkin Gigabit Desktop Network PCI card. 2005-01-23 03:06:07 +00:00