summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-30Map buffers with pmap_kenter_pa() instead of pmap_enter().Miod Vallat
2006-05-30sync with reality.Christopher Pascoe
2006-05-30prettier output when removing files;Joris Vink
2006-05-30The aperture that is needed in legacy vga space is even larger forMatthieu Herrb
the mac mini's ATI graphics card. The full 0xa0000-0xfffff range is used here.
2006-05-30Don't double-eject tapes. Once is enough. Closes PR#1282.Kenneth R Westerback
ok miod@ beck@, functionally equivalent diff ok deraadt@ a while ago
2006-05-30fix SA grouping. Now, esp+ah and ah+esp works again.Hans-Joerg Hoexer
ok markus@
2006-05-30clean up the VARIABLES section a little:Jason McIntyre
specifically regarding -v, and remove that bit from cu.1, as its not supported; ok otto
2006-05-30Sync region detection algorithm with macppc, helps some recent cards, suchMiod Vallat
as 3DLabs Permedia and Intergraph Expert3D. Also, if no mmio region is found, attach anyway, this only prevents accelerated X11 from starting.
2006-05-30Not necessary here either.Miod Vallat
2006-05-30avoid double fclose(), from coverity/NetBSD; ok ottoPeter Valchev
2006-05-30this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's toTodd T. Fries
be visible .. when IPv6 sa flows are present ok claudio@
2006-05-30rework the schizo attach to match the upaid and paddr regsJason Wright
(/pci@8,600000/, 8 == upaid, 600000 == paddr of registers) Also, match the mpi (LSILogic,sas)
2006-05-30tests for rule expansion and ikeHans-Joerg Hoexer
2006-05-30make sure cvs_get_repository_path returns a valid repo nameJoris Vink
for the import command.
2006-05-30Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwiseTheo de Raadt
we will randomly choose that stupid port, which NIC's are sometimes programmed to eat invisibly; sthen@bootes.spacehopper.org, pr5139
2006-05-30asf/ipmi balony at udp 623; sthen@bootes.spacehopper.orgTheo de Raadt
2006-05-30tests for rule expansionHans-Joerg Hoexer
2006-05-30If a zero-length bulk or interrupt transfer is requested then assumeChristopher Pascoe
USBD_FORCE_SHORT_XFER to ensure that we actually build and execute a transfer. Based on changes in FreeBSD rev1.47
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
in the normal repository, and a way to identify an RCS file in the Attic in the RCSFILE struct. will come in handy later on.
2006-05-30Bump minimum stack size; current setting causes hangs or illegalOtto Moerbeek
instructions once every few runs. Problem noted by Botond Botyanszki. ok marc@
2006-05-30Avoid stack oflow on bad data. PR 5132. Backport from binutils mainOtto Moerbeek
repo rev 1.26.22.1; ok miod@
2006-05-30Remove dead toes.Miod Vallat
2006-05-30with Naddy prodding, claudio's peril sensitive glasses turning black, andTodd T. Fries
msf@'s assistance with hexdumping, this bug was found. do NOT access the wrong union member (sockaddr_in) when using v6 addresses this fixes output errors when displaying v6 encap routes for ipsecctl, route, and recently netstat ok hshoexer@ markus@ claudio@ naddy@
2006-05-30Several pieces were copied over from previous ports that are unnecessary,Dale Rahn
pointed out by miod@
2006-05-30typo. fixed by Srebrenko Sehic.David Gwynne
2006-05-30do not deref a ptr before NULL check; pedro@ okMichael Shalayeff
2006-05-30document some advice when \$ is part of your prompt;Jason McIntyre
from otto and myself
2006-05-30Sync usage() with man page and reality.Michael Knudsen
ok deraadt dtucker
2006-05-30handle lost files, modified files and files with conflicts; OK joris@.Xavier Santolaria
2006-05-30mpi works on sparc64 (running a U3 booted/rooted from one to commit this).Jason Wright
dlg can fix the distrib/www stuff to doc it.
2006-05-30handle special files when doing `cvs add *'; input+OK joris@.Xavier Santolaria
2006-05-30handle -q for Sticky Options and Sticky Tags output; OK joris@.Xavier Santolaria
2006-05-30handle removed files; OK joris@.Xavier Santolaria
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
but work is in progress for importing stuff into existing repositories.
2006-05-30nuke cvs_repo_base variableJoris Vink
2006-05-30add CVS_PATH_ATTIC to cvs.h - this shouldve been commitedJoris Vink
with my last commit when making sure our removed file moves into the Attic;
2006-05-30raise the timeout on the init commands (especially port enable) to giveDavid Gwynne
the sas controller currently being used in jasons blade 2000 a chance to respond.
2006-05-30the moment we are done commiting a removed file, move the RCS fileJoris Vink
into the Attic and out of our way.
2006-05-30hush; ok dlgJason Wright
2006-05-29clean userland namespace a bit more; ok miodTheo de Raadt
2006-05-29increase the timeout on the enabling commands during attach so that sasDavid Gwynne
controllers have a chance to respond.
2006-05-29Check for possible NULL dereference in aml_showvalueCan Erkin Acar
tested & ok gwk@ dim@
2006-05-29Plug more memory leaks.Ray Lai
OK joris@
2006-05-29add the sas1064 as a supported deviceDavid Gwynne
2006-05-29When ntpd backs off polling due to a negative delay, tell the user how longChris Kuethe
it will wait until the next poll. ok henning@
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-05-29Sync P_BITS with rthread p_flags.Miod Vallat
2006-05-29Make savecontrol functions more generic and use them now for raw IP too.Claudio Jeker
Additionally add the IP_RECVIF option which returns the interface a packet was received on. OK markus@ norby@
2006-05-29No need for return; at end of functions returning void.Moritz Jodeit
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat