Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-29 | Reorganize malo_intr() a bit. Check for unhandled interrupt flags and | Claudio Jeker | |
do not call wakeup() for each and every command sent. I think more and more will not tsleep(). OK mglocker@ | |||
2006-10-29 | In malo_ioctl() if the returned error is ENETRESET reset the device. | Claudio Jeker | |
This is net80211 way of telling the driver that settings have changed. OK mglocker@ | |||
2006-10-29 | MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list. | Claudio Jeker | |
OK mglocker@ | |||
2006-10-29 | Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplify | Claudio Jeker | |
the code a bit. Still impossible to correctly set a channel but it is no longer crashing. OK mglocker@ | |||
2006-10-29 | These printfs appear unnecessary now that the cache is disabled. | Dale Rahn | |
2006-10-29 | Disable cache before jumping into the kernel, makes bootloader more reliable. | Dale Rahn | |
ok miod@ | |||
2006-10-29 | Don't need to 'goto done;' when 'done:' is the next line. | Kenneth R Westerback | |
2006-10-29 | Correct some swiss entries and mispellings. | Marc Balmer | |
ok claudio | |||
2006-10-29 | Remove a double (and misspelled) entry for VCE. | Marc Balmer | |
ok jmc | |||
2006-10-29 | Add acpibtn.4. | Michael Knudsen | |
2006-10-29 | Add acpibtn based on initial submission from Dmitri Alenitchev and | Michael Knudsen | |
boiled down a bit by me after discussion with jmc. ok jmc | |||
2006-10-29 | Add first TX path and active scan bits. Don't expect to much yet. | Marcus Glocker | |
ok claudio@ | |||
2006-10-29 | LFS and FFS shared the same read and write vnops, through | Thordur I. Bjornsson | |
the macro games in ufs_readwrite.c (LFS_READWRITE) now that LFS has gone, make these functions ffs specific and move them into ffs/ffs_vnops.c zapping ufs_readwrite.c in the process. Also, remove lfs fields from the inode and ufsmount structs. ok toby@,deraadt@,pedro@ testing and ok krw@ | |||
2006-10-29 | Remove redundant if (msg) {} block around invocations of | Kenneth R Westerback | |
iso_disklabelspoof() and udf_disklabelspoof(). Use (msg && iso_disklabelspoof()) instead. Makes more arch's textually consistant. No functional change. | |||
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback | |
extended partition except on alpha, hppa, hppa64 and mips64. So don't spoof extended partitions as 'a' and try to read a disklabel from them. Make all archs consistant. When we can boot from extended partitions we can change to reading and writing disklabels from them. This means the first OpenBSD ('A6') extended partition will now be ignored during spoofing, just as subsequent ones have always been. Feedback from tom@, weingart@ and deraadt@. | |||
2006-10-28 | M_TRAILINGSPACE(m) returns 0 if M_READONLY(m) is true, | Brad Smith | |
so no need to call both. From tsutsui@NetBSD | |||
2006-10-28 | revert previous change; causes segfault when called from | Christian Weisgerber | |
pkg_mklocatedb/locate.mklocatedb | |||
2006-10-28 | Dont initialize the nm_srtt and nm_sdrtt arrays | Thordur I. Bjornsson | |
out of bounds. ok pedro@ | |||
2006-10-28 | correct/expand example of usage of -w; ok jmc@ stevesk@ | Otto Moerbeek | |
2006-10-28 | Make sure we call _mcount throught the PLT when generating PIC code. | Mark Kettenis | |
ok drahn@, miod@ | |||
2006-10-28 | Only mprotect pages during relocation if the library is marked TEXTREL | Dale Rahn | |
mips64 version still needs testing. | |||
2006-10-28 | Make this work. | Mark Kettenis | |
With help from drahn@ and mickey@. | |||
2006-10-28 | Document inline anchor loading with { } delimited blocks. | Ryan Thomas McBride | |
2006-10-28 | Expected regress changes due to separation of parsing and kernel loading. | Ryan Thomas McBride | |
2006-10-28 | Load all rules into memory before loading into the kernel, and add support | Ryan Thomas McBride | |
for anchors loaded inline in pf.conf, enclosed in a brace-delimited block ("{" "}"). anchor on fxp0 { pass in proto tcp port 22 } The anchor name is optional on inline loaded anchors. testing ckuethe@ ok henning@ dhartmei@ | |||
2006-10-28 | remove some useless .Tn; | Jason McIntyre | |
2006-10-28 | MACPHYTER -> MacPHYTER; from igor sobrado (pr #5276) | Jason McIntyre | |
2006-10-28 | prefer `buses' to `busses' for the noun plural; | Jason McIntyre | |
2006-10-28 | edited cut of mickey's i386 bios(4) page; help tom gwk | Jason McIntyre | |
2006-10-28 | - Use better names for the variables containing the timeouts in Hz instead of | Marc Balmer | |
just t1-t10. - Remove some unused variables. - Restructure some functions to remove some levels of indentation. | |||
2006-10-28 | edited cut of tedu's cpu(4) page for amd64; help/ok tedu | Jason McIntyre | |
2006-10-28 | Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32; | Otto Moerbeek | |
ok henning@ deraadt@ canacar@ | |||
2006-10-28 | Make stack executable when doing trampolines on macppc | Pedro Martelletto | |
Okay espie@, kettenis@ | |||
2006-10-28 | sync | Theo de Raadt | |
2006-10-27 | mainbus stub; help/ok miod | Jason McIntyre | |
2006-10-27 | Hide hardware cursor on 4bpp model. | Miod Vallat | |
2006-10-27 | Add a few UltraSPARC-III ASI's. | Mark Kettenis | |
2006-10-27 | Sometimes a compromise is needed. | Marc Balmer | |
After a discussion with jmc and ckuethe. | |||
2006-10-27 | mcbride forgot to pull in the newly created pf_ruleset.c | Theo de Raadt | |
2006-10-27 | If the lid is closed during boot, blank screen immediately. | Miod Vallat | |
2006-10-27 | ioapic is md; after some discussion w/ miod | Jason McIntyre | |
2006-10-27 | Fix a small typo in the manpage and while here add some space between | Marc Balmer | |
functions. | |||
2006-10-27 | actually the format strings do come from the usb_hid_usages file; | Theo de Raadt | |
from janus@errornet.de | |||
2006-10-27 | Split ruleset manipulation functions out into pf_ruleset.c to allow them to | Ryan Thomas McBride | |
be imported into pfctl. This is a precursor to separating ruleset parsing from loading in pfctl, and tons of good things will come from it. 2 minor changes aside from cut-n-paste and #define portability magic: - instead of defining the global pf_main_ruleset, define pf_main_anchor (which contains the pf_main_ruleset) - allow pf_find_or_create_ruleset() to return the pf_main_ruleset if it's passed an empty anchor name. ok henning dhartmei | |||
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer | |
time, and make ntpd use that to send the next uery to an ntp peer and the like. this has the advantage that changes to the clock do not interfere with the intervals. for example, when we start on machines without an RTC and the initial settime (-s) kicks in, intervals were strange. idea from amandal@entrisphere.com, this implementation by me tested ckuethe, phessler, mbalmer, ok mbalmer | |||
2006-10-27 | Reflect recent changes in udcf(4). | Marc Balmer | |
2006-10-27 | udcf(4) degraded the sensor status from OK to WARNING on the first receiption | Marc Balmer | |
error, which is to fast as this does not give ntpd the opportunity to use the sensor value. If we decode a valid time information, it has to be available to applications for some minimal time. I choose a value of 5 minutes. If we do not receive any new valid time information during this period, the sensor will be degraded to WARNING, and after another fifteen minutes it will be further degraded to CRITICAL. "makes sense to me" henning@, "sure" deraadt@ | |||
2006-10-27 | Partially revert 1.33 the range calculation change for bandit | Gordon Willem Klok | |
unfourtunately breaks some machines found the hard way by xsa@ and mbalmer@. ok mbalmer@ | |||
2006-10-27 | Add ioapic(4). | Mark Kettenis | |
ok jmc@ | |||
2006-10-27 | expand the description of -d somewhat; | Jason McIntyre | |