Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-03 | Typo in boot message. | Angelos D. Keromytis | |
1999-10-31 | critical fixes, overdone, but who cares, a localhost crash is bad | Theo de Raadt | |
1999-08-05 | Updated brooktree driver from Roger Hardiman | Niklas Hallqvist | |
1999-08-04 | new bus_dma API, match it | Niklas Hallqvist | |
1999-05-21 | no instead of <none> | Theo de Raadt | |
1999-05-19 | merge with freebsd 1.64, for real | Niklas Hallqvist | |
1999-02-19 | make vm_page_alloc_contig() a std function | Theo de Raadt | |
1999-01-30 | Sync with FreeBSD | Niklas Hallqvist | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-10-10 | Sync with FreeBSD; add support for bt878/879, more cards, more tuners... | Jason Downs | |
1998-08-14 | Make printf output during card probe more compact. | Matthieu Herrb | |
1998-07-26 | clean up some things left from my debugging activity. | Matthieu Herrb | |
In particular remove the OVERRIDE_ directives specific to my board. | |||
1998-07-23 | brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵ | Theo de Raadt | |
the tree |