Age | Commit message (Expand) | Author |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-10-05 | In malloc_page_free(), restore the correct wire_count value. | Miod Vallat |
2008-10-04 | At clock initialization, if we discover that tickadj is 0 (due to very | Theo de Raadt |
2008-10-03 | Make sigwait() work correctly. In particular, it'll work when the | Philip Guenthe |
2008-10-02 | A closed, disconnected, or otherwise failed socket is still a socket | Theo de Raadt |
2008-09-29 | Use pools to do allocations for all sizes <= PAGE_SIZE. | Artur Grabowski |
2008-09-28 | initialize the ether_vtag field like the rest of the packet header | Christian Weisgerber |
2008-09-19 | system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_interval | Damien Miller |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-10 | There's no need to fully traverse the wakeup queue when waking a specific | Bret Lambert |
2008-09-05 | Back out previous. Art realised a problem with it. | Owain Ainsworth |
2008-09-05 | Don't overwrite the old ipl in msleep if PNORELOCK was set. | Artur Grabowski |
2008-09-05 | When munging the WANTIPL of the mutex to prevent undoing the sched_lock, | Owain Ainsworth |
2008-08-25 | If partoffp is non-NULL then readdoslabel() is just looking for the | Kenneth R Westerback |
2008-08-22 | simplification, and repair findblkmajor for name## lookups; ok krw | Theo de Raadt |
2008-08-20 | Allow devices attaching at root (such as softraid) to be disabled in UKC. | Miod Vallat |
2008-08-14 | Kill the _MCLDEREFERENCE() macro it was only used once and it should be only | Claudio Jeker |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-08 | remove an if notyet block from sys_fstatfs(), that will never be needed, | Thordur I. Bjornsson |
2008-08-08 | plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf, | Thordur I. Bjornsson |
2008-08-07 | don't wait for a free mbuf cluster in sosend() and enter the existing | Reyk Floeter |
2008-08-03 | Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. Otherwise | Mark Kettenis |
2008-08-02 | Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt. | Stefan Kempf |
2008-07-28 | remove an #if noyet block that will never be needed. | Thordur I. Bjornsson |
2008-07-28 | Fix integer truncation in ttwrite(). ok deraadt, miod. | Stefan Kempf |
2008-07-24 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-22 | deactivate the code to display location in the sensor description | Marc Balmer |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-18 | Add support for the kernel to recognize, load and execute position | Kurt Miller |
2008-07-14 | Don't lock timeouts in db_show_callout. | Artur Grabowski |
2008-07-11 | Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts | Bret Lambert |
2008-07-11 | de-__inline a trio of functions to shave some space. | Bret Lambert |
2008-07-07 | Shorten the sensor description and reserve room for optional characters | Marc Balmer |
2008-07-06 | Add the position to the sensor description. | Marc Balmer |
2008-07-05 | re-introduce vdrop() to signal a lost intrest in a vnode; | Thordur I. Bjornsson |
2008-06-27 | Do not disallow kernel crash dumps on panic if swap encryption is enabled, | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-14 | oldnointr pool allocator is no longer used or necessary. | Artur Grabowski |
2008-06-14 | Belt, suspenders, duct tape and glue. | Artur Grabowski |
2008-06-13 | back out stupid vnode change that was unintentionally included | Bob Beck |
2008-06-13 | Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG | Rainer Giedat |
2008-06-12 | use PR_ZERO instead of a bzero() right after the pool_get(); | Thordur I. Bjornsson |
2008-06-12 | Oops, do not dereference a NULL function pointer used as an array end | Miod Vallat |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom |