summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-19Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@Pedro Martelletto
2007-04-19After we bumped the maximal number of vnodes by quite a bit we becameArtur Grabowski
2007-04-19document that tht likes firmware.David Gwynne
2007-04-19Update to less version 382. This removes some code that is licensed underMarc Balmer
2007-04-19sili(4) works fine here.David Gwynne
2007-04-19format and knf the array so it looks more like c and less like a csv.David Gwynne
2007-04-19the tht firmware isnt technically a firmware, its a series of commandsDavid Gwynne
2007-04-19add bits to turn microcode.h into an actual blob. needs endian fixes yet.David Gwynne
2007-04-19tehuti are allowing us to distribute their firmware under a 4 clause bsdDavid Gwynne
2007-04-19Add initial metadata write function and hook it up.Marco Peereboom
2007-04-19Silly tedu, partitions are measured in blocks not in bytes.Marco Peereboom
2007-04-18adds a detailed synopsis to the man page; sorts options inIgor Sobrado
2007-04-18Use atomic operations to change the pending software interrupt mask.Miod Vallat
2007-04-18Pass arguments to DPRINTF in the right order.Mark Kettenis
2007-04-18When trying to read the primary superblock, do not accidentially readOtto Moerbeek
2007-04-18tidy - number unused cdev_/bdev_ slotsTodd T. Fries
2007-04-18Remove the ``new i/o'' code. It has never worked well, noone has stepped upMiod Vallat
2007-04-18Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@Miod Vallat
2007-04-18Reserve a few pg_flags for pmaps that might want to use them.Artur Grabowski
2007-04-18When vslocking memory for the sysctl make sure that we aren't tryingArtur Grabowski
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-04-18if possible, fill in hw.serialno;Martin Reindl
2007-04-18don't let fpg and spc get out of sync. solves a few cases where newfsOtto Moerbeek
2007-04-18Do not exit when the TIOCSDTR ioctl() fails, but output a warning.Marc Balmer
2007-04-18make .Sh TERMINOLOGY part of the main text body; ok marcoJason McIntyre
2007-04-18start implementing support for the fifos on these chips.David Gwynne
2007-04-18move the tht attach args up a bit, for greater feng shuiDavid Gwynne
2007-04-18add a wrapper around single segment dmaable memory allocations. this hasDavid Gwynne
2007-04-18Typo in comment. From Brad.Marco Pfatschbacher
2007-04-18syncTheo de Raadt
2007-04-18some newfs checks, not hooked in, because it needs certain disktabOtto Moerbeek
2007-04-18Break out of the mtag check loop when a hit was found else we end up in aClaudio Jeker
2007-04-18callers of sw_reset will print an error message if anythign goes wrong, soDavid Gwynne
2007-04-18reset the port before establishing the interrupt handler during attachDavid Gwynne
2007-04-18implement the software reset of a port as per the specificationDavid Gwynne
2007-04-18code to busy wait on registers and bits in bus_spaceDavid Gwynne
2007-04-18tiny register additionsDavid Gwynne
2007-04-18various tweaks;Jason McIntyre
2007-04-18define the bits in the RX_FLT registerDavid Gwynne
2007-04-18cast "%llu" format spec to (unsigned long long); do not assume aKevin Steves
2007-04-17syncTheo de Raadt
2007-04-17Whenever there are mutliple outstanding IOs a chunk can transtion multipleMarco Peereboom
2007-04-172 typosMarco Peereboom
2007-04-17Add much more language and provide a real life example on how to use this.Marco Peereboom
2007-04-17Add support for setting the address of the ppp peer.Marco Pfatschbacher
2007-04-17The debug printf in malo_newstate() is too verbose so require debug level 2Claudio Jeker
2007-04-17Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads).Miod Vallat
2007-04-17Make "network inet connected" work again. inet and inet6 became keywordsClaudio Jeker
2007-04-17For "spell -t" pass the -w flag to detex like we do for deroff.Todd C. Miller
2007-04-17Now that acpidock no longer hangs machines during boot (at leastMichael Knudsen