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