summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-282-23/+0
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.jake2000-05-266-18/+18
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-241-0/+1
* Add OPTi 82C700 chipset.kuriyama2000-05-244-0/+12
* Make exe a symlink.des2000-05-244-22/+63
* Add 440MX chipset.kuriyama2000-05-244-0/+12
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-236-18/+18
* Sort the sys includes.obrien2000-05-221-3/+3
* AT&T asm syntax requires a leading '*' in front of the operand forobrien2000-05-221-2/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-223-17/+0
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-222-2/+6
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willpeter2000-05-212-0/+2
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-213-235/+167
* Correct the syntax of ROOTDEVNAME and describe it somewhat better.msmith2000-05-192-6/+16
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
* Correct previous commit: solve the "stopped clock" syndrome in remotegrog2000-05-181-2/+2
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-182-8/+30
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSmsmith2000-05-171-0/+17
* Remove old lnc files.paul2000-05-143-2359/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-147-253/+17
* Change to comments only: spell FreeBSD.org correctlyhoek2000-05-132-4/+4
* Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-121-15/+16
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.peter2000-05-111-1/+1
* Attempt to work around problems caused by spurious interrupts andmsmith2000-05-111-1/+21
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-107-88/+88
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-103-4/+4
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Do not specify the size to move. Allow the assembler to figure it out.obrien2000-05-101-1/+1
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-0911-242/+262
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* Fix checksum calculations. This should fix the network problemsps2000-05-071-2/+1
* Fixed bus_space_{read,write}_region_* functions.nyan2000-05-071-60/+18
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-062-346/+2
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0510-6/+11
* Don't use struct buf for random small temporary buffers.phk2000-05-051-5/+7
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-041-0/+44
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-044-4/+20
* I mentioned yesterday that I could use some work, and Kelly says, "Commit mydwhite2000-05-031-19/+23
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Move sn and cs drivers from the compat section to the real section.imp2000-05-031-4/+4
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-013-0/+5
* Add $FreeBSD$peter2000-05-0123-1/+36
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-21/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-307-7/+0
* Fix comments, whitespace to reduce diffs between this and GENERIC.markm2000-04-301-8/+12
OpenPOWER on IntegriCloud