Age | Commit message (Expand) | Author |
2007-11-27 | Add possibility to add flags to syscalls in syscalls.master to mark | Artur Grabowski |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |
2007-11-27 | also move softraid raid1 into own file, ok marco | Ted Unangst |
2007-11-27 | make the deceptively complicated leading and trailing space into functions. | Ted Unangst |
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat |
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | add rcs id | Jasper Lievisse Adriaanse |
2007-11-27 | ARGH. Work has poisoned my mind. KNF the braces. | Artur Grabowski |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing |
2007-11-27 | Add display type for SGI GBE. | Joel Sing |
2007-11-27 | Add BUS_SPACE_MAP_LINEAR | Joel Sing |
2007-11-27 | Make carp(4) behave more like a ethernet interface by initalizing the | Claudio Jeker |
2007-11-27 | mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflicts | Joel Sing |
2007-11-27 | Only checksum the NMEA sentence if it as GPRMC message. | Marc Balmer |
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray |
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski |
2007-11-26 | Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf | Marco Peereboom |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat |
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat |
2007-11-26 | Add new PERC6 & CERC6 PCI IDs | Marco Peereboom |
2007-11-26 | regen | Marco Peereboom |
2007-11-26 | Add PERC6 | Marco Peereboom |
2007-11-26 | Just CRYPTO; RAID CRYPTO doesn't mean anything. | Marco Peereboom |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne |
2007-11-26 | First step towards unifying pchb between i386 and amd64 | Theo de Raadt |
2007-11-26 | Automatically degrade the timedelta sensor if the clock is free running for to | Marc Balmer |
2007-11-26 | Degrade the timedelta if the GPS reports a warning condition for more than | Marc Balmer |
2007-11-26 | bump the maximum cdb that the driver will take from the midlayer up to 16 | David Gwynne |
2007-11-26 | Ooops. The perils of hacking in three different trees. | Artur Grabowski |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-11-26 | Display module size for direct rambus rimms, not yet tested. | Jonathan Gray |
2007-11-26 | MALLOC -> malloc and M_ZERO change | Charles Longeau |
2007-11-26 | Make Cassini+ work; remove some unused macros while I'm there. | Mark Kettenis |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-26 | Constify the output of the emulops translate() function, as well as the | Miod Vallat |
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne |
2007-11-26 | Avoid resetting PCS. Don't do loopback at the serial link. | Mark Kettenis |
2007-11-26 | let scsibus ask the adapter about a device before probing it. also allow | David Gwynne |
2007-11-26 | Reenable the PCS functions after a reset; properly disable them while changing | Mark Kettenis |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-26 | Add basic rambus decode method, showing the module type. | Jonathan Gray |
2007-11-26 | Add another debug register. | Mark Kettenis |
2007-11-26 | Remove some dead code that is confusing my greps. | Artur Grabowski |
2007-11-26 | mips64 needs at least these to build; spotted by jsing | Theo de Raadt |
2007-11-26 | rename RAID C to RAID CRYPTO. makes marco happier | Ted Unangst |
2007-11-26 | Add PCI VPD read/write functions from NetBSD required for some things | Jonathan Gray |
2007-11-26 | So instead of triggering a tx interrupt for each packet issue one for | Claudio Jeker |