summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2006-06-21If tty timestamping is enabled, copy the tty timestamp early to preserveMarc Balmer
2006-06-20pruning; ok mbalmerTheo de Raadt
2006-06-19Remove the no longer needed date/time calculations.Marc Balmer
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-17avoid missing events for timestamping (dcd change at same time as cts);Theo de Raadt
2006-06-15Nothing sets P_FSTRACE anymore, so remove all what's left of it.Miod Vallat
2006-06-15Make sys_adjfreq() compile on archs that use timecountersJonathan Gray
2006-06-15nuke code that has been dead for so long that it stinks. claudio okHenning Brauer
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
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