Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-05 | regen. | Federico G. Schwindt | |
2005-10-05 | some entries from javier d'ovidio laptop. | Federico G. Schwindt | |
2005-10-05 | regen | Thierry Deval | |
2005-10-05 | End sentences with a dot | Miod Vallat | |
2005-10-05 | Add Texas Instruments' PCI7XX1 CardBus multipurpose controllers | Thierry Deval | |
2005-10-05 | Clarify the return value and drop nonapplicable bugs section hastily pasted | Miod Vallat | |
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@ | |||
2005-10-05 | sync | Theo de Raadt | |
2005-10-05 | shorten | Theo de Raadt | |
2005-10-05 | regen | Brad Smith | |
2005-10-05 | add PCI ids for new Intel Gig PCI Express chips. | Brad Smith | |
2005-10-05 | Don't mention kerberos here - it has been disabled for some time. | Bjorn Sandell | |
fine jmc@ | |||
2005-10-05 | Remove kerberos4 services | Bjorn Sandell | |
ok deraadt@ | |||
2005-10-05 | further knf and cleaning; ok tdeval | Theo de Raadt | |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby | |
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@ | |||
2005-10-05 | open the RCS file with O_TRUNC as well when | Joris Vink | |
writing new contents to it; | |||
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby | |
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@ | |||
2005-10-05 | the Wistron CM9 Mini PCI is supported (Chris Cappuccio: "works fine as | Reyk Floeter | |
802.11b, in fact, very, very well" [thanks]). also re-add the senao NL-5354MP Mini PCI and distinguish between PCI and Mini PCI. | |||
2005-10-05 | the correct mask sign in table declarations is '&' (not '/'). | Reyk Floeter | |
2005-10-05 | sync usage and add V flag; | Joris Vink | |
2005-10-05 | - stop gcc's yapping; | Joris Vink | |
- better output when locking and unlocking revisions; | |||
2005-10-05 | free rl_name as well when freeing the lock list; | Joris Vink | |
2005-10-05 | sync | Theo de Raadt | |
2005-10-05 | first KNF (no binary diffs) | Theo de Raadt | |
2005-10-05 | Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol lines | Kenneth R Westerback | |
in hostname.if files. | |||
2005-10-05 | pretty print & minor knf; ok marco | Theo de Raadt | |
2005-10-05 | - better output | Joris Vink | |
- free frev when done | |||
2005-10-04 | Sync with new aicasm.c. No functional change. | Kenneth R Westerback | |
2005-10-04 | Emit '#define NUM_CRIT_SECTIONS' instead of 'static const int | Kenneth R Westerback | |
num_crit_sections' so that array declarations in aic7[9x]xx.c use compile time constructs that can be parsed by Anil. No functional change. | |||
2005-10-04 | - support -l and -u flags; | Joris Vink | |
- better output; | |||
2005-10-04 | correctly parse the lock section in an RCS file; | Joris Vink | |
2005-10-04 | Make sure we don't enable host controller interrupts until all | Brad Smith | |
initialization is finished. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-10-04 | typo | Pedro Martelletto | |
2005-10-04 | sync | Theo de Raadt | |
2005-10-04 | Make the syncer grab a reference for the vnode to avoid it from being | Pedro Martelletto | |
reclaimed while in this sensitive time frame. That is needed when we don't have locks. Should fix the 'sched_sync: fsync failed' panic some people were seeing. Testing mostly by sturm@ and krw@, okay tedu@ and deraadt@. | |||
2005-10-04 | tabs are holier than spaces | Theo de Raadt | |
2005-10-04 | move ipmi chunk to nicer place | Theo de Raadt | |
2005-10-04 | spacing | Theo de Raadt | |
2005-10-04 | Add initial IPMI implementation. Currently only KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC will follow shortly. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ | |||
2005-10-04 | Add initial IPMI implementation. Currently only the KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC are being worked on. IPMI will remain disabled for now. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ | |||
2005-10-04 | shorter name for wait channel | Theo de Raadt | |
2005-10-04 | Fix use after free(). Bug found by mpech@; ok deraadt@ | Otto Moerbeek | |
2005-10-04 | Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@ | Otto Moerbeek | |
2005-10-04 | tweak; | Jason McIntyre | |
2005-10-04 | various fixups; | Jason McIntyre | |
2005-10-04 | wording from simon kuhnle (pr #4530); | Jason McIntyre | |
2005-10-04 | standard synopsis/usage() and sort options list; | Jason McIntyre | |
2005-10-04 | ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@. | Matthieu Herrb | |
2005-10-04 | regen | Otto Moerbeek | |
2005-10-04 | oops, typo | Otto Moerbeek | |
2005-10-04 | clarify behaviour of -u option; | Jason McIntyre | |
ok otto@ |