Age | Commit message (Expand) | Author |
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 |
2006-03-17 | rev 1.77 | Brad Smith |
2006-03-17 | In m_pulldown avoid a prepend to the next mbuf in the chain if the result | Brad Smith |
2006-03-16 | Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytes | Miod Vallat |
2006-03-15 | add sysctl_int_lower(). This can read, but can only write to a kernel | Theo de Raadt |
2006-03-15 | copyout() the pollfds if poll() gets interrupted. This resets the revents | Claudio Jeker |
2006-03-12 | sensors_head is only used in kern_sensors.c, so its unnecessay to declare | David Gwynne |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-05 | splimp -> splvm | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-03-04 | Remove traditional coredump support since all our platforms have proper | Miod Vallat |
2006-02-27 | Do not stupidly panic but return ENOTCONN when trying to pass fds on an | Miod Vallat |
2006-02-27 | When checking syscall numbers, qualify the test with the emulation as well. | Niklas Hallqvist |
2006-02-23 | Remove unused extent_find(). Then, we can keep the extent list only if | Miod Vallat |
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | Miod Vallat |
2006-02-20 | Compile out more rthreads stuff unless option RTHREADS; | Miod Vallat |
2006-01-28 | get rid of the sensors globals. theyre were only used by sysctl for | David Gwynne |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat |
2006-01-21 | Make sure cache_revlookup() doesn't return invalid cache entries. | Pedro Martelletto |
2006-01-20 | revert auto-skew. some ntpd implementations interact poorly. | Ted Unangst |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-18 | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs | Miod Vallat |
2006-01-13 | auto adjusting adjtime. be more responsive to large clock deltas, | Ted Unangst |
2006-01-13 | In config_detach_children(), after detaching a device, restart the device | Miod Vallat |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron h... | Theo de Raadt |
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron Campbell |
2006-01-06 | typo fix from ray lai; | Jason McIntyre |
2006-01-06 | oring in PCATCH doesn't help if we don't pass the right prio to tsleep | Ted Unangst |
2006-01-06 | check in of "rwlock.20051230" from art. | Ted Unangst |
2006-01-06 | take interp[MAXPATHLEN] off the stack. from mickey, ok otto | Ted Unangst |
2006-01-05 | ansi/deregister | Jonathan Gray |
2006-01-05 | if a kthread fails to call kthread_exit() but instead returns, | Ted Unangst |
2006-01-03 | Make #undef match its temporary #define. | Miod Vallat |
2006-01-03 | remove duplicate comment; | Jason McIntyre |