summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-05regen.Federico G. Schwindt
2005-10-05some entries from javier d'ovidio laptop.Federico G. Schwindt
2005-10-05regenThierry Deval
2005-10-05End sentences with a dotMiod Vallat
2005-10-05Add Texas Instruments' PCI7XX1 CardBus multipurpose controllersThierry Deval
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@
2005-10-05syncTheo de Raadt
2005-10-05shortenTheo de Raadt
2005-10-05regenBrad Smith
2005-10-05add PCI ids for new Intel Gig PCI Express chips.Brad Smith
2005-10-05Don't mention kerberos here - it has been disabled for some time.Bjorn Sandell
fine jmc@
2005-10-05Remove kerberos4 servicesBjorn Sandell
ok deraadt@
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05Add 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-05open the RCS file with O_TRUNC as well whenJoris Vink
writing new contents to it;
2005-10-05Add 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-05the Wistron CM9 Mini PCI is supported (Chris Cappuccio: "works fine asReyk 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-05the correct mask sign in table declarations is '&' (not '/').Reyk Floeter
2005-10-05sync 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-05free rl_name as well when freeing the lock list;Joris Vink
2005-10-05syncTheo de Raadt
2005-10-05first KNF (no binary diffs)Theo de Raadt
2005-10-05Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol linesKenneth R Westerback
in hostname.if files.
2005-10-05pretty print & minor knf; ok marcoTheo de Raadt
2005-10-05- better outputJoris Vink
- free frev when done
2005-10-04Sync with new aicasm.c. No functional change.Kenneth R Westerback
2005-10-04Emit '#define NUM_CRIT_SECTIONS' instead of 'static const intKenneth 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-04correctly parse the lock section in an RCS file;Joris Vink
2005-10-04Make sure we don't enable host controller interrupts until allBrad Smith
initialization is finished. From augustss NetBSD ok dlg@ pascoe@
2005-10-04typoPedro Martelletto
2005-10-04syncTheo de Raadt
2005-10-04Make the syncer grab a reference for the vnode to avoid it from beingPedro 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-04tabs are holier than spacesTheo de Raadt
2005-10-04move ipmi chunk to nicer placeTheo de Raadt
2005-10-04spacingTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only KCS retrieval method isMarco 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-04Add initial IPMI implementation. Currently only the KCS retrieval method isMarco 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-04shorter name for wait channelTheo de Raadt
2005-10-04Fix use after free(). Bug found by mpech@; ok deraadt@Otto Moerbeek
2005-10-04Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@Otto Moerbeek
2005-10-04tweak;Jason McIntyre
2005-10-04various fixups;Jason McIntyre
2005-10-04wording from simon kuhnle (pr #4530);Jason McIntyre
2005-10-04standard synopsis/usage() and sort options list;Jason McIntyre
2005-10-04ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@.Matthieu Herrb
2005-10-04regenOtto Moerbeek
2005-10-04oops, typoOtto Moerbeek
2005-10-04clarify behaviour of -u option;Jason McIntyre
ok otto@