summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-05missing word;Jason McIntyre
from trhodes@freebsd, r200095;
2009-12-05Until we have better hooks and a proper framework, do not do the lidTheo de Raadt
suspend. It is neat but annoying without a 'button'.
2009-12-05Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksumJordan Hargrave
fixes Thinkpad SL300, maybe others
2009-12-04KNF whitespace, from Brad. ok jordan@Stuart Henderson
2009-12-04Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast theMiod Vallat
request to other bricks connected to our node.
2009-12-04use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.deTheo de Raadt
2009-12-04calculate the number of frames per usb xfer only once, and take intoJacob Meuser
account possible "fractional samples" which occur when the usb frame rate is not a whole number factor of the audio sample rate, such as with 44.1 kHz audio sample rate and full-speed usb (1 kHz frame rate).
2009-12-04instead of returning a structure, return the only member of theJacob Meuser
structure that will be used. discussed with deraadt.
2009-12-04ahc fits againTheo de Raadt
2009-12-04create new updatesets when neededMarc Espie
2009-12-04Remove a hardcoded AF_INET6 with the correct use of the current AID.Claudio Jeker
Found the hard way by Laurent CARON (lcaron at unix-scripts info)
2009-12-04vte is buggy and doesn't home the cursor after changing the scrollNicholas Marriott
region. Several people are hitting this, so add a workaround.
2009-12-04fix the case where you look to update one package: the dependencies of theMarc Espie
new package must first be updated too.
2009-12-04set-up for quirks, just don't do it yet.Marc Espie
2009-12-04simpler unified lookup for libs inside set/installed packages.Marc Espie
2009-12-04internal API: is_known, for pkgnames that are known by the tracker,Marc Espie
so that we decide whether to create new updatesets. (not efficient, but isolate from rest of code before Tracker refactor)
2009-12-04ansify.Jasper Lievisse Adriaanse
ok md5@
2009-12-04In uaudio_detach(), check that sc->sc_alts is not NULL beforeAlexandre Ratchov
using it. This could happen if uaudio_attach() failed, for instance because the device has no valid audio stream interface. Certain MIDI devices expose such descriptors. ok jakemsr@
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
architectures don't like that. Makes cd blanking on sparc64 possible. OK deraadt@, krw@, jasper@
2009-12-04Change crunchgen to mangle names in sequence instead of randomly,Dale Rahn
save the sequence numbers between runs, currently uses file 'mangledata' this may be changed to be specified on the command line later. Requested by Theo.
2009-12-03Wrap at 80 columns.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
time now I've configured emacs to make them displayed in really annoying colours...
2009-12-03Stop the IdleHold timer when going to idle state. This makes it a bitClaudio Jeker
more clear that going to idle state will stop everything and it is necessary to start the IdleHold timer to restart sessions. OK henning@
2009-12-03A bgpctl nei XY clear should not restart neighbors that are administrativlyClaudio Jeker
down. So after a bgpctl reload clearing a neighbor will bring that neighbor into the configured state (in this case down). OK henning@
2009-12-03Only log if there is a chance that the session may come up if the neighborClaudio Jeker
is administrativly down save the electrons for more important messages. After a short discussion with Elisa Jasinska from ams-ix. OK henning@
2009-12-03fix typos and blanksMarc Espie
2009-12-03zap useless debug codeMarc Espie
2009-12-03split-update test with shared libraries, twice the fun.Marc Espie
2009-12-03register plists from newer elements, in case they're useful.Marc Espie
2009-12-03Stop using the linker script. Something is arranging memory just soTheo de Raadt
resulting in kernels starting up the other cpu's incorrectly on processors with very long pipelines, perhaps some bug instruction prefetch dependency in the mptramp.
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w.
2009-12-03prevent a completion interrupt pulling io of the buf queue and shoving itDavid Gwynne
down to the disk while a process is doing the same thing. this will avoid some relatively minor io reordering from occurring. discovered by krw@ during his long dark trek through the code. requested by marco@
2009-12-03Adjust pflog BPF descriptions, problem pointed out by jmc@Stuart Henderson
- sync actions with PF changes (pass/block/match not just pass/block, and remove some binat/nat/rdr entries) - list all reason codes in tcpdump(8) ok henning jmc
2009-12-03Use 16-bit writes instead of 8-bit writes for writing theJasper Lievisse Adriaanse
station address with the ST1023 chipset. This resolves the problem which resulted in the hack of putting the interface into promiscuous mode all the time with the ST1023 chipset. from brad, tested by me on the ST1023. ok sthen@
2009-12-03fix order dependency of pfsync interface setup, with claudio;Otto Moerbeek
ok claudio@ dlg@
2009-12-03use a define rather than magic number, spotted by BradDariusz Swiderski
ok by claudio@
2009-12-03set the length of the cdb when synchronising cache.David Gwynne
noticed by deraadt@ and miod@
2009-12-03RM7000 processors with 64 TLB pairs instead of the usual 48 use an externalMiod Vallat
control bit to enabled use of the extra 16, in order to be able to be used as drop-in R5000 replacement without modifying RM7000-unaware software. Because of this, when a 64 TLB RM7000 processor is detected, check that the upper 16 really will be used before deciding how many TLB the kernel needs to invalidate whe ASID wraps.
2009-12-02Zap trailing whitespace. From Brad.Stuart Henderson
2009-12-02Reflect the keypad mode of the application so that numlock works.Nicholas Marriott
2009-12-02no firmware on ramdisks; ok kettenisTheo de Raadt
2009-12-02log_warn() consistency.Michael Knudsen
`OK' claudio
2009-12-02Close the pane if the process died due to a signal, not just if it exitedNicholas Marriott
normally.
2009-12-02and check resultMarc Espie
2009-12-02fix some inter-dependencies case:Marc Espie
- when we merge updatesets, invalidate the solver (there isn't any, usually). - look inside set for check_depends. - do register_dependencies after committing all plists to cache.
2009-12-02splitted update: a -> a + b with inter-dependenciesMarc Espie
2009-12-02we don't expose overruns/underruns as negative positions anymore,Alexandre Ratchov
don't call the sio_onmove() call-back with negative argument.
2009-12-02reapply from mainline lynx, fix lost after local update. Okay deraadt.Paul Irofti
2008-04-27 (2.8.7dev.9) * pass a newline after the start of PRE-section in HTGopher.c to force the first newline between records to be seen and cause the lines to split (report by Ciprian Dorin Craciun) -TD
2009-12-02IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown.Takuya ASADA
ok miod@
2009-12-02use kstack for curprocpaddr instead of proc0paddr.Takuya ASADA
ok miod@