aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - We are not guaranteed that read ahead blocks are not in memory already.Jeff Roberson2003-03-301-1/+9
* - Remove invalid casts.Jake Burkholder2003-03-304-6/+6
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. WhenJake Burkholder2003-03-306-362/+224
* The object type can't be OBJT_PHYS in vm_mmap().Maxime Henrion2003-03-301-1/+1
* rid is not a pointer to int, but rather just a plain int.Warner Losh2003-03-301-2/+2
* Document what bus_set_resource(9) does. It is used by bus drivers toWarner Losh2003-03-302-0/+96
* Fix a bug in the ENOMEM pacing code which probably made it panic systemsPoul-Henning Kamp2003-03-291-4/+4
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-296-18/+32
* Add create_geom and destroy_geom methods.Poul-Henning Kamp2003-03-291-0/+159
* remove a blank line.Poul-Henning Kamp2003-03-291-1/+0
* Use default geometry in case the device doesn't provide one:Poul-Henning Kamp2003-03-291-1/+6
* Checksum the configuration EEPROM.Matthew N. Dodd2003-03-291-0/+43
* BDE'ifyMax Khon2003-03-291-79/+89
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-294-32/+71
* Switch vr_encap over to using m_defrag instead of its own versionMike Silbersack2003-03-292-28/+4
* fix truncation check and buffer overflow checkMax Khon2003-03-291-11/+11
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalMike Silbersack2003-03-292-70/+60
* sendmail 8.12.9 has been importedGregory Neil Shapiro2003-03-291-4/+4
* Fix conflicts from sendmail 8.12.9 importGregory Neil Shapiro2003-03-294-9/+139
* This commit was generated by cvs2svn to compensate for changes in r112810,Gregory Neil Shapiro2003-03-2958-174/+329
|\
| * Import sendmail 8.12.9vendor/sendmail/8.12.9Gregory Neil Shapiro2003-03-2962-183/+464
* | Fix the osf1 abi module on SMP systems by making the size ofAndrew Gallatin2003-03-292-2/+3
* | Have sis_encap use m_defrag if:Mike Silbersack2003-03-291-1/+25
* | Align signal frame placed on stack to 16 bytes so that SSE FPU registerDaniel Eischen2003-03-291-1/+2
* | opt_geom.h is no longer required for this module.Matthew N. Dodd2003-03-291-5/+2
* | Add 'idt' driver to module build.Matthew N. Dodd2003-03-291-0/+1
* | - Deal with netisr changes.Matthew N. Dodd2003-03-291-5/+5
* | Add module infrastructure for 'dpt' driver.Matthew N. Dodd2003-03-292-0/+15
* | Add module infrastructure for 'if_ex'.Matthew N. Dodd2003-03-292-0/+13
* | - Declare ex_devclass in if_ex.cMatthew N. Dodd2003-03-294-8/+8
* | - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd2003-03-294-15/+22
* | Reformat for readability.Matthew N. Dodd2003-03-291-96/+98
* | Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'Matthew N. Dodd2003-03-295-2/+29
* | Don't dereference flags if NULL (see http.c rev 1.87)Dag-Erling Smørgrav2003-03-291-1/+1
* | Remove useless code.Matthew N. Dodd2003-03-291-6/+0
* | Don't compile the identify method yet.Matthew N. Dodd2003-03-291-0/+4
* | Register dependency on the elink module.Matthew N. Dodd2003-03-291-0/+3
* | Add module infrastructure for elink.Matthew N. Dodd2003-03-292-0/+11
* | Add module infrastructure for if_ie.Matthew N. Dodd2003-03-292-0/+11
* | Second round of updates to the ATA driver.Søren Schmidt2003-03-2911-537/+614
* | - Move driver to newbus.Matthew N. Dodd2003-03-298-541/+1124
* | - Change ELINK_ID_PORT; the 3c507 likes 0x100 better.Matthew N. Dodd2003-03-292-2/+19
* | Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsMatthew N. Dodd2003-03-291-0/+2
* | Fill in the rest of the fields in the resulting struct tmMike Makonnen2003-03-291-2/+3
* | Correct a typo in previous commitKris Kennaway2003-03-291-1/+1
* | 'speaker' not 'atspeaker'Matthew N. Dodd2003-03-291-1/+1
* | Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' whichMatthew N. Dodd2003-03-293-11/+1
* | Adjust shared memory allocation to work on cards with only 8 KB of RAM.Matthew N. Dodd2003-03-291-6/+6
* | Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-2916-308/+451
* | fixed a mbuf leak when an IP packet from ESP tunnel is redirectedSUZUKI Shinsuke2003-03-291-0/+7