Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-11 | debug only; mickey ok | Theo de Raadt | |
2003-07-11 | fix some displays; | Jason McIntyre | |
2003-07-10 | unlock on error condition. from Tim Wiess. ok csapuntz@ millert@ | Ted Unangst | |
2003-07-10 | in statfs, cast disk size to int64_t to prevent overflow on large disks. | Ted Unangst | |
from Peter Galbavy | |||
2003-07-10 | unifdef -UNEW_FPSTATE in attempt to make it more clear | Jason Wright | |
2003-07-10 | small bit of cleaning | Jason Wright | |
2003-07-10 | - working emulation for POPC instruction | Jason Wright | |
- good start are fully decoding LDQF(A)/STQF(A) | |||
2003-07-10 | more instructions in type 3, op=2 | Jason Wright | |
2003-07-10 | correct another incorrect comparison in ip6 normalization. | Jun-ichiro itojun Hagino | |
don't use m->m_pkthdr.len for checking, as it is not reliable | |||
2003-07-10 | wrong comparison of IPv6 packetsize | Jun-ichiro itojun Hagino | |
2003-07-09 | part of infrastructure to deal with emulated stqf/ldqf: | Jason Wright | |
T_ILLINST handler fetches instruction and decodes it. If it's stqf, ldqf, stqfa, or ldqfa call emulation instead of SIGILL directly. Note: this still SIGILL's in the end, the emulation isn't done yet. | |||
2003-07-09 | check if m->m_pkthdr.len is too short | Jun-ichiro itojun Hagino | |
2003-07-09 | don't check exact ip6_plen and m->m_pkthdr.len match, as ip6_input() | Jun-ichiro itojun Hagino | |
does the m_adj() only after filtering. reported by marc | |||
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino | |
(please test, especially PF portion) | |||
2003-07-09 | sync | Otto Moerbeek | |
2003-07-09 | Add V3 V961PBC i960 Host-PCI and VIA VT8751 Host-PCI | Otto Moerbeek | |
ok deraadt@ henning@ | |||
2003-07-09 | Eliminate creation/destruction of dmamap's for every xmit by reusing | Kenneth R Westerback | |
statically allocated maps. Significant performance boost on both sparc64 and macppc. Tested on macppc by drahn@. ok jason@ drahn@. | |||
2003-07-09 | fix whitespace | Markus Friedl | |
2003-07-09 | another instruction correction: STQDC -> STQFA | Jason Wright | |
2003-07-09 | corrections/filling of type 3 v9 instructions | Jason Wright | |
2003-07-09 | add trap entries for LDQF/STQF alignment faults, but handle them as | Jason Wright | |
SIGILL for now. Also split out T_INST_EXCEPT and T_TEXTFAULT from T_ILLINST pending handling of LDQF/STQF illegal instruction faults. | |||
2003-07-09 | KNF | Daniel Hartmeier | |
2003-07-09 | better vif_delete (no dangling ref to struct ifnet). deraadt ok | Jun-ichiro itojun Hagino | |
it won't affect default GENERIC build - as MROUTING is not defined | |||
2003-07-09 | add a bunch more traps from the v9 spec | Jason Wright | |
2003-07-09 | s/Tryap/Trap | Jason Wright | |
2003-07-09 | Fix problems with ICS1893 PHY and some sis chipsets. | Kenneth R Westerback | |
Partial re-sync with FreeBSD, from Jeorg Sonnenberger. Tested by Jeorg, Henning@, Paul de Weerd, Otto@, and myself. ok henning@ deraadt@ | |||
2003-07-08 | The best read code of mice and men, ... (reviewed by /dev/null) | Dale Rahn | |
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | Dale Rahn | |
lower 32 bits. | |||
2003-07-08 | unifdef -U__otherBSD__ | Jun-ichiro itojun Hagino | |
2003-07-08 | add ep@pcmcia and phys, commented out an and com | Michael Shalayeff | |
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff | |
2003-07-08 | no need for an explicit machine/intr.h; tested on alpha, i386, sparc | Michael Shalayeff | |
2003-07-08 | sync | Damien Couderc | |
2003-07-08 | add Intel 82865G/PE/P, Intel 82801ER and 3Com 3c940 deraadt@ ok | Damien Couderc | |
2003-07-08 | regen | Michael Shalayeff | |
2003-07-08 | fix aironet mpi-350 entry; deraadt@ ok | Michael Shalayeff | |
2003-07-08 | better output length estimate for a nicer printout | Michael Shalayeff | |
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert | |
This includes numerous fixes and paves the way for usb 2.0 support. | |||
2003-07-08 | make sure the packets contains a complete inner header | Markus Friedl | |
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@ | |||
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | Jun-ichiro itojun Hagino | |
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev | |
2003-07-07 | ansify and remove statics | Jason Wright | |
2003-07-07 | Fix for PR 3177. | Tobias Weingartner | |
Diff from Otto Moerbeek <otto at drijf.net>, testing by same. Looked over, and other (outline testing) by me. | |||
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst | |
ok deraadt mickey | |||
2003-07-06 | Add Corega Wireless LAN PCCL-11; Jonathon Fletcher | Todd C. Miller | |
2003-07-06 | regen | Todd C. Miller | |
2003-07-06 | Add Corega Wireless LAN PCCL-11 | Todd C. Miller | |
2003-07-06 | remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit. | Ted Unangst | |
otto made the diff for me, thanks. | |||
2003-07-06 | reset inode fields if deleted, prevents a panic after deleting a device. | Ted Unangst | |
from netbsd via otto moerbeek | |||
2003-07-06 | trailing spaces | Alexander Yurchenko | |