summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2006-03-17rev 1.77Brad Smith
2006-03-17In m_pulldown avoid a prepend to the next mbuf in the chain if the resultBrad Smith
2006-03-16Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytesMiod Vallat
2006-03-15add sysctl_int_lower(). This can read, but can only write to a kernelTheo de Raadt
2006-03-15copyout() the pollfds if poll() gets interrupted. This resets the reventsClaudio Jeker
2006-03-12sensors_head is only used in kern_sensors.c, so its unnecessay to declareDavid Gwynne
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-05splimp -> splvmBrad Smith
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04Remove traditional coredump support since all our platforms have properMiod Vallat
2006-02-27Do not stupidly panic but return ENOTCONN when trying to pass fds on anMiod Vallat
2006-02-27When checking syscall numbers, qualify the test with the emulation as well.Niklas Hallqvist
2006-02-23Remove unused extent_find(). Then, we can keep the extent list only ifMiod Vallat
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod Vallat
2006-02-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
2006-01-28get rid of the sensors globals. theyre were only used by sysctl forDavid Gwynne
2006-01-21Remove now unused zeroref member in cfattach structures.Miod Vallat
2006-01-21Make sure cache_revlookup() doesn't return invalid cache entries.Pedro Martelletto
2006-01-20revert auto-skew. some ntpd implementations interact poorly.Ted Unangst
2006-01-19redo (w/ proper changes everywhere ;):Michael Shalayeff
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-18Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairsMiod Vallat
2006-01-13auto adjusting adjtime. be more responsive to large clock deltas,Ted Unangst
2006-01-13In config_detach_children(), after detaching a device, restart the deviceMiod Vallat
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2006-01-07p_dupfd need only be -1, nothing else. but this is nothing like what aaron h...Theo de Raadt
2006-01-07Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386Aaron Campbell
2006-01-06typo fix from ray lai;Jason McIntyre
2006-01-06oring in PCATCH doesn't help if we don't pass the right prio to tsleepTed Unangst
2006-01-06check in of "rwlock.20051230" from art.Ted Unangst
2006-01-06take interp[MAXPATHLEN] off the stack. from mickey, ok ottoTed Unangst
2006-01-05ansi/deregisterJonathan Gray
2006-01-05if a kthread fails to call kthread_exit() but instead returns,Ted Unangst
2006-01-03Make #undef match its temporary #define.Miod Vallat
2006-01-03remove duplicate comment;Jason McIntyre
2006-01-02regenJonathan Gray
2006-01-02Make this generate code with ansi function declarations.Jonathan Gray
2006-01-012006Miod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-31Nuke unused variable 'space' found by lint. Eliminate some trailingKenneth R Westerback
2005-12-30rebuildTed Unangst
2005-12-30change thrwakeup to take an argument which specifies how many threadsTed Unangst
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
2005-12-27tprintf() is now only necessary for NFS, so do not compile it for kernelsMiod Vallat
2005-12-221. when signalling a process group, don't deliver a copy to every threadTed Unangst
2005-12-22fix memory leak conditions in thrsleep and significantly simplifyTed Unangst
2005-12-21ansi/deregister. No binary change.Jonathan Gray
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14change wait message for thrsleep to "thrsleep"Ted Unangst