| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo the isa compat driver shim so that each driver is self contained | peter | 2000-05-28 | 4 | -313/+35 |
* | Remove haveseen_iobase() - it is no longer called from anywhere in the | peter | 2000-05-28 | 2 | -23/+0 |
* | - Remove unnecessary 'data32' and 'addr32' prefixes and #define's. | jhb | 2000-05-27 | 1 | -10/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 6 | -18/+18 |
* | Reintroduce a workaround for a gas bug (misassembled lgdt instruction) | tegge | 2000-05-25 | 1 | -13/+7 |
* | pmap_enter() masked off the page offset bits, pmap_kenter() did not. | peter | 2000-05-24 | 1 | -0/+1 |
* | Add OPTi 82C700 chipset. | kuriyama | 2000-05-24 | 4 | -0/+12 |
* | Make exe a symlink. | des | 2000-05-24 | 4 | -22/+63 |
* | Add 440MX chipset. | kuriyama | 2000-05-24 | 4 | -0/+12 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 6 | -18/+18 |
* | Sort the sys includes. | obrien | 2000-05-22 | 1 | -3/+3 |
* | AT&T asm syntax requires a leading '*' in front of the operand for | obrien | 2000-05-22 | 1 | -2/+2 |
* | sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. | dan | 2000-05-22 | 3 | -17/+0 |
* | Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option, | dan | 2000-05-22 | 2 | -2/+6 |
* | Provide a temporary undocumented option: SHM_PHYS_BACKED. This will | peter | 2000-05-21 | 2 | -0/+2 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 3 | -235/+167 |
* | Correct the syntax of ROOTDEVNAME and describe it somewhat better. | msmith | 2000-05-19 | 2 | -6/+16 |
* | We use a MI version of this now, which is mostly this file repo copied to | obrien | 2000-05-19 | 1 | -24/+0 |
* | Correct previous commit: solve the "stopped clock" syndrome in remote | grog | 2000-05-18 | 1 | -2/+2 |
* | Implement real read/write barriers for the i386. Despite the comment in | msmith | 2000-05-18 | 2 | -8/+30 |
* | If we are running in APIC_IO mode, pretend that we didn't see the BIOS | msmith | 2000-05-17 | 1 | -0/+17 |
* | Remove old lnc files. | paul | 2000-05-14 | 3 | -2359/+0 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 7 | -253/+17 |
* | Change to comments only: spell FreeBSD.org correctly | hoek | 2000-05-13 | 2 | -4/+4 |
* | Turn on USB support for most USB devices. udbp is not turned on since | jhb | 2000-05-12 | 1 | -15/+16 |
* | Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED. | peter | 2000-05-11 | 1 | -1/+1 |
* | Attempt to work around problems caused by spurious interrupts and | msmith | 2000-05-11 | 1 | -1/+21 |
* | 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit | obrien | 2000-05-10 | 7 | -88/+88 |
* | AT&T asm syntax requires a leading '*' in front of the operand for indirect | obrien | 2000-05-10 | 3 | -4/+4 |
* | When using _asm{} in GCC, one must specify the operand's size if one | obrien | 2000-05-10 | 1 | -9/+9 |
* | Do not specify the size to move. Allow the assembler to figure it out. | obrien | 2000-05-10 | 1 | -1/+1 |
* | Regenerated (fixed the calculation of sy_nargs in sysent tables). | bde | 2000-05-09 | 11 | -242/+262 |
* | Fixed the return type for exit() and the args struct tag several NOPROTO | bde | 2000-05-09 | 1 | -2/+3 |
* | Fixed the return type and args struct tag for exit(). They were wrong in | bde | 2000-05-09 | 1 | -1/+1 |
* | Fix checksum calculations. This should fix the network problems | ps | 2000-05-07 | 1 | -2/+1 |
* | Fixed bus_space_{read,write}_region_* functions. | nyan | 2000-05-07 | 1 | -60/+18 |
* | Make in_cksum() a macro call to in_cksum_skip(), since it provides the | jlemon | 2000-05-06 | 2 | -346/+2 |
* | Add a version tag for the rtc port to depend on. | peter | 2000-05-06 | 1 | -0/+2 |
* | Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h). | phk | 2000-05-05 | 1 | -0/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 10 | -6/+11 |
* | Don't use struct buf for random small temporary buffers. | phk | 2000-05-05 | 1 | -5/+7 |
* | Add a little do-nothing ``slopsucker'' device which gives a home | wollman | 2000-05-04 | 1 | -0/+44 |
* | Don't assume that the PCI BIOS is going to clear the unused bits in %ecx | msmith | 2000-05-04 | 4 | -4/+20 |
* | I mentioned yesterday that I could use some work, and Kelly says, "Commit my | dwhite | 2000-05-03 | 1 | -19/+23 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Move sn and cs drivers from the compat section to the real section. | imp | 2000-05-03 | 1 | -4/+4 |
* | The USB double bulk pipe driver (Host to host cables). Currently there | n_hibma | 2000-05-01 | 3 | -0/+5 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 23 | -1/+36 |
* | Move the MSG* and SEM* options to opt_sysvipc.h | peter | 2000-05-01 | 1 | -21/+0 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 7 | -7/+0 |