Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | simpler unified lookup for libs inside set/installed packages. | Marc Espie | |
2009-12-04 | internal 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-04 | ansify. | Jasper Lievisse Adriaanse | |
ok md5@ | |||
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre 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-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker | |
architectures don't like that. Makes cd blanking on sparc64 possible. OK deraadt@, krw@, jasper@ | |||
2009-12-04 | Change 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-03 | Wrap at 80 columns. | Nicholas Marriott | |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | |
time now I've configured emacs to make them displayed in really annoying colours... | |||
2009-12-03 | Stop the IdleHold timer when going to idle state. This makes it a bit | Claudio 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-03 | A bgpctl nei XY clear should not restart neighbors that are administrativly | Claudio 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-03 | Only log if there is a chance that the session may come up if the neighbor | Claudio 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-03 | fix typos and blanks | Marc Espie | |
2009-12-03 | zap useless debug code | Marc Espie | |
2009-12-03 | split-update test with shared libraries, twice the fun. | Marc Espie | |
2009-12-03 | register plists from newer elements, in case they're useful. | Marc Espie | |
2009-12-03 | Stop using the linker script. Something is arranging memory just so | Theo 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-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas 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-03 | prevent a completion interrupt pulling io of the buf queue and shoving it | David 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-03 | Adjust 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-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper 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-03 | fix order dependency of pfsync interface setup, with claudio; | Otto Moerbeek | |
ok claudio@ dlg@ | |||
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski | |
ok by claudio@ | |||
2009-12-03 | set the length of the cdb when synchronising cache. | David Gwynne | |
noticed by deraadt@ and miod@ | |||
2009-12-03 | RM7000 processors with 64 TLB pairs instead of the usual 48 use an external | Miod 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-02 | Zap trailing whitespace. From Brad. | Stuart Henderson | |
2009-12-02 | Reflect the keypad mode of the application so that numlock works. | Nicholas Marriott | |
2009-12-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt | |
2009-12-02 | log_warn() consistency. | Michael Knudsen | |
`OK' claudio | |||
2009-12-02 | Close the pane if the process died due to a signal, not just if it exited | Nicholas Marriott | |
normally. | |||
2009-12-02 | and check result | Marc Espie | |
2009-12-02 | fix 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-02 | splitted update: a -> a + b with inter-dependencies | Marc Espie | |
2009-12-02 | we don't expose overruns/underruns as negative positions anymore, | Alexandre Ratchov | |
don't call the sio_onmove() call-back with negative argument. | |||
2009-12-02 | reapply 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-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA | |
ok miod@ | |||
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA | |
ok miod@ | |||
2009-12-01 | Fix the mixer interface for the CE4231 sound card found in Sun machines. Still a | Edd Barrett | |
lot of room for improvement in the driver, but atleast it works now. OK kettenis@, ratchov@ | |||
2009-12-01 | correct name. | Okan Demirmen | |
ok dlg@ | |||
2009-12-01 | add ``M-Audio Revolution 5.1'' in the list of supported cards | Alexandre Ratchov | |
2009-12-01 | Don't claim to know about nehalem until we can be sure | Jonathan Gray | |
the the msr paths are sane. ok deraadt@ | |||
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | |
buffer. From Jonathan Alvarado. | |||
2009-12-01 | The MD ACPI PSS paths are using MSRs they shouldn't be | Jonathan Gray | |
so don't try to do EST on machines we don't know the bus_clock on for now. ok deraadt@ | |||
2009-12-01 | regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse | |
- fix a typo | |||
2009-12-01 | Add the new exec command to run a process and its children in a | Reyk Floeter | |
non-default rdomain/rtable. route will change the default rdomain using the new setrdomain() syscall and execute the supplied command, eg. "route -T1 exec /usr/sbin/named". Tested by many including michele@, phessler@ ok claudio@, deraadt@ | |||
2009-12-01 | add "exec" keyword | Reyk Floeter | |
ok jsg@ | |||
2009-12-01 | Update code to use the new AID address ids so that this works again with | Claudio Jeker | |
bgpd. Reads OK henning@ | |||
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker | |
else. Adds conversion functions to map AFI/SAFI and the Unix AF_ values from and into AID used in bgpd. This is needed to support things like MPLS VPN and other upcomming changes that need to play a lot with AFI/SAFI pairs. Mostly mechanical change, henning@ has no particular issues with this. Must go in so that I can continue working. | |||
2009-12-01 | - regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse | |