Age | Commit message (Expand) | Author |
2007-03-17 | Since we're not always called with M_WAIT, check return value from | Artur Grabowski |
2007-03-15 | m_prepend() works only for sizes smaller than MHLEN. | Claudio Jeker |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-14 | Clean up after miod. | Mark Kettenis |
2007-03-13 | Don't bother checking for OLF binaries if option SMALL_KERNEL. | Miod Vallat |
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff |
2007-03-05 | If tty-timestamping is requested, but no PPS signal is present, output a | Marc Balmer |
2007-03-01 | Remove two ancient debugging printfs. | Artur Grabowski |
2007-02-26 | exclude control data from the number of bytes returned by FIONREAD ioctl() | Kurt Miller |
2007-02-26 | m_dup1() copies the packet header and allocates the mbuf cluster in the | Claudio Jeker |
2007-02-20 | for vfsconf sysctl, do not leak kernel sensors out to userland | Theo de Raadt |
2007-02-20 | for sensors do not leak kernel pointers when copying out to userland; | Theo de Raadt |
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 |