summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-06-05Untested busification of this driver done years ago.Niklas Hallqvist
Noone ever answered my call for testers so here it goes.. helps ne problems as ne at 0x300 gets a bit whacked by eg's probe
2000-06-05Need to include files.mii due to latest elink3 changes.Artur Grabowski
2000-06-05No need to use curproc here. We already know who we are.Artur Grabowski
2000-06-05Adjust for the reaper.Artur Grabowski
2000-06-05Argh. forgot this when committing the reaper stuff.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD
2000-06-05fix datasheet urlChris Cappuccio
2000-06-04Only scroll up if we've hit the bottom of the scrolling region, not if we'reAaron Campbell
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions.
2000-06-04better indent for easier searchingTheo de Raadt
2000-06-04nuke non-standard include files (has been #error only for a long timeJun-ichiro itojun Hagino
so there should be no sideeffect)
2000-06-03sync with latest kame doc. pcb issues and net interface issues are updatedJun-ichiro itojun Hagino
2000-06-03deep-copy ip6 header on ip6_mloopback, to avoid overwriting cluster mbuf.Jun-ichiro itojun Hagino
correct frag header append operation. some cosmetic (like do {} while (0) to multiline macro) (sync with kame)
2000-06-03do not bark even if forwarding to loopback, since it is commonJun-ichiro itojun Hagino
to route packet to be rejected/dropped to loopback. (sync with kame)
2000-06-03Move everything to where is supposed to be (reg definitions, etc).Jason Wright
Add some of the skip logic.
2000-06-03correctly handle ctlinput messages for IPv6.Jun-ichiro itojun Hagino
2000-06-03remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl().Jason Wright
2000-06-02squeeze basic framework into place. process generates SIMPLEQ of requests,Theo de Raadt
they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work.
2000-06-02callback is always staticTheo de Raadt
2000-06-02rework interrupt handling completely, and be more careful with the CD180Jason Wright
during channel configuration changes.
2000-06-02vlan was consuming all vlan frames before they had a chance to be bridged.Jason Wright
Change the order of operations to be: ether_input() -> bridge_input() -> vlan_input() Also, only process vlan frames that are unicast for us or bcast/mcast.
2000-06-02make sure we are writing to the correct page; fixes a subtle bug whichBrandon Creighton
was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice
2000-06-02On input if the packet matches one of the member interface MAC addresses,Jason Wright
set the receiving interface to be that interface for further processing; thanks to dorcula@uncool.org for reporting and testing.
2000-06-01Fix the German's comment typos.Angelos D. Keromytis
2000-06-01Should learn how to count...Angelos D. Keromytis
2000-06-01Check for invalid TDBs right away in the callbacks.Angelos D. Keromytis
2000-06-01Oops, remove bogus comment.Angelos D. Keromytis
2000-06-01Beautify a little bit.Angelos D. Keromytis
2000-06-01Use the cached entry for security requirements from the inp.Angelos D. Keromytis
2000-06-01Use ipsp_spd_lookup() in ip_output()Angelos D. Keromytis
2000-06-01ipsp_acquire_sa()Angelos D. Keromytis
2000-06-01ipsp_spd_lookup()Angelos D. Keromytis
2000-06-01Prototype for ipsp_spd_lookup()Angelos D. Keromytis
2000-06-01gcc might use something like autoincremented registers here, which willBrandon Creighton
not work, so change the constraint for an argument
2000-06-01ramdisk stuffBrandon Creighton
2000-05-31Sigh... Fix a stupid bug wrt reverse video attributes (when using the newerAaron Campbell
"PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software.
2000-05-31syncChris Cappuccio
2000-05-31Add some OPTi IDE controllersChris Cappuccio
2000-05-31man descendentalismMichael Shalayeff
2000-05-31build mans all the time, cleanfiles always the sameMichael Shalayeff
2000-05-31cleanupMichael Shalayeff
2000-05-31fixesMichael Shalayeff
2000-05-31Bug fix from NetBSD, plus some more DPRINTF().Aaron Campbell
2000-05-31Better English.Aaron Campbell
2000-05-31syncTheo de Raadt
2000-05-31another pci-pci bridgeTheo de Raadt
2000-05-30-symtab +clkf_intrMichael Shalayeff
2000-05-30no need to include vm/vm.hMichael Shalayeff
2000-05-30elf_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30aout_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30split symbol loading for a.out into a separate routine (tested on i386)Michael Shalayeff
add symbol loading for elf (tested on hppa)