| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out last commits. The elf64/elf32 kernel name thing was more pain | Peter Wemm | 2003-05-01 | 2 | -6/+2 |
| * | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | Peter Wemm | 2003-05-01 | 1 | -6/+0 |
| * | Fix transcription error. Use == NULL, not != NULL. Fortunately this | Peter Wemm | 2003-04-30 | 2 | -2/+2 |
| * | Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as well | Peter Wemm | 2003-04-30 | 2 | -2/+6 |
| * | Range check the syscall number before looking it up in the syscallnames[] | John Baldwin | 2003-04-30 | 2 | -2/+2 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -66/+4 |
| * | - Push down Giant into the sysarch() calls that still need Giant. | John Baldwin | 2003-04-25 | 1 | -1/+1 |
| * | Add an argument to get_mcontext() which specified whether the | Daniel Eischen | 2003-04-25 | 2 | -2/+2 |
| * | Add a new sys/limits.h file which in turn depends on machine/_limits.h | Alexander Kabaev | 2003-04-23 | 1 | -53/+42 |
| * | add scbus for FireWire. | Hidetoshi Shimokawa | 2003-04-22 | 1 | -0/+7 |
| * | Add FireWire drivers to GENERIC. | Hidetoshi Shimokawa | 2003-04-21 | 1 | -0/+5 |
| * | Fix compile warning - proc should have been thread. | Peter Grehan | 2003-04-19 | 1 | -1/+1 |
| * | Remove reference to ata resource in print_child. | Peter Grehan | 2003-04-18 | 1 | -1/+0 |
| * | Remove sparse address hack. | Peter Grehan | 2003-04-18 | 1 | -2/+0 |
| * | Vastly simplify the macio ATA attachment, now that the register file | Peter Grehan | 2003-04-18 | 1 | -225/+42 |
| * | Remove sparse addressing hack. The macio ATA driver no longer requires | Peter Grehan | 2003-04-18 | 2 | -5/+0 |
| * | - Convert NetBSD-derived macros to inline functions for better | Peter Grehan | 2003-04-18 | 1 | -65/+176 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 1 | -9/+5 |
| * | Change the operation parameter of bus_dmamap_sync() from an | Maxime Henrion | 2003-04-10 | 1 | -1/+1 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
| * | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | Dag-Erling Smørgrav | 2003-04-04 | 1 | -6/+0 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 23 | -92/+46 |
| * | - Define a new md function 'casuptr'. This atomically compares and sets | Jeff Roberson | 2003-04-01 | 2 | -0/+16 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 2 | -6/+6 |
| * | - Change trapsignal() to accept a thread and not a proc. | Jeff Roberson | 2003-03-31 | 2 | -2/+2 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -0/+1 |
| * | Remove bitrot associated with `maxusers'. | Ruslan Ermilov | 2003-03-22 | 1 | -1/+0 |
| * | Use atomic operations to increment and decrement the refcount | Maxime Henrion | 2003-03-20 | 1 | -4/+4 |
| * | Enable the FPU on first use per-thread and save state across context | Peter Grehan | 2003-03-20 | 6 | -117/+101 |
| * | - Add PCI ID for Paddington i/o controller, used in old G3's | Peter Grehan | 2003-03-20 | 1 | -2/+4 |
| * | Add machine check handler. While generally useful, it's required when | Peter Grehan | 2003-03-19 | 2 | -2/+2 |
| * | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | Jake Burkholder | 2003-03-16 | 1 | -0/+2 |
| * | Grab Giant around calls to contigmalloc() and contigfree() so | Maxime Henrion | 2003-03-13 | 1 | -1/+6 |
| * | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 2 | -12/+4 |
| * | Simplify ofw_pci_fixup(). It doesn't need to be recursive, since the | Peter Grehan | 2003-03-03 | 1 | -19/+3 |
| * | These files are no longer used. They have been replaced with similarly named | Benno Rice | 2003-02-28 | 4 | -597/+0 |
| * | Register typo and incorrect 32-bit constant load in previous commit. | Peter Grehan | 2003-02-26 | 2 | -4/+4 |
| * | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | Maxime Henrion | 2003-02-26 | 1 | -1/+1 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 3 | -21/+0 |
| * | Catch up with ATAng changes | Peter Grehan | 2003-02-24 | 2 | -18/+23 |
| * | Doh. Forgot to remove _KERNEL version. | Peter Grehan | 2003-02-23 | 1 | -7/+0 |
| * | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | Peter Grehan | 2003-02-22 | 1 | -0/+10 |
| * | Adjust IRQ count for psim's OpenPIC model - it seems to be | Peter Grehan | 2003-02-20 | 1 | -0/+6 |
| * | Catch up to latest KSE changes | Peter Grehan | 2003-02-20 | 2 | -6/+8 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -7/+7 |
| * | Move a bunch of flags from the KSE to the thread. | Julian Elischer | 2003-02-17 | 1 | -4/+3 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 2 | -2/+2 |
| * | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | Jeff Roberson | 2003-02-17 | 2 | -2/+2 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Fix whitespace problems with option lines. | David E. O'Brien | 2003-02-13 | 1 | -31/+31 |