summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix duplicate rcsid'sdarrenr2000-05-242-6/+0
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-242-0/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
* It would have been nice if this actually compiled. Close the headerpeter2000-05-242-0/+2
* Add OPTi 82C700 chipset.kuriyama2000-05-247-0/+28
* Make exe a symlink.des2000-05-249-45/+134
* fix up conflictsdarrenr2000-05-2422-348/+1278
* fix conflictsdarrenr2000-05-248-142/+380
* fix conflictsdarrenr2000-05-244-516/+1492
* fix conflictsdarrenr2000-05-243-53/+78
* fix conflictsdarrenr2000-05-243-513/+1584
* fix conflictsdarrenr2000-05-244-600/+1222
* fix conflictsdarrenr2000-05-246-380/+1156
* Add 440MX chipset.kuriyama2000-05-249-0/+44
* Convert the short stub of real-mode code into 16-bit assembly.jhb2000-05-242-22/+22
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-242-0/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-23231-754/+755
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
* Fix a nasty bug in ata_intr, parens are a good thing if used right.sos2000-05-233-30/+46
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-237-13/+4
* Clean up some more 16-bit code and get rid of more m4 macros.jhb2000-05-233-83/+27
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-2316-869/+564
* Document abial's .#.dcs2000-05-231-0/+4
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
* Sort the sys includes.obrien2000-05-223-10/+10
* AT&T asm syntax requires a leading '*' in front of the operand forobrien2000-05-221-2/+2
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!obrien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.obrien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-2213-65/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-225-3/+12
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
* Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.nyan2000-05-221-7/+2
* It turns out that I was wrong. The chip in my machine is not aimp2000-05-221-1/+1
* CXD1847A and CXD1947A have same product ID.kuriyama2000-05-221-1/+1
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-212-0/+114
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-214-2/+19
* MFRELENG_3dmlb2000-05-211-187/+625
* MFRELENG_3dmlb2000-05-211-10/+23
* MFRELENG_3dmlb2000-05-211-18/+28
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-212-8/+2
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willpeter2000-05-215-0/+9
* Checkpoint of a new physical memory backed object type, that does notpeter2000-05-216-3/+238
* Ack, I made a typo moments before commit. :-(peter2000-05-211-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-2121-740/+542
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-212-2/+2
OpenPOWER on IntegriCloud