summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-01-11clean two minor screwupsMichael Shalayeff
2000-01-11separate spmath buildMichael Shalayeff
2000-01-11Rearrange includes and remove unnecessary ones.Federico G. Schwindt
2000-01-11Call ipx_output_type20 for type 20 (netbios) packets.Federico G. Schwindt
2000-01-11Add ipx_output_type20 prototype.Federico G. Schwindt
2000-01-11Add output routine to broadcast type 20 (Netbios) packets; from FreeBSD.Federico G. Schwindt
2000-01-11include fpu emulation dispatcher on fpemuMichael Shalayeff
2000-01-11Remove unnecessary variables and debug code. Use ipxs_total andFederico G. Schwindt
ipx_delivered. Treat packets broadcasted to the net where it was received as ours.
2000-01-11s/fpu_curproc/fpu_curpcb/ which also points into physical.Michael Shalayeff
move it's definition into locore (where it's used the most). adjust fpu context switch and save on swapout accordingly. fix context save (in switch). add accounting for fpu context switches (since it differes from proc switching, we might get provided w/ some usefull numbers as to how effective this lazy switch technique is). enable handling fpu/sfu exceptions.
2000-01-11More statistic vars from FreeBSD.Federico G. Schwindt
2000-01-11remove unneeded includes.Federico G. Schwindt
2000-01-11Remove references to ipx_thishost; instead find the address fromFederico G. Schwindt
ipx_ifaddr.
2000-01-11Remove unneeded loout call that uses ipx_thishost.Federico G. Schwindt
2000-01-11sync with NetBSDPeter Galbavy
- removed threadid stuff - removed unused files - general tidyup - you can no longer configure the same unit twice (without de-configuring first of course). Again, this has only been tested locally on IDE disks. Further testing and feedback would be appreciated.
2000-01-11remove deleted raidframe filesPeter Galbavy
2000-01-11remove 'INTEGRATE' macro that did static __inline__ in advance of doingPeter Galbavy
more work on the whole code base
2000-01-11sync with NetBSD - remove an unused prototype.Peter Galbavy
2000-01-11off by oneTheo de Raadt
2000-01-11there indeed is a quad_frnd() existMichael Shalayeff
2000-01-11fix exponenta rangesMichael Shalayeff
2000-01-11perpetum fetus fpu emulation dispatcherMichael Shalayeff
2000-01-11Add a recursion depth limit, similar to if_gif.c; also, whenAngelos D. Keromytis
computing the route for the GRE tunnel, verify that it does not point back to ourselves.
2000-01-11remove unused nullptr arg, effectively unifying calling conventions for ↵Michael Shalayeff
emulator routines
2000-01-11remove unused nullptr arg, effectively unifying calling conventions for ↵Michael Shalayeff
emulator routines
2000-01-11The entry for IP4 should always be there.Angelos D. Keromytis
2000-01-11Mostly cosmetic changes, and avoid an m_pullup()Angelos D. Keromytis
2000-01-11rearrange diagnostic trap casesMichael Shalayeff
2000-01-11a few ifdef accomodations for hppa, also a few knf spacesMichael Shalayeff
2000-01-11Correct sa_require handling.Angelos D. Keromytis
2000-01-11Remove ipx_interface.Federico G. Schwindt
2000-01-11some KNF.Federico G. Schwindt
2000-01-11PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead.Federico G. Schwindt
2000-01-11ipx_erro not used anymore; remove it.Federico G. Schwindt
2000-01-11Fix check for sen_type.Angelos D. Keromytis
2000-01-11Remove references to ipx_error. IPX does not generate any errors.Federico G. Schwindt
2000-01-11Remove references to ipx_error.h. Insert the pcb at splnet.Federico G. Schwindt
2000-01-11Clean up my cruftChris Cappuccio
2000-01-11use PCI_REVISION macroChris Cappuccio
2000-01-11Remove ifdef'ed out definitions.Angelos D. Keromytis
2000-01-11Use default values when requesting dynamic VPNs.Angelos D. Keromytis
2000-01-11Only use defaults if they have sane values.Angelos D. Keromytis
2000-01-10Don't enable UDMA modes for revisions of SiS 5513 < 0xd0Chris Cappuccio
The only revisions I know which don't actually support UDMA are 0x09 and below.. But the only revision I know which does support UDMA is 0xd0 (and presumably above that)
2000-01-10Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66Chris Cappuccio
controller actually works now!) and Manuel Bouyer's copyright.
2000-01-10Typos.Angelos D. Keromytis
2000-01-10Implement the blocknonip flagAngelos D. Keromytis
2000-01-10Remove PNIC driverJason Wright
2000-01-10Add 10 new ipsec-related sysctl variables...they are currently underAngelos D. Keromytis
net.inet.ip; perhaps they should be moved under net.inet.ipsec or some such.
2000-01-10Some more code for dealing with socket IPsec options.Angelos D. Keromytis
2000-01-10Remove unnecessary function prototype.Angelos D. Keromytis
2000-01-10Only setup an expiration for embryonic SAs ifAngelos D. Keromytis
net.inet.ip.ipsec-invalid-life >=0