Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-30 | deduce the leds address from the model number and thus make some more use of ↵ | Michael Shalayeff | |
that lichtenblinkenschmutz on some more machinens | |||
2003-07-30 | give those leds some haste | Michael Shalayeff | |
2003-07-30 | de-ifdef... now this is starting to make sense (it's still ugly and broken, tho) | Jason Wright | |
2003-07-30 | Experimental support for ICH5/ICH5R SATA, inspired from FreeBSD | Alexander Yurchenko | |
ata driver. | |||
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst | |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff | |
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | Jun-ichiro itojun Hagino | |
markus ok. miod/paul confirmed | |||
2003-07-29 | Set pf_state->rt_ifp when creating the state entry, instead of doing it | Daniel Hartmeier | |
later on, when another packet matches the state. ok mcbride@ | |||
2003-07-29 | load_raw did not set all the needed fields in the dmamap. | Michael Shalayeff | |
make sure to allocate dmamem in one segment. do not allocate extra va for dmamem allocated -- just reuse the already there equ mapping of pa and thus implement the dmamem_free as a pglist free. | |||
2003-07-29 | constify the conversion tables | Michael Shalayeff | |
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | Michael Shalayeff | |
this gives several benefits: the arguments for a syscall printed are the exact args and not some wild guess fetched from the user stack; the check does not include the AST traps that may be checked on their own in the trap() routine should be desired; kill last use and thus itself the fuword() function and it's glue. | |||
2003-07-29 | Support for HPT302 and HPT371, inspired from the FreeBSD ata driver. | Alexander Yurchenko | |
Thanks to otto@ for help in regress testing and tedu@ for unslacking me. | |||
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | Dale Rahn | |
bad integer division is for calculation of the tick timer. Turns out that the typical error on most machines is < .005% just a few seconds per week. Not enough to bother with at this time. | |||
2003-07-29 | fixup ip_len back to wire format after reass. | Jun-ichiro itojun Hagino | |
2003-07-29 | More aggressive and easier to understand skip steps for addresses. | Cedric Berger | |
Help daniel@ mcbride@ Ok henning@ mcbride@ | |||
2003-07-28 | nuke more MATH_EMULATE | Jason Wright | |
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright | |
gnu stuff as an option until it is replaced RSN. ok deraadt. | |||
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl | |
so in_gif_input can detect whether a proto 4 header is due to ipsec tunnel mode or gif(4) encapsulation; fixes pr 3023 ok itojun@. provos@ and angelos@ agree; tested by sturm@ | |||
2003-07-28 | typo. from cedric | Jun-ichiro itojun Hagino | |
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints ↵ | Michael Shalayeff | |
processing towards after that | |||
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of ↵ | Michael Shalayeff | |
wrmsr/rdmsr | |||
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff | |
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright | |
2003-07-25 | make sure SYSENTER registers are 0 at boot time. should fix an unusual | Ted Unangst | |
DOS reported by Michal Zalewski to bugtraq. ok mickey@ toby@ | |||
2003-07-25 | do not flip ip_len/ip_off. pechkin and henning ok | Jun-ichiro itojun Hagino | |
2003-07-25 | The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers. | Henning Brauer | |
Jason Ackley <jason@ackley.net> in PR3368 | |||
2003-07-25 | remove extra arg to printf | Jason Wright | |
2003-07-25 | %lu for u_long arg | Jason Wright | |
2003-07-25 | cast and %lu for size_t variable printf | Jason Wright | |
2003-07-24 | kill some externs that are not there anymore and had left other places for a ↵ | Michael Shalayeff | |
better void ages ago | |||
2003-07-24 | a whole bunch of tyop fixes from Andrey Smagin | Jason Wright | |
2003-07-24 | increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512 | Markus Friedl | |
2003-07-24 | update ip_len to reflect tunnel header removal (lost duing ip_len | Markus Friedl | |
flip changes); ok itojun; noticed by jrrs@ice-nine.org | |||
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino | |
SADB_X_xx) | |||
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino | |
2003-07-24 | sync | Alexander Yurchenko | |
2003-07-24 | New vendor Myson Century Inc and its MTD803 ethernet. Found on a | Alexander Yurchenko | |
new form@'s motherboard. | |||
2003-07-24 | knf | Theo de Raadt | |
2003-07-24 | ether | inet stuff; pr 3356; from d | Theo de Raadt | |
2003-07-24 | after sys_sendmsg, change control message level back in case somebody looks | Ted Unangst | |
at it. we don't use stackgap because control messages can be larger than the gap, and it's just easier this way. ok deraadt@ | |||
2003-07-24 | sync | Theo de Raadt | |
2003-07-24 | cleanup | Theo de Raadt | |
2003-07-23 | remove packets in queues (like ipintrq) with m->m_pkthdr.rcvif pointing | Jun-ichiro itojun Hagino | |
to detached if. deraadt ok | |||
2003-07-23 | Enable ATAPI DMA for modern Promise ATA controllers since only old | Alexander Yurchenko | |
ones have problems with it. Tested on PDC20262/268/269. | |||
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko | |
during DMA transfers to work correctly with LBA48 drives. Based on diff from Takeshi Nakayama <tn@catvmics.ne.jp> for NetBSD with some corrections from FreeBSD ATA driver. | |||
2003-07-23 | VT1612A; matthew.gream@pobox.com | Theo de Raadt | |
2003-07-23 | 'r' ioctls, (VFAT) aren't supported, don't pass down. | Ted Unangst | |
see netbsd pr21936. ok deraadt@ | |||
2003-07-23 | add ahc and clean things a bit | Jason Wright | |
2003-07-23 | sync | Ted Unangst | |
2003-07-23 | add sys_sysinfo. from marius aamodt eriksen. | Ted Unangst | |
linux_misc.c: fvdl gave his copyright to tnf, adjust. |