Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | standardise FILES; | Jason McIntyre | |
2004-11-22 | use a size_t here | Theo de Raadt | |
2004-11-22 | rename these two firmwares to nicer names | Theo de Raadt | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | use the filesystem based firmware loader; ok deraadt@ | Damien Bergamini | |
2004-11-22 | correctly describe parameters for pmap_kremove. | Hans-Joerg Hoexer | |
ok miod@ | |||
2004-11-22 | correct license | Theo de Raadt | |
2004-11-22 | now supports PERC4e/Di | Theo de Raadt | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | support PCI-Express PERC4e/Di; j@pureftpd.org | Theo de Raadt | |
2004-11-22 | stdlib.h | Theo de Raadt | |
2004-11-22 | don't enable debugging by default | Damien Bergamini | |
2004-11-22 | fix a typo | Damien Bergamini | |
2004-11-22 | kue firmware on this media too | Theo de Raadt | |
2004-11-22 | relax warmboot detection, required for some models. ok deraadt@ | Daniel Hartmeier | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | mac68k is not so happy with -pipe, disable for now. | Miod Vallat | |
2004-11-22 | enter kue & symbol | Theo de Raadt | |
2004-11-22 | firmware loading for kue(4), tested for me by dhartmei | Theo de Raadt | |
2004-11-22 | better types; from hppa64 (; | Michael Shalayeff | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | tigon firmwares on the big ramdisks | Theo de Raadt | |
2004-11-22 | remove netiso since it doesn't exist anymore | Patrick Latifi | |
ok otto henning | |||
2004-11-22 | tweaks; | Jason McIntyre | |
2004-11-22 | added detach function to support hotpluggable gpios. | Reyk Floeter | |
ok grange@ | |||
2004-11-22 | simplify loop iteration | Patrick Latifi | |
ok otto millert | |||
2004-11-22 | use a signed type if we're comparing the var to -1. fixes loading of the | David Gwynne | |
internal firmware. | |||
2004-11-22 | Add support for setting mixerctl values in a sysctl.conf like manner | Jonathan Gray | |
via mixerctl.conf. ok deraadt@, earlier version ok henning@ |