2004-02-24 |
Joerg Sonnenberger | Fix format string |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Remove unused static declarations |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Add prototype for bootpc_init |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Remove unused static variable |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Fix a typo and include <sys/random.h> |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Fix some warnings |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Use ovbcopy instead of bcopy to match prototyp |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Hide ISA compatibility layer under COMPAT_OLDISA |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Use -fformat-extensions when building kernel with GCC2. |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Add support for the kernel printf conversion specifiers... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Split off the PCI-PCI bridge and the PCI-ISA bridge... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | DFports cleanup part(1) |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joerg Sonnenberger | Add missing make_dev |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Matthew Dillon | Make nexus understand the new INTR_ flags, mainly INTR_... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Eirik Nygaard | Fix comment to show the munlockall function, and not... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Joerg Sonnenberger | Certain port Makefiles expect variables like ARCH or... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Joerg Sonnenberger | Fix compilation with -fno-common |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Matthew Dillon | Remove static resource_disabled(), the function is... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Joerg Sonnenberger | INTR_TYPE_AV is used by FreeBSD 5 code and was defined... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | INTR_EXCL moved to sys/bus.h, add #include. |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Bring in additional stuff from FreeBSD-5, fixing some... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Joerg Sonnenberger | Add supfile to fetch only dfports |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Include the required machine/bus.h if we do not already... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Fix a bug in the last commit. 4.x improperly tries... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Bring in acpica-unix-20031203. As with other contrib... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Bring in the FreeBSD-5 ACPICA code as a module. Note... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
David Rhodus | * Fix placement of return value. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
David Rhodus | * Return if array is out of bounds in icu_setup function. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Matthew Dillon | Implement a pipe KVM cache primarily to reduce unnecess... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Matthew Dillon | M_NOWAIT work stage 1/999: Fix some boot-time misuses... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Matthew Dillon | RCNG, shutdown ppp connections nicely when told to. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Add generated pcidevs files. Fix a small typo in devlis... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | PCCARD has a central device database in bus/pccard... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Remove some unneeded #include |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Add PCCARD match function to ata. Code taken from FreeBSD. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Add PCCARD match routines sio and the disk drivers. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Remove duplicate line for if_ray |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Joerg Sonnenberger | Add proper match routines for PCCARD nics. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Joerg Sonnenberger | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Joerg Sonnenberger | pmap_zero_page expects an address, not a page number |
commit | commitdiff | tree | snapshot |
2004-02-18 |
David Rhodus | * Remove ufs_disksubr.c from kernel build files. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | Merge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 6: Comment-only. Many thanks to David... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | Add experimental (as in hacked) support for the Silicon... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 5: sync chipset changes and bug fixes.... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 5: sync additional function API changes... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 4: sync additional atang from 4.x, all... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 3: sync additional atang from 4.x, mostly... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 2: sync part of the ata_dma*() API. No... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Matthew Dillon | ATAng stage 1: synch ad_attach() and atapi_attach(... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Matthew Dillon | (followup) remove lockid. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Matthew Dillon | Introduce an MI cpu synchronization API, redo the SMP... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Joerg Sonnenberger | Install getopt_long.3 |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Undo part of the last commit. Part of a different... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations for -fno-common |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations for -fno-common |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove common declaration for -fno-common |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Compile the kernel with -fno-common to guarentee that... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove common variable to get ready for -fno-common. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Add a dependant include. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove duplicate bioops declaration in preparation... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations in preparation for adding... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | buftimetoken must be declared in a .c file. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Joerg Sonnenberger | Add BUS_DMA_ZERO flag to bus_dmamem_alloc. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Make buftimetoken an extern so it is not declared as... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Joerg Sonnenberger | Add pci_get_ether and pci_set_ether for FreeBSD 5 compa... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Joerg Sonnenberger | Add PCIR_BAR and PCIR_BARS for FreeBSD 5 compatibility |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Joerg Sonnenberger | Add device_is_attached to allow a driver to check wethe... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Matthew Dillon | Install new .mk files (/usr/src/share/mk) as part of... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Matthew Dillon | Cleanup and augment the cpu synchronization API a bit... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Matthew Dillon | Split the IPIQ messaging out of lwkt_thread.c and move... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | atomic_*_*_nonlocked() inlines are not MP locked. ... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Remove old in_cksum.c and in_cksum.h (they were moved... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Move <machine/in_cksum.h> to <sys/in_cksum.h>. This... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Create a new machine type, cpumask_t, to represent... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Get rid of some old cruft and add a failsafe for M_WAIT... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Change M_NOWAIT to M_WAITOK. This does not fix any... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Actively manage cam rescan timeouts in the usb subsyste... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Add PCI busses to the device list in bus number order... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | gcc2 doesn't like ary[] inside structures. Add __ARRAY... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | C99 specify ary[] instead of ary[0] in structure. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Eirik Nygaard | Replace K&R style functions with ANSI C style functions. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Hiten Pandya | Remove my middle initial. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Fix forgotten lwkt_send_ipiq() API update. cpuid ... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Matthew Dillon | Rewrite the IP checksum code. Get rid of all the inlin... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Fix warnings about casting const pointers. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Sync if_ed with FreeBSD current |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Matthew Dillon | Oops. Forgot to renumber the %N's in the macros in... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Add __DragonFly__ |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Matthew Dillon | bio ops can be initiated from the buffer cache, td_proc... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Matthew Dillon | Use "iq" instead of "ir" for the register constraint... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Add __DragonFly__ |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Fix # style comment in file using the C prepocessor |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Fix broken string literals |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Matthew Dillon | Add -D__FreeBSD__ for buildworld (vacation pulls source... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Matthew Dillon | Convert __FreeBSD__ tests to __FreeBSD__ and __DragonF... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Add __DragonFly__ |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joerg Sonnenberger | Fix wrong conditional from last commit |
commit | commitdiff | tree | snapshot |
next |