Age | Commit message (Expand) | Author |
2006-05-28 | Remove device id from hotplug events. | Michael Knudsen |
2006-05-28 | more fallout from the sensors: Every single ramdisk got broken. | Theo de Raadt |
2006-05-28 | Spacing in vfs_sysctl() | Pedro Martelletto |
2006-05-28 | intrducing device type DV_SENSOR turned out to be a bad idea as it | Henning Brauer |
2006-05-28 | need <sys/device.h> or it doesn't compile on sparc64 | Jason Wright |
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen |
2006-05-28 | unbreak, of course this needs to included sys/hotplug.h too | Henning Brauer |
2006-05-27 | Make sensor add/remove create hotplug events (after much prodding from hennin... | Michael Knudsen |
2006-05-27 | remove useless error check and irritating comment | Nikolay Sturm |
2006-05-20 | It is possible for a sensor to be detached and freed while it is being | David Gwynne |
2006-05-20 | add show all pools command listing all pools as vmstat -m does; miod@ ok | Michael Shalayeff |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-17 | cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when | Kenneth R Westerback |
2006-05-17 | Don't cast malloc() | Pedro Martelletto |
2006-05-17 | Detach children devices in reverse order. This gives better display, and | Kenneth R Westerback |
2006-05-17 | change ktr_len to size_t. put ktr_type after comm for better alignment | Ted Unangst |
2006-05-14 | When assigning a unit number, treat running off the end of the | Kenneth R Westerback |
2006-05-11 | One more (!foo & BAR) bogus test. | Miod Vallat |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst |
2006-05-07 | remove drain hooks from pool. | Ted Unangst |
2006-05-07 | forgot to remove this sentence from the comment | Nikolay Sturm |
2006-05-06 | initialize the propolice cookie more carefully so -fstack-protector-all | Theo de Raadt |
2006-05-01 | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions | Pedro Martelletto |
2006-05-01 | Rename functions and move prototypes around | Pedro Martelletto |
2006-05-01 | Make static functions global so DDB can see them | Pedro Martelletto |
2006-04-30 | Backout last commit, it makes us crash when a ptraced program forks. | Mark Kettenis |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-30 | Prune remaining of the code, no binary change | Pedro Martelletto |
2006-04-30 | Prune getcwd_common() and vn_isunder(), no binary change | Pedro Martelletto |
2006-04-30 | Prune proc_isunder() and sys___getcwd(), no binary change | Pedro Martelletto |
2006-04-29 | KNF bits | Pedro Martelletto |
2006-04-28 | Regen | Pedro Martelletto |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto |
2006-04-27 | create a (very simple) method for timestamping CTS & DCD events on ttys, | Theo de Raadt |
2006-04-24 | Use NULL where NULL is meant, from thib, no binary change | Pedro Martelletto |
2006-04-23 | 'fall into' -> FALLTHROUGH | Pedro Martelletto |
2006-04-23 | Remove unnecessary ARGSUSED comment | Pedro Martelletto |
2006-04-23 | KNF | Pedro Martelletto |
2006-04-21 | back out my last commit. | David Gwynne |
2006-04-20 | much -> must | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-04-19 | wdog_init is only called from wdog_register, so fold them in together. | David Gwynne |
2006-04-18 | if you go timeout_set, timeout_add, and then timeout_set again you can | David Gwynne |
2006-04-18 | set the params that govern watchdog behaviour back to defaults when the | David Gwynne |
2006-04-15 | Repair FIOGETOWN operation; from Alexandre Ratchov. | Miod Vallat |
2006-04-06 | release kernel lock _after_ the emulation exit hook is called to protect poss... | Michael Shalayeff |
2006-03-27 | do not rush putting embrionic process on child/thread/sibling lists and set t... | Michael Shalayeff |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |