summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2007-02-17fix ddb buf printing for daddr_t growth to 64bit;Michael Shalayeff
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-13fix ddb buf printMichael Shalayeff
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-01-18allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC toHenning Brauer
2007-01-17When sending signals, instead of checking if the process sending theArtur Grabowski
2007-01-17reintroduce rev 1.83 -- put the new process on the proc listsMichael Shalayeff
2007-01-16regenThordur I. Bjornsson
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2007-01-12Switch some lockmgr locks to rwlocks.Artur Grabowski
2007-01-10Fix getitimer to use uptime as setitimer does. Fixes bad output fromArtur Grabowski
2007-01-03Remove two "unused" mbuf tag functions and kill the superfluous argumentClaudio Jeker
2007-01-02return is not a function.Marc Balmer
2007-01-022007Dale Rahn
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-24If <machine/cpu.h> defines PROC_PC to compute the userland pc from an exceptionMiod Vallat
2006-12-24Keep a counter for addupc_intr() invocations, and pass its value, instead of 1,Miod Vallat
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23kernel code implimemting the new two-level sensor api; written byTheo de Raadt
2006-12-23in nmeaopen(), only add the sensors to the system if there was no error.Marc Balmer
2006-12-21Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto isMarc Balmer
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-12-15Correct order of malloc(9) arguments.Marc Balmer
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-12-11allow bit 32 to be printed; bug spotted and fix tested by dlgTheo de Raadt
2006-12-08A more permanent solution to setperf methods returning error values andGordon Willem Klok
2006-12-01spell kqueue, not kqeueCamiel Dobbelaar
2006-11-30s/completly/completely/Michael Knudsen
2006-11-29Correct the calculation of block address for specfs block i/o onKenneth R Westerback
2006-11-29Update the sensor description based on the GPS operation mode. InitialMarc Balmer
2006-11-29We don't use mb_map anymore since a long time already. Remove it.Miod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-28Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiverMarc Balmer
2006-11-28Make malloc() print out a warning message when returning NULL due toPedro Martelletto
2006-11-24When copying out struct statfs to userland, we need to zero out the fsidArtur Grabowski
2006-11-22If M_CANFAIL is set and the malloc() size is to bigThordur I. Bjornsson
2006-11-20vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (andTom Cosgrove
2006-11-18more fixes from bret lambert; ok pedroJason McIntyre
2006-11-18typos; from bret lambertJason McIntyre
2006-11-17typos from bret lambert;Jason McIntyre
2006-11-17missing punctuation in comments; from bret lambertJason McIntyre
2006-11-17Make getpeereid() work on both sides of a connection. The client can now getClaudio Jeker
2006-11-15typos; from bret lambertJason McIntyre
2006-11-14grammar, spelling, and style fixes from bret lambert;Jason McIntyre
2006-11-14properly check for native emulation binaries, so that the correct sysctlTheo de Raadt
2006-11-06force a new sensor task to be run as soon as possible. previously it usedDavid Gwynne
2006-10-31undo unp_internalize in case of errors; report Christian Biere; ok claudioMarkus Friedl
2006-10-30Timecounter based implementation of adjfreq(2). Largely from art@Otto Moerbeek
2006-10-30use vp->v_type to index into vtypes rather then vp->v_tag,Thordur I. Bjornsson