summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-08when operating in enqueue mode, it was easy to make smtpctl fatal() byGilles Chehade
2009-03-08g/c now unused extern declaration for avail_endMartin Reindl
2009-03-08shrink struct message a bit by removing a couple fields which are no longerGilles Chehade
2009-03-08~/.forward files handling was fixed recently so that it is the privilegedGilles Chehade
2009-03-08Move more z8536 defines from MVME188 specific code to the MI header and use it.Miod Vallat
2009-03-08Remove #ifdef'd code which had a TODO comment essentially askingStefan Sperling
2009-03-08If a session leader exists s_leader is set to NULL, so don't dereference itMark Kettenis
2009-03-08Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices thatRobert Nagy
2009-03-07No need to spam log with 'unable to alloc CCB' messages now thatKenneth R Westerback
2009-03-07Make sure the scsi_xfer timeout is set up before the command may complete;Miod Vallat
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-03-07No need to register a soft interrupt for softclock, it's done in MI code.Miod Vallat
2009-03-07GENERIC.MP is now stable on MVME197DP.Miod Vallat
2009-03-07Get rid of rde_nbr structure as it is no more needed in RDE to makeMichele Marchetto
2009-03-07Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().Landry Breuil
2009-03-07tweak code to use same comparison operations as PackageNames.Marc Espie
2009-03-07introduce versionspecs as a derivative object from version.Marc Espie
2009-03-07regenJonathan Gray
2009-03-07Mobility Radeon HD 3400 from Eric JACQUOT and someJonathan Gray
2009-03-07Misc cleanups, remove dead codeJordan Hargrave
2009-03-07aac now supports SAS controllers, mention this in Nd.Alexander Yurchenko
2009-03-07"Numer of " -> "Number of ". Typo from r1.1.Kenneth R Westerback
2009-03-07Make sure pd2 has a pointer to the icmp header in the payload; fixesRyan Thomas McBride
2009-03-07Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.Stefan Sperling
2009-03-06missing prototypeGilles Chehade
2009-03-06introduce map_dblookup() which allows us to query db maps for plain entriesGilles Chehade
2009-03-06make_plain() deals with a c-string, val->size should contain the nul-byteGilles Chehade
2009-03-06fix a bug in the generation of plain maps which would cause the value notGilles Chehade
2009-03-06Work-around a gcc3 -g bug causing debug ld.so to crash.Kurt Miller
2009-03-06Make RDE aware of multicast group members per interface. This is needed toMichele Marchetto
2009-03-06Fix setting of the Short Slot Time subfield of the Capability InformationDamien Bergamini
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-06Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.Alexander Yurchenko
2009-03-06Add a few more cpu types from freebsd driver found on serveraid-8k board.Alexander Yurchenko
2009-03-06Bring NO_CCB to mpi.Kenneth R Westerback
2009-03-05Demacro the inteldrm ring macros too, making them use bus_space_writeOwain Ainsworth
2009-03-05De-macro the ring manipulation macros in favour of functions. Saves aOwain Ainsworth
2009-03-05Additional paranoia for the indirect buffer checking.Owain Ainsworth
2009-03-05Do a similar thing to inteldrm re removing the old vblank crtcOwain Ainsworth
2009-03-05Kill a bunch of (long long long) dead ioctls.Owain Ainsworth
2009-03-05Remove the stats_boxes counters and associated code from radeondrm.Owain Ainsworth
2009-03-05Change SMP secondary processor startup to have them ``hatch'' earlier,Miod Vallat
2009-03-05+glob.7Jason McIntyre
2009-03-05Add support for IBM ServeRAID-8k. Thanks to Sergey PrysiazhnyiAlexander Yurchenko
2009-03-05Bump bus space size limit to fit all possible registers of the roketAlexander Yurchenko
2009-03-05Call endusershell() at the end of ok_shell(), making a copy of theTodd C. Miller
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-03-05Fix a panic in ether_output() when attempting to send multicast traffic onMichele Marchetto
2009-03-05Teach bfd and gdb about the upcoming ELF core dumps.Mark Kettenis
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller