Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-24 | extend scan delay from 20ms to 100ms for each channel + minor consistency tweak | Damien Bergamini | |
2004-11-24 | reset adapter in iwi_stop() | Damien Bergamini | |
2004-11-24 | clear register 0x41, not 0x43 (endianness) | Damien Bergamini | |
2004-11-24 | fix interrupt handler | Damien Bergamini | |
2004-11-24 | remove obsolete `A' from `state' example; | Jason McIntyre | |
ok millert@ | |||
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | Theo de Raadt | |
you can see processes move around; ok pval millert | |||
2004-11-24 | nothing really uses kernfs anymore, and in general it is unsafe since the | Theo de Raadt | |
way that it interacts with the buffer cache can result in non-atomic data ok most people | |||
2004-11-24 | say hi to _ftp | Henning Brauer | |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, userland part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-24 | typo | Thierry Deval | |
2004-11-24 | Use sysctl to get the running kernel version instead of grotting | Todd C. Miller | |
through kmem. Fixes false positives on machines where the memory is not cleared between boots. OK deraadt@, tedu@, jaredy@ | |||
2004-11-24 | typo in previous | Ian Darwin | |
2004-11-24 | Do not put a ``warning: '' prefix to stabs warning messages, as we already | Miod Vallat | |
provide it in the message. Same logic as in ld/emultempl/elf32.em, except that some arches use duplicated code in libbfd now. Can you spell bloat? | |||
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt | |
file missed by fgsch, did he miss any others? grep helps | |||
2004-11-24 | Enable krb5 authentication (from Gabriel Kihlman) and encryption | Bjorn Sandell | |
"go for it" deraadt@ | |||
2004-11-24 | sync | Theo de Raadt | |
2004-11-24 | Radeon 9600 XT | Theo de Raadt | |
2004-11-24 | use ETHER_MAX_LEN | Brad Smith | |
2004-11-24 | kernfs caveats, ok deraadt@ | Ian Darwin | |
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | Ryan Thomas McBride | |
- sync ip_mroute.c with NetBSD - import some FreeBSD changes to MFC entry handling - set im->im_vif correctly when sending IGMPMSG_WRONGVIF - increment mrtstat.mrts_upcalls correctly - return error from get_sg_cnt() if there is no matching forwarding entry ok henning@ brad@ naddy@ | |||
2004-11-24 | fix a bug that leads to a crash when binat rules of the form | Daniel Hartmeier | |
'binat from ... to ... -> (if)' are used, where the interface is dynamic. reported by kos(at)bastard(dot)net, analyzed by Pyun YongHyeon | |||
2004-11-24 | disable the layer filesystems by default; ok lots of people | Theo de Raadt | |
2004-11-23 | fix name of lib | Marc Espie | |
2004-11-23 | tweaks; | Jason McIntyre | |
ok damien@ | |||
2004-11-23 | add support for 2915ABG adapters | Damien Bergamini | |
2004-11-23 | Let gpio_detach() do something useful. | Alexander Yurchenko | |
Tested by reyk@ on gpio@ath. | |||
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-23 | sync | Damien Bergamini | |
2004-11-23 | support PRO/Wireless 2915ABG; ok deraadt@ | Damien Bergamini | |
2004-11-23 | tweak FILES; | Jason McIntyre | |
2004-11-23 | tweak FILES; | Jason McIntyre | |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat | |
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various. | |||
2004-11-23 | sync | Theo de Raadt | |
2004-11-23 | Set link-local address of tun interface with prefixlen = 64 | Brad Smith | |
instead of 128. From FreeBSD ok deraadt@ todd@ | |||
2004-11-23 | remove wrong comments; ok deraadt | Markus Friedl | |
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' mickey@ | |||
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker | |
it is possible to specify multiple communities. This is also the first step to better bgpd filters. OK henning@ | |||
2004-11-23 | Add Adaptec ASR2200S U320 RAID | Marco Peereboom | |
prompted by deraadt@ | |||
2004-11-23 | typo | Christian Weisgerber | |
2004-11-23 | allow for registration of libraries from an existing plist. | Marc Espie | |
make sure lookup_libspec result is defined. allow for registering pkgpath instead of pkgname. | |||
2004-11-23 | fix typo in comment | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-11-23 | store number of supported gpio pins | Reyk Floeter | |
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter | |
ok grange@ | |||
2004-11-23 | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one | Kenneth R Westerback | |
line and zero line functions. Fix a potential bug (ahd_set_transaction_status was used where ahd_set_scsi_status was intended) inside a currently #ifdef 0/#endif section of code. No functional changes intended except for a bit of extra locking via ahd_list_lock*. ok marco@. | |||
2004-11-23 | Add Adaptec ASR2200S U320 RAID | Marco Peereboom | |
2004-11-23 | use ieee80211com to store the mac | David Gwynne | |
2004-11-23 | need kue firmware too | Theo de Raadt | |
2004-11-23 | document how to get the Intel firmware files (ie. who to mail and phone, hi ↵ | Theo de Raadt | |
Peter | |||
2004-11-22 | ad1981 does not like init; from fgsch@ | Michael Shalayeff | |
2004-11-22 | better fix for the internal fw loader that doesnt break 64bit archs | David Gwynne | |