Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-13 | Process command completion errors while polling, too. | Alexander Yurchenko | |
2009-03-13 | Next step in mrt cleanup. Switch buf_write to a smarter version of itself. | Claudio Jeker | |
Doing more the stuff msgbuf_write does and switch the only user -- mrt -- over to use this simpler way of writing out stuff. | |||
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker | |
an own version. More cleanup to come. | |||
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker | |
code much easier to write. OK henning@ some time ago. | |||
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker | |
don't come with some additional stuff attached to them. OK henning@ | |||
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker | |
One bug was hiding another bug and only foundry based routers where unhappy about these bad updates. Found by Arnoud Vermeer and Elisa Jasinska at ams-ix. OK henning@ | |||
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker | |
so a warning later on could be hit in some cases. Found by dlg@ OK dlg@ | |||
2009-03-13 | regen | Kevin Lo | |
2009-03-13 | add nVidia GeForce 9300M CS | Kevin Lo | |
2009-03-13 | Add tab's to the whitespace pattern used to eliminate existing entries | Kenneth R Westerback | |
when adding a host line via addhost_entry(). Thus preventing the duplicate entries for 127.0.0.1 we started inserting when we switched to using tabs in the initial hosts file. | |||
2009-03-12 | In the most common case -- array failure -- move error message under | Alexander Yurchenko | |
debug not to spam dmesg, bioctl and sysctl hw.sensors will tell you enough. | |||
2009-03-12 | Advanced error checking. | Alexander Yurchenko | |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis | |
ok miod@ | |||
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko | |
This required to factor out some common scsi code. | |||
2009-03-12 | Add new function time_to_text to correctly display the date. | pea | |
Use it to display the date in received from header and when we store headers. ok jacekm@ | |||
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov | |
send only the record direction one. spotted by jakemsr | |||
2009-03-12 | regen | Philip Guenthe | |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe | |
"probably does not need a crank, so perhaps just go for it" deraadt@ | |||
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker | |
over this run(4). | |||
2009-03-12 | sync | Claudio Jeker | |
2009-03-12 | Add usbdevs of the smallest run(4) ever seen. That thing is smaller then | Claudio Jeker | |
a thumb including the usb connector. | |||
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling | |
buried inside of it that its caller relied on. So split it up as follows: lsa_self() Check whether an LSA is self-originated. lsa_flush() Flush an LSA from the LSDB. lsa_reflood() Prepare an LSA for reflooding (actual reflooding currently requires sending an imsg which must be done by the caller). ok claudio@ | |||
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling | |
"If it works for you, commit it. The diff looks right." claudio@ "Seems to work here with ACX111 CardBus" jsg@ | |||
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth | |
11h (Turion) still needs testing, so isn't part of this commit. ok reyk@, marco@ | |||
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave | |
ok marco@ | |||
2009-03-11 | Remove noisy printf debug | Jordan Hargrave | |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave | |
ok marco@ | |||
2009-03-11 | Rework command polling to be able to sleep if no SCSI_NOSLEEP flag | Alexander Yurchenko | |
passed. Sleep while waiting for sensors update because that's what sensors work queue for. | |||
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea | |
ok gilles@ | |||
2009-03-11 | fix log_info(), while other processes know about message uid, the smtp | Gilles Chehade | |
process only knows about message id bug spotted by pea@ | |||
2009-03-10 | First step in cleaning up amd64 iommu. | Owain Ainsworth | |
Firstly, don't keep identical data for each of the GARTs (we keep them in sync, but there is one per cpu socket), all that varies is the pci_tag_t, so just keep an array of those and have the rest of the information once. Secondly, don't keep the softc as a global, use the _cookie field of the dmatag_t, that's what it's there for. Finally, use dmamap_map to map the page tables, instead of the direct NC map. This is because later changes to support PAT will be a lot easier with one direct map (where we change the cacheability if needed), since otherwise it's just asking for illegal cache aliases. More changes will be upcoming. Tested by a few people, with an without bigmem, thanks to those. weingart@ liked the direction this is going, marco@ and kettenis@ oked it. | |||
2009-03-10 | Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. | Kenneth R Westerback | |
Log the packets before checking the client state. Makes it easy to find MACs for 'surprise' DHCP servers. Positive comments from mbalmer@, jasper@. | |||
2009-03-10 | implement basic logging, needs more work; ok gilles@ | Jacek Masiulaniec | |
2009-03-10 | when calling external mda, use restricted environment; ok gilles@ | Jacek Masiulaniec | |
2009-03-10 | regen | Damien Bergamini | |
2009-03-10 | cleanup the mess in Intel WiFi Link PCI Ids. | Damien Bergamini | |
WiFi Link 100 Series have been renamed to 1000 Series by Intel too. | |||
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave | |
Exported aml_evalinteger method ok marco@ | |||
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave | |
ok marco@ | |||
2009-03-10 | run external mda with cwd set to $HOME or /; ok gilles@ | Jacek Masiulaniec | |
2009-03-10 | kill few lines, saving one seteuid(2) call; ok gilles@ | Jacek Masiulaniec | |
2009-03-10 | - Use setsid(2) to create new process group for external mda. | Jacek Masiulaniec | |
- Unignore SIGPIPE, otherwise it remains ignored in forked mda. - Use closefrom(2) to close all descriptors apart from stdin/stdout/stderr. ok gilles@ | |||
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling | |
as "spf_calc" in fatal error messages. | |||
2009-03-10 | Revert previous, I committed the wrong file, should have been rde_spf.c. | Stefan Sperling | |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling | |
as "spf_calc" in fatal error messages. | |||
2009-03-10 | Print scsi xfer flags in debug output. | Alexander Yurchenko | |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth | |
a define needed to get to ``private'' functions that needs to be defined 5 or more times isn't much use and may cause namespace issues anyway. Other archs will probably follow. Discussed in portugal. "Hell yes" weingart@, ok kettenis@, no objections miod@ | |||
2009-03-10 | Rearrange physical drive state bits checking so that bioctl gets | Alexander Yurchenko | |
a correct state value. | |||
2009-03-10 | Add some more debug. | Alexander Yurchenko | |
2009-03-10 | it's simpler to use pipe(2) than socketpair(2) to communicate with | Jacek Masiulaniec | |
external mda; ok gilles@ | |||
2009-03-10 | Enable VMware VMXnet Virtual Interface Controller (vic) driver | Jonathan Gray | |
on amd64 as well. ok dlg@ |