Age | Commit message (Expand) | Author |
2003-03-06 | enable elansc; ok deraadt@ | Markus Friedl |
2003-03-06 | Improve comments, including type fixes; lebel@ | Miod Vallat |
2003-03-06 | Premiliminary driver for the Fujitsu AG-10e SBus frame buffer. | Miod Vallat |
2003-03-06 | move cpu_configre() lower after the proc0 is more completely initialized. | Michael Shalayeff |
2003-03-06 | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ | Markus Friedl |
2003-03-06 | Support for ServerWorks CSB6 IDE | Alexander Yurchenko |
2003-03-06 | bpf_mtap incoming proto 97 traffic; ok jason@ | Markus Friedl |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-03-06 | Remove double include of scsi_all.h | mjacob |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-03-05 | sync | Theo de Raadt |
2003-03-05 | new VIA gear on EPIA M-series | Theo de Raadt |
2003-03-05 | make sure asi and sasi are set in the bustag. Fixes the le@lebuffer problem | Jason Wright |
2003-03-05 | update media handling based on NetBSD: mainly fix setting up of the output | Jason Wright |
2003-03-05 | no \n in panic(); rimshot@pandora.be | Theo de Raadt |
2003-03-05 | Driver for the Parallax XVideo and PowerVideo frame buffers. | Miod Vallat |
2003-03-05 | Small fixes after code review, mostly on error path. | Cedric Berger |
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim |
2003-03-04 | told you it was not knf | Theo de Raadt |
2003-03-04 | Move 'userret' code to a seperate function, add it to child_return(). w/KNF | Dale Rahn |
2003-03-04 | remove -beta marker | Theo de Raadt |
2003-03-04 | do not treat map entries above the stack as stack; only for the grow-ups | Michael Shalayeff |
2003-03-04 | (really) support user/group rules with 'inet6' | Philipp Buehler |
2003-03-03 | Prefer pmap_kenter_pa() in pmap_map(). | Miod Vallat |
2003-03-03 | nuke extra semicolon | mjacob |
2003-03-03 | Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tends | mjacob |
2003-03-03 | Argh. Put back mickey's change here and also follow Ted's suggestion | mjacob |
2003-03-03 | Add some A64 defines. | mjacob |
2003-03-03 | Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define the | mjacob |
2003-03-03 | spelling fixes | mjacob |
2003-03-03 | In isp_putback_atio, propagate iid && rxid for FC ATIOs. | mjacob |
2003-03-03 | Remove STRNCAT define. | mjacob |
2003-03-03 | For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we need | mjacob |
2003-03-03 | Add (untested, no h/w) 10160 support. Propagate some spelling fixes. | mjacob |
2003-03-03 | march through the trapframes on the stack trace until the very last | Michael Shalayeff |
2003-03-03 | Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support. | mjacob |
2003-03-03 | Make "pfctl -ss" output easier to parse. NO TRAFFIC -> NO_TRAFFIC. | Cedric Berger |
2003-03-03 | set n->m_len, somehow the line have lost. thanks daniel | Jun-ichiro itojun Hagino |
2003-03-03 | use M_READONLY instead of defining M_SHAREDCLUSTER(). the change should have | Jun-ichiro itojun Hagino |
2003-03-03 | Provide a functional d_psize() function for ramdisk block devices. | Miod Vallat |
2003-03-02 | Use priority queue for TCP ACKs that have no payload. Very useful on | Daniel Hartmeier |
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer |
2003-03-02 | The gem driver will sometimes unmap bus_dma mappings that are still | Henric Jungheim |
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright |
2003-02-28 | Based on several comments from tedu: | Jason Wright |
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright |
2003-02-28 | do not entice people into playing with broken fs | Ted Unangst |
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright |