summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-06Sync.Marco Peereboom
2006-04-06Add MegaRAID SAS devicesMarco Peereboom
2006-04-06cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@.Xavier Santolaria
2006-04-06Adjust tbrsize to new default MTU on tun(4).Marco Pfatschbacher
OK claudio, henning, mcbride
2006-04-06lexicographical order, not lexigraphical order; why people don'tJason McIntyre
just use "alphabetical" is beyond me... from igor sobrado (pr #5070);
2006-04-06- due to the fninit() in _thread_machdep_save_float_state() all calls toKurt Miller
it need to be matched with a call to _thread_machdep_restore_float_state(), so add missing one in _thread_machdep_init(). - 16-byte align fp frame - call fwait() before save and and after restoring fp state. lots of guidance and ok mickey@
2006-04-06Add missing break. Now bgpctl show rib det source-as 8271 shows all announcedClaudio Jeker
prefixes not only the first one.
2006-04-06Document show rib detail and friends. Some input by jmc@ getting dust in oneClaudio Jeker
of my trees since a few weeks.
2006-04-06rcsnum_setsize() will never return non-zero; change its return type to void.Xavier Santolaria
2006-04-06the synchronise cache path is unique in ami in that it uses two megaraidDavid Gwynne
commands to emulated one scsi command. i reuse the ccb and pushed it along the scsi setup path twice. when we do this for asynchronous cache syncs this happens with the timeout: timeout_set, timeout_add, timeout_set, timeout_del. from the looks of the timeout code the repeat of the timeout_set/add part can do really interesting things with the linked list holding all the timeouts. this adds a timeout_del in the middle of the two set/adds so the lists are kept sane.
2006-04-06-z can take no argument.Xavier Santolaria
2006-04-06small knf;Xavier Santolaria
2006-04-06Add limited support for -CC option. In particular, this does not workMarc Espie
with cpp -traditional, but it should be enough for lint. okay miod@
2006-04-06Fix a bug whereby a written buffer (^X^W) would not have the correctKjell Wooding
trailing buffer number appended (e.g. "file<2>") in case an existing buffer shared its basename().
2006-04-06kudos to djm for finding an embarrassing bug. using the same variableDavid Gwynne
as a counter for both an inner and outer loop is not good(tm). ok marco@
2006-04-05resolve conflictsJakob Schlyter
2006-04-05regen using autoconf 2.59Jakob Schlyter
2006-04-05resolve conflictsJakob Schlyter
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2006-04-05enable tqphy(4) here tooMartin Reindl
2006-04-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-04-05Add support for big endian archs. tested by jaredy@ and ok jsg@Kurt Miller
2006-04-05reintroduce ami_complete, a replacement for ami_poll that is built on topDavid Gwynne
of the async exec and done commands. ami_poll uses a special command id that isnt needed for normal commands. on top of this we should drain the runq before using ami_poll. using ami_complete means that we can poll with commands still on the card.
2006-04-05remote_bgpid is stored in host byte order so a htonl() is needed when puttingClaudio Jeker
the value on the wire. This solves the backward originator-ids seend by Tony Sarendal. OK henning@
2006-04-05Teach ffs_update() how to update FFS2 inodesPedro Martelletto
2006-04-05Make ffs_truncate() compatible with FFS2, from FreeBSDPedro Martelletto
2006-04-05Reap childs asynchronously in the signal handler.Alexander Yurchenko
Diff from Alexey Vatchenko <avv@mail.zp.ua>.
2006-04-05ARGSUSED for signal handler to please lint.Alexander Yurchenko
2006-04-05RT2571 mention that should have been RT2570.Jonathan Gray
Noticed by pedro at am-gen.org
2006-04-05add a power hook for bge(4).Brad Smith
From Thordur I. Bjornsson <thib at mi dot is>
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
use xcalloc and xstrdup where appropriate, and other stuff. OK joris@
2006-04-04PowerBook3,3 has tumblerMartin Reindl
2006-04-04enable tqphy(4), found on xl(4)Martin Reindl
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
eventually we can determine whether or not to allocate a spill page on a per-mapping basis. From NetBSD ok martin@
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
ok martin@
2006-04-04Revert r1.58, I was on drugs - the array we are locking is one byte perMiod Vallat
page, so the arithmetic was ok. Spotted by david@
2006-04-04POSIX says tdelete() returns the parent of the deleted node. Sadly theOtto Moerbeek
root node doesn't have a parent, and POSIX does not say what should be done in that case. Warn developers that different implementations may do different things.
2006-04-04Remove unused variable, spotted by otto@Pedro Martelletto
2006-04-04dead code removalHenning Brauer
2006-04-04document set nexthop self, and improve that section whil eon it, claudio okHenning Brauer
2006-04-04add "set nexthop self", force nexthop to be set to own address even with IBGPHenning Brauer
requested & tested Falk Brockerhoff <fb@smartterra.de>, and tony sarendal tested this too. claudio ok
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
ok robert@
2006-04-04nuke bundled regex lib, we have and always used the OpenBSD one of courseHenning Brauer
From: Daniel Ouellet <daniel@presscom.net>
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
to memory. ok robert@
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
not after.
2006-04-04When tdelete() is used to delete the root node, don't return aMoritz Jodeit
pointer to the freed root node, but return a pointer to the new root node. POSIX does not define, what should be returned in that case. Fixes Coverity CID 2528. ok millert@ otto@
2006-04-04Fix a commentPedro Martelletto
2006-04-04Fix case where a string could not be correctly terminated, okay jaredy@Pedro Martelletto
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
tested robert@
2006-04-04rip out bundled dbm, we've always used our dbmHenning Brauer
From: Daniel Ouellet <daniel@presscom.net>