Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-14 | enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details. | Marc Balmer | |
ok deraadt | |||
2006-06-14 | no more infinite loops; tested by dlg | Theo de Raadt | |
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ | |||
2006-06-14 | allow mpi to attach to parallel scsi controllers instead of mpt. | David Gwynne | |
requested by deraadt@ | |||
2006-06-14 | support the iic busses on the ultrasparc III machines (something is still | Theo de Raadt | |
wrong, likely clocking); tested to not break older machines by dlg & djm | |||
2006-06-13 | sync | Theo de Raadt | |
2006-06-13 | sync | Theo de Raadt | |
2006-06-13 | Do not compare apple with oranges when checking if the thermal control | Miod Vallat | |
register write was successful. | |||
2006-06-13 | sync | Theo de Raadt | |
2006-06-13 | make -avV only be suboptions of the status command, as documented, by using | Theo de Raadt | |
nested getopt() calls. ok beck | |||
2006-06-13 | Etherenet -> Ethernet | Miod Vallat | |
2006-06-13 | For IKE, allow main mode SHA2 and quick mode AESCTR transforms, | Christian Weisgerber | |
which were recently added to isakmpd. ok hshoexer@, markus@ | |||
2006-06-13 | we use aes for manual keying as default now. adopt these tests. | Hans-Joerg Hoexer | |
2006-06-13 | NMEA0183 is actually NMEA 0183 as discussed with jmc. | Marc Balmer | |
2006-06-13 | typo; from sstull | Jason McIntyre | |
ok ckuethe | |||
2006-06-13 | Grammar fixes, both mdoc & english. | Bjorn Sandell | |
Improved and approved by jmc@ | |||
2006-06-13 | Next round of clean-up: Remove the ugly state machine and replace it with | Marc Balmer | |
a simpler function that splits the nmea sentence into fields, verifies the checksum and eventually decodes the data (if it's a GPRMC sentence). Ignore Loran-C for the moment, no one has such a receiver. Loran-C can easily be added later if we have a receiver to test with. | |||
2006-06-13 | be more accurate in describing what happened | Joris Vink | |
when we cannot see the repository the user wants to work with. | |||
2006-06-13 | better usage | Joris Vink | |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink | |
this a conflict and block the commit when we encounter any of these. and make an error message a bit more fluffy and accurate. | |||
2006-06-13 | kvm86, missed a file. | Gordon Willem Klok | |
ok mickey@, toby@ | |||
2006-06-13 | Kernel virtual mode 8086, currently disabled in GENERIC. | Gordon Willem Klok | |
lots of help at c2k6 and after from toby@, ok toby@, mickey@ | |||
2006-06-13 | revert; i am on drugs. spotted by alexander AT beard.se | Damien Miller | |
2006-06-13 | fix a pasto in a comment: wxfers are for writes, not reads. | David Gwynne | |
found by deanna | |||
2006-06-13 | we sometimes bundle chunks that the ioc will write to in the request space | David Gwynne | |
as well as the request itself, so we need to sync the memory in both directions for dma. | |||
2006-06-13 | rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTU | Brad Smith | |
but it seems Jumbo support is broken, so disable Jumbos for now. issue reported by jolan@ | |||
2006-06-13 | always use a format string, even when printing a constant | Damien Miller | |
2006-06-13 | When adjusting the performance of the processor using p4tcc, the CPUs | Gordon Willem Klok | |
frequency remains unaltered. Remove the unecessary call to update_cpuspeed(), and add check the sucess of the operation, returing EIO in the event of failure. ok tedu@ | |||
2006-06-13 | Change the value returned if the CPU fails to honor a request to | Gordon Willem Klok | |
adjust frequency from 1 (EPERM) to EIO. Suggested by and ok tedu@ | |||
2006-06-12 | i stashed the dva and kva of each request space in its ccb, so why am i | David Gwynne | |
recalculating them whenever i want to use them? shorten code a bit by using the stored values. | |||
2006-06-12 | Fix a typo that prevented ipsecctl -ss from showing authentication | Christian Weisgerber | |
information for AH SAs. ok markus@, hshoexer@ | |||
2006-06-12 | Use the non-generic SEGSHIFT value in the 020/030 specific codepath. | Miod Vallat | |
2006-06-12 | Oops, typo | Miod Vallat | |
2006-06-12 | rework the list of supported devices to be a bit more terse. add a hp | David Gwynne | |
branded controller. add a blurb about the raid these cards can do. big tweaks from and ok jmc@ | |||
2006-06-12 | add class 1 and class 3 root certificates from CAcert.org. ok beck@ | Jakob Schlyter | |
2006-06-12 | fix sgl loading. there were a few issues, the main ones being: | David Gwynne | |
- when the sgl grew too large it became bigger than the maximum frame size that the ioc would deal with, and then it would just stop doing io. i was using the wrong field from iocfacts to figure out how large an sgl should be. - chained sgls were broken cos i was including the current chain element in the calculation of the offset to the next chain element. big ok from marco@ | |||
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria | |
2006-06-12 | Some more improvements to EST: | Dimitry Andric | |
- If an unknown EST CPU is encountered, use the known highest and lowest (and if different, the current) power state to generate a fake power state table on the fly. Thanks to canacar for the idea. - Calculate system bus clock speed before calling est_init(); it is needed to display proper MHz values from MSR values. - Also use the bus clock to identify EST CPU's, which is needed to differentiate e.g. Pentium M 715 and 760, which unfortunately have exactly the same MSR values. - Store power states directly as MSR values. Tested by many, "so when does it go in?" deraadt@ | |||
2006-06-12 | various tweaks; | Jason McIntyre | |
2006-06-12 | in session_setup_socket(), to take address family dependent action | Henning Brauer | |
(set v4 TTL/v6 hoplimit, v4 TOS), do not look at remote sockaddr's af, since that is not set at the first connection attempt yet. instead, use the configured remote address' af. problem spotted & my fix tested by Leen Besselink <leen@consolejunkie.net> | |||
2006-06-12 | sppp does not just work with synchronous lines; help from reyk | Jason McIntyre | |
2006-06-12 | reset the reply pointer to NULL every time we get a context reply in | David Gwynne | |
mpi_interrupt and mpi_completion. if we got an address reply followed by a context reply we used to pass that same reply to both completion routines. | |||
2006-06-12 | - make the sub-sections a little more consistent in naming | Jason McIntyre | |
- clarify what sppp is (from reyk) | |||
2006-06-12 | Typos in comments. | Marc Balmer | |
2006-06-12 | - add the sppp options to pppoe's synopsis | Jason McIntyre | |
- for pppoe, note that it uses the sppp framework, and point to the sppp section for a description of those options - for sppp, avoid referring specifically to sppp devices, as other devices, such as pppoe, may be using these options this after some discussion with reyk | |||
2006-06-12 | time delta -> timedelta | Marc Balmer | |
disc'ed & ok jmc | |||
2006-06-12 | time delta -> timedelta | Marc Balmer | |
discussed and ok jmc | |||
2006-06-12 | While are nitpicking on this manpage: NMEA0183 -> NMEA 0183 | Marc Balmer | |
discussed with Jason ManIntyre | |||
2006-06-12 | Even more to the point now. | Marc Balmer | |
discussed with jmc... | |||
2006-06-12 | Remove redundant wording. | Marc Balmer | |