Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-06 | liternal -> literal; | Jason McIntyre | |
2003-06-06 | avoid M_WAIT in network stack; netbsd revision 1.13 | Jun-ichiro itojun Hagino | |
2003-06-06 | don't use M_WAIT in network stack. use M_PREPEND to keep m_pkthdr. | Jun-ichiro itojun Hagino | |
(netbsd revision 1.7) | |||
2003-06-06 | KNF fix | Jun-ichiro itojun Hagino | |
2003-06-06 | KNF, de-register | Jun-ichiro itojun Hagino | |
2003-06-06 | don't try to forward multicast packet to mif that went away; kame | Jun-ichiro itojun Hagino | |
2003-06-06 | WIDE uses 3-term now; itojun ok | Theo de Raadt | |
2003-06-06 | initialize blocksize from the trigger_input routine; fixes a div by zero | Federico G. Schwindt | |
error. problem and patch by Gabriel Kihlman in PR/2856. millert@ ok. | |||
2003-06-05 | untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS. | Federico G. Schwindt | |
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn | |
Please _TEST_. | |||
2003-06-05 | Faster ramdac operation, by reducing the delay between register writes, | Miod Vallat | |
according to some Power9x00 documentation. | |||
2003-06-05 | remove some incorrect documentation; | Jason McIntyre | |
from Aldo Cortesi (PR 3277); ok deraadt@ | |||
2003-06-05 | Cleanup: | Alexander Yurchenko | |
- don't include both sys/types.h and sys/param.h - spaces vs tab - kill trailing spaces ok drahn@ | |||
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt | |
2003-06-05 | ATA100 driver for apple's new machines, aka kauai. | Dale Rahn | |
This is working with udma on a 12" PBG4, but dma is disabled for now, too many hardcoded values. 'wdc...flags 0x1' will enable it. | |||
2003-06-05 | Add my license | Todd C. Miller | |
2003-06-05 | Attempt to deal w/ large files sanely by using off_t and fseeko(). | Todd C. Miller | |
2003-06-04 | Handle arbitrarily long lines and add a special case for \r\n pair; | Todd C. Miller | |
just ignore the \r, otherwise we end up with a blank line. An \r in the middle of a line is left as-is. | |||
2003-06-04 | The IIi/e chips have a DMA sync register that we have been ignoring. This | Henric Jungheim | |
could lead to nasty races between PIO and DMA. tested by krw@ ok jason@ | |||
2003-06-04 | Clearer explanation of -fno-builtin-<function>; espie@ OK | Todd C. Miller | |
2003-06-04 | Base this on a newer version of time.h w/ a better license. | Todd C. Miller | |
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt | |
that we can see no legal situation under which they could require that term to remain (ie. This is equivelant to us taking the old UCB file, removing term 3 as specified by UCB, then re-applying each diff afterwards from the various authors) | |||
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-04 | copyright term 3 for UCB no longer applies | Theo de Raadt | |
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt | |
2003-06-04 | clean up my copyright so it matches the template | Nathan Binkert | |
2003-06-04 | clean up my copyright so it matches the template | Nathan Binkert | |
2003-06-04 | document -fno-builtin-<function>, ok miod@ | Marc Espie | |
2003-06-04 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. This got missed in the omnibus commit. | |||
2003-06-04 | fix stdout line width handling; different from fix in 3289 | Theo de Raadt | |
2003-06-04 | Update flex license from sourceforge version (is now 2-term BSD) | Todd C. Miller | |
2003-06-04 | fix some 3/4 for toby | Theo de Raadt | |
2003-06-04 | remove more UCB term 3 | Theo de Raadt | |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt | |
2003-06-04 | another term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | nuke term 3 based on terms file | Jason Wright | |
2003-06-04 | nuke clause 3 & 4 (ok with patrik) | Jason Wright | |
2003-06-04 | Recgonize -fno-builtin-<function> | Marc Espie | |
okay tdeval, fries, tdeval, millert... | |||
2003-06-04 | kill ssh process on receipt of signal; ok markus@ | Damien Miller | |
2003-06-04 | kill ssh process upon receipt of signal, bz #241. | Damien Miller | |
based on patch from esb AT hawaii.edu; ok markus@ | |||
2003-06-04 | ansify; ok markus@ | Damien Miller | |
2003-06-04 | remove bitrotten commet; ok markus@ | Damien Miller | |
2003-06-04 | remove duplicated group-dropping code; ok markus@ | Damien Miller | |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller | |
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@ | |||
2003-06-04 | Don't mention the "alwaysuseklogin" option as it has never been used | Hans Insulander | |
by us. ok millert@ | |||
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson | |
D. Keromytis and Niels Provos. | |||
2003-06-04 | Remove 3 and 4 from the "license to use" | Hakan Olsson | |
2003-06-04 | Use bus_untmp() instead of rolling an inline version of it; | Miod Vallat | |
tested and ok jason@ |