summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2006-10-23fix control message length check, needs CMSG_ALIGN()Henning Brauer
2006-10-21Retire B_LOCKED and BQ_LOCKED. The last real usage of theThordur I. Bjornsson
2006-10-21tbert sent me a diff to change some 0 to NULLTed Unangst
2006-10-19some buffers (containing metadata) can only be written during theMichael Shalayeff
2006-10-18Return ECONNABORTED when a non-blocking socket has been shutdown() forKurt Miller
2006-10-17Kill unused code.Alexander Yurchenko
2006-10-16regenPedro Martelletto
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma...Marco Pfatschbacher
2006-10-09bret lambert sent a patch removing register. i made it ansi.Ted Unangst
2006-10-03regenPedro Martelletto
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
2006-09-30no malloc debug but configured kmemstats allow 'sh mal' to print smth useful;...Michael Shalayeff
2006-09-22regenPedro Martelletto
2006-09-22Put the LFS syscall stubs back in, turns out libc is unable to buildPedro Martelletto
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system callsPedro Martelletto
2006-09-22Unplug LFS from VFSPedro Martelletto
2006-09-19A bit of microoptimisation that doesn't hurt readability: Don't doMichael Knudsen
2006-08-28Another grammar nit; "please go ahead" jmc@.Tom Cosgrove
2006-08-28typos; from tbertJason McIntyre
2006-08-17chose proper mountpoint in making decision on upgradingMichael Shalayeff
2006-08-10Fix a panic when more than the default number of sempahores areTodd C. Miller
2006-08-09Propagate error on getnewbuf(), effectively allowing callers to bePedro Martelletto
2006-08-03Remove the tb(4) line discipline and manual page. I found no man pagesMarc Balmer