Age | Commit message (Expand) | Author |
2006-06-21 | If tty timestamping is enabled, copy the tty timestamp early to preserve | Marc Balmer |
2006-06-20 | pruning; ok mbalmer | Theo de Raadt |
2006-06-19 | Remove the no longer needed date/time calculations. | Marc Balmer |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-17 | avoid missing events for timestamping (dcd change at same time as cts); | Theo de Raadt |
2006-06-15 | Nothing sets P_FSTRACE anymore, so remove all what's left of it. | Miod Vallat |
2006-06-15 | Make sys_adjfreq() compile on archs that use timecounters | Jonathan Gray |
2006-06-15 | nuke code that has been dead for so long that it stinks. claudio ok | Henning Brauer |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-06-14 | regen | Otto Moerbeek |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-06-13 | Next round of clean-up: Remove the ugly state machine and replace it with | Marc Balmer |
2006-06-10 | Add functions to decode date and time strings that make sure no invalid | Marc Balmer |
2006-06-10 | allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeed | Bob Beck |
2006-06-09 | sync | Theo de Raadt |
2006-06-09 | spacing that made a grep look very suspicious | Theo de Raadt |
2006-06-07 | killproc() is orphaned, so kill it; ok deraadt@ | Miod Vallat |
2006-06-05 | various cleanups; ok mbalmer | Theo de Raadt |
2006-06-04 | In extent_destroy(), only remove the extent from the global extent list if | Miod Vallat |
2006-06-04 | Missing RCS Id | Miod Vallat |
2006-06-04 | Allow 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 sensor | Marc Balmer |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-06-02 | remove upgrade/downgrade, they are useless. | Ted Unangst |
2006-06-01 | the bit shifted should be a type at least as wide as the comparison (u_quad_t) | Jason Wright |
2006-06-01 | Avoid buffer overflow in case of oversized input. | Chris Kuethe |
2006-06-01 | mbalmer says the swiss have learned how to swim. | Chris Kuethe |
2006-06-01 | Add basic NMEA0183 support as a tty line discipline. The line discipline | Marc Balmer |
2006-05-29 | extend %b support so that it will allow for arguments with more than 32 bits. | Jason Wright |
2006-05-28 | back out my last commit. art pointed out that sysctl cannot sleep when | David Gwynne |
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 |