summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2005-10-04regenOtto Moerbeek
2005-10-04Removing files is handled by M(), and setting the group to operator asOtto Moerbeek
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@
2005-10-04some man pages bits; ok joris nialloXavier Santolaria
2005-10-04document that -k may be specified multiple times,Jason McIntyre
and the effect of doing so; ok otto@
2005-10-04remove ellipsis from -k in usage();Jason McIntyre
2005-10-04write locks to the RCS file;Joris Vink
2005-10-04fix a bug in Tx descriptor processing.Reyk Floeter
found by David Malone
2005-10-04trunk must be started after physical ethernet devices, but before vlan.Todd T. Fries
populate ifmstart lines accordingly. prodded/tested by brad@ ok reyk@
2005-10-04remove ellipsis following -k in synopsis; my last commit put thisJason McIntyre
in the wrong place, but i think it will be clearer to remove it altogether and improve the description of -k (to follow); ok otto@
2005-10-04update RFC reference for PIM-DM;Jason McIntyre
remove out of date comment concerning RFC for PIM-SM; ok mcbride@
2005-10-04start to describe the trunk(4) protocols.Reyk Floeter
thanks to jmc@ and Michael Knudson
2005-10-04regenOtto Moerbeek
2005-10-04Do not buikd mklist as a string, it is not used anyway.Otto Moerbeek
Nice speedup of MAKEDEV on slower archs. ok fries@ deraadt@
2005-10-04it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2005-10-04couldn't resist...Marco Peereboom
2005-10-03Reduce the number of openings the logical devices have to play with soKenneth R Westerback
that ioctl's and raw commands will not cause i/o failures. Assume a max of two processors/enclosures per raw bus for the moment. Fixes regular crashes on my 1 logical device, all-softdep system during make build with a bioctl loop running. ok dlg@
2005-10-03check opencount after handle has been verified to avoid a possible useKurt Miller
after free.
2005-10-03tweaks;Jason McIntyre
ok reyk@
2005-10-03protect against errant programs that attempt to dlclose a handle that isKurt Miller
already closed (but still around due to refs).
2005-10-03refcount corrections: count common dep libs once and centralize dep libKurt Miller
refcount increments to _dl_link_sub. adjust _dl_notify_unload_shlib to match new refcount method. ok drahn@
2005-10-03system_type is apple, dont act like it is any other, ok deraadt@Dale Rahn
2005-10-03Put the 970 in correct sleep mode, ok deraadt@Dale Rahn