Age | Commit message (Expand) | Author |
2004-05-24 | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com | Michael Shalayeff |
2004-05-24 | Check for sc->sc_ifp != NULL in carp_setroute(). Running dhclient on the | Ryan Thomas McBride |
2004-05-24 | Make Yukon-style adapters also set up the multicast filter in sk_init(). | Christian Weisgerber |
2004-05-24 | tiny comments sync with netbsd, was lost during importing | Alexander Yurchenko |
2004-05-24 | No way: This breaks nearly every architecture | Theo de Raadt |
2004-05-23 | Put back the fixed NCPUS == 1 version of flush_atc_entry(). | Miod Vallat |
2004-05-23 | Simplify iomap_mapin(). | Miod Vallat |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat |
2004-05-23 | don't need backslashes in splx. spotted otto | Ted Unangst |
2004-05-23 | bad stuff escaped by accident | Ted Unangst |
2004-05-23 | according to fork1(9), retval is optional. make it so. | Ted Unangst |
2004-05-23 | Enable lmtemp(4). | Alexander Yurchenko |
2004-05-23 | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. | Alexander Yurchenko |
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko |
2004-05-23 | Enable i2c for i386 port. | Alexander Yurchenko |
2004-05-23 | I2C framework originally written by Steve C. Woodford and Jason R. Thorpe | Alexander Yurchenko |
2004-05-23 | netbsd 1.54; do not count on new process having cleared condition codes; | Theo de Raadt |
2004-05-23 | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer durin... | Marco Peereboom |
2004-05-23 | Enable ehci on amd64 also. ok deraadt@ pval@ | Dale Rahn |
2004-05-23 | Adjust the link address to elinate the nearly 1MB of pad which was getting | Dale Rahn |
2004-05-23 | ehci support; hacked into working shape by jonathon@gateway.zenbu.net | Theo de Raadt |
2004-05-23 | Three years ago, Mike Frantzen invented StackGhost -- a simple tweak | Theo de Raadt |
2004-05-23 | missing splx; andrushock@korovino.net | Theo de Raadt |
2004-05-23 | workaround gcc brokenness by outlining spl functions. | Ted Unangst |
2004-05-22 | Reset the board during probe. As a result, we can now honor the SCSI | Miod Vallat |
2004-05-22 | Safer work queue thaw sequence. | Miod Vallat |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat |
2004-05-22 | Do not truncate intermediate results computing aiov.iov_len in vndsetcred(); | Otto Moerbeek |
2004-05-22 | two more reloc types | Michael Shalayeff |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-21 | std header ifdef naming conventions; ok mickey@ | Todd T. Fries |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom |
2004-05-21 | Regen. | Marco Peereboom |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom |
2004-05-21 | use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@ | Markus Friedl |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-21 | copy out relative anchor paths correctly | Daniel Hartmeier |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table. | Thomas Nordin |
2004-05-20 | remove more caddr_t | Ted Unangst |
2004-05-20 | Fix arithmetic in vs_getiopb(), from mvme88k. | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-20 | Remove bogus $Id. | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-20 | Add QAS phase which is required by ahd. ok krw@ | Marco Peereboom |
2004-05-19 | Rewrite va_arg() for correctness. Not only is the new code easier to read, | Miod Vallat |