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