summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2006-06-14regenOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-06-13Next round of clean-up: Remove the ugly state machine and replace it withMarc Balmer
2006-06-10Add functions to decode date and time strings that make sure no invalidMarc Balmer
2006-06-10allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeedBob Beck
2006-06-09syncTheo de Raadt
2006-06-09spacing that made a grep look very suspiciousTheo de Raadt
2006-06-07killproc() is orphaned, so kill it; ok deraadt@Miod Vallat
2006-06-05various cleanups; ok mbalmerTheo de Raadt
2006-06-04In extent_destroy(), only remove the extent from the global extent list ifMiod Vallat
2006-06-04Missing RCS IdMiod Vallat
2006-06-04Allow any user to request the current adjustment; ok henning@ deraadt@Otto Moerbeek
2006-06-04- ntpd no longer needs the NTP identifier as part of a timedelta sensorMarc Balmer
2006-06-02Add a clonable devices implementation. Hacked along with thib@, inputPedro Martelletto
2006-06-02remove upgrade/downgrade, they are useless.Ted Unangst
2006-06-01the bit shifted should be a type at least as wide as the comparison (u_quad_t)Jason Wright
2006-06-01Avoid buffer overflow in case of oversized input.Chris Kuethe
2006-06-01mbalmer says the swiss have learned how to swim.Chris Kuethe
2006-06-01Add basic NMEA0183 support as a tty line discipline. The line disciplineMarc Balmer
2006-05-29extend %b support so that it will allow for arguments with more than 32 bits.Jason Wright
2006-05-28back out my last commit. art pointed out that sysctl cannot sleep whenDavid Gwynne
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