Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2005-10-04 | regen | Otto Moerbeek | |
2005-10-04 | Removing files is handled by M(), and setting the group to operator as | Otto Moerbeek | |
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@ | |||
2005-10-04 | some man pages bits; ok joris niallo | Xavier Santolaria | |
2005-10-04 | document that -k may be specified multiple times, | Jason McIntyre | |
and the effect of doing so; ok otto@ | |||
2005-10-04 | remove ellipsis from -k in usage(); | Jason McIntyre | |
2005-10-04 | write locks to the RCS file; | Joris Vink | |
2005-10-04 | fix a bug in Tx descriptor processing. | Reyk Floeter | |
found by David Malone | |||
2005-10-04 | trunk 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-04 | remove ellipsis following -k in synopsis; my last commit put this | Jason 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-04 | update RFC reference for PIM-DM; | Jason McIntyre | |
remove out of date comment concerning RFC for PIM-SM; ok mcbride@ | |||
2005-10-04 | start to describe the trunk(4) protocols. | Reyk Floeter | |
thanks to jmc@ and Michael Knudson | |||
2005-10-04 | regen | Otto Moerbeek | |
2005-10-04 | Do 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-04 | it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru> | Alexander Yurchenko | |
2005-10-04 | couldn't resist... | Marco Peereboom | |
2005-10-03 | Reduce the number of openings the logical devices have to play with so | Kenneth 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-03 | check opencount after handle has been verified to avoid a possible use | Kurt Miller | |
after free. | |||
2005-10-03 | tweaks; | Jason McIntyre | |
ok reyk@ | |||
2005-10-03 | protect against errant programs that attempt to dlclose a handle that is | Kurt Miller | |
already closed (but still around due to refs). | |||
2005-10-03 | refcount corrections: count common dep libs once and centralize dep lib | Kurt Miller | |
refcount increments to _dl_link_sub. adjust _dl_notify_unload_shlib to match new refcount method. ok drahn@ | |||
2005-10-03 | system_type is apple, dont act like it is any other, ok deraadt@ | Dale Rahn | |
2005-10-03 | Put the 970 in correct sleep mode, ok deraadt@ | Dale Rahn | |