summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-07-25nat proxy port randomization by ben fleis.Daniel Hartmeier
2001-07-25Added missing break. -mojMats O Jansson
2001-07-25Make sure pkthdr.rcvif is correct before calling pf_test()Jason Wright
2001-07-25be carefull about initializing timeoutsMichael Shalayeff
2001-07-25- unconditionalize call to bridge_input() (fewer #ifdef's and NPF>0 is defaul...Jason Wright
2001-07-25Initialization of arpcom * based on ifp was too soon: ifp can change asJason Wright
2001-07-23reorder operations a bit for st16550{v2}, xr16850, ti16750:Jason Wright
2001-07-23improve IFA_ROUTE handling. do not lose connected route on primaryJun-ichiro itojun Hagino
2001-07-22pmap_clear_modify returns boolean_tMiod Vallat
2001-07-21print additional debugging information for 'insert invalid' messages. occurs ...Daniel Hartmeier
2001-07-21no rd required in regular kernelsTheo de Raadt
2001-07-21regenNathan Binkert
2001-07-21Add Level1 and their LXT1001 (Now owned by Intel)Nathan Binkert
2001-07-21missing \n in a log() callJun-ichiro itojun Hagino
2001-07-21repair validation on RTAX_GENMASK insertion. has been broken since 44bsd.Jun-ichiro itojun Hagino
2001-07-21repair IPv6 TCP. th_sum has to be initialized to 0 on template.Jun-ichiro itojun Hagino
2001-07-21Undo last fix to ata_wdc.c. Don't deregister timeout in generic codeConstantine Sapuntzakis
2001-07-21Don't hang on missing interruptsConstantine Sapuntzakis
2001-07-21- don't allow wildcarded interruptsJason Wright
2001-07-21- Clear all interrupts during initialization (shouldn't be necessary, butJason Wright
2001-07-20use a variable, not it's default value from constantMichael Shalayeff
2001-07-20make equal() macro to check sa_len match, otherwise we will touchJun-ichiro itojun Hagino
2001-07-20Not mapping registers you know are there (even if they don't work) is aJason Wright
2001-07-20Since the aborts seem recoverable (thus far), don't printf() about them,Jason Wright
2001-07-20regenPeter Galbavy
2001-07-20AMD 761/762 Host-PCI and PCI-PCI bridgesPeter Galbavy
2001-07-20regenPeter Galbavy
2001-07-20add DLink DGE-550T GigE cardPeter Galbavy
2001-07-20Add pa_bus to pci_attach_argsConstantine Sapuntzakis
2001-07-19Fix slave ATAPI device detect broken by last patchConstantine Sapuntzakis
2001-07-19make number of ptys configurable; deraadt@ okMichael Shalayeff
2001-07-19AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patchConstantine Sapuntzakis
2001-07-19bogus comment.Artur Grabowski
2001-07-19No more need to define PMAP_NEW.Artur Grabowski
2001-07-19Missed one in PMAP_NEW fix.Artur Grabowski
2001-07-19Fix/complete the handling of the binary ops >< and <> to behaveKenneth R Westerback
2001-07-18build the kernel w/ all the warnings enabled; drahn@ okMichael Shalayeff
2001-07-18fix pf_get_rdr() for single port (dport2 == 0) rules. found by lebel@.Daniel Hartmeier
2001-07-18do not reset the volume after playback; landy@alumni.caltech.eduTheo de Raadt
2001-07-18fxp and de are fixed, enable vtophysMichael Shalayeff
2001-07-18fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm...Michael Shalayeff
2001-07-18Enable reception of PCI abort interrupts and attempt to handle them.Jason Wright
2001-07-18Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD.Artur Grabowski
2001-07-18Correct the NetBSD tag.Artur Grabowski
2001-07-18Sync in more from NetBSD.Artur Grabowski
2001-07-18Change some annoying DIAGNOSTIC printfs to DEBUG.Artur Grabowski
2001-07-18minor sync to NetBSD, nothing changed.Artur Grabowski
2001-07-18Make uvm_wait take a const char *Artur Grabowski
2001-07-18Typo.Artur Grabowski
2001-07-18Fix prototype that art missed...Dale Rahn