| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the bogus printing of the asr control device major number. Also | scottl | 2004-05-02 | 1 | -2/+1 |
* | Style fixes, most suggested by bde. | kientzle | 2004-05-01 | 1 | -24/+19 |
* | Reduce differences with cy_isa.c: fixed an unsorted include. | bde | 2004-05-01 | 1 | -5/+1 |
* | Reduce differences with cy_pci.c: add a description of this file, and | bde | 2004-05-01 | 1 | -3/+7 |
* | Build gpt(8) on all platforms, except sparc64. Currently gpt(8) is | marcel | 2004-05-01 | 1 | -2/+4 |
* | Add missing word | brueffer | 2004-05-01 | 2 | -2/+2 |
* | Adjust pathnames for the move from i386/isa to dev/cy. | bde | 2004-05-01 | 3 | -15/+16 |
* | New header for exporting declarations of things not closely related to | bde | 2004-05-01 | 1 | -0/+36 |
* | Removed bits related to isa configuration. These have been moved to | bde | 2004-05-01 | 1 | -108/+0 |
* | Remove bits not related to isa configuration. This file was repo-copied | bde | 2004-05-01 | 1 | -2863/+0 |
* | - Remove obsolete examples. | nyan | 2004-05-01 | 2 | -64/+50 |
* | Merged from sys/dev/sio/sio.c revision 1.428. | nyan | 2004-05-01 | 2 | -98/+152 |
* | Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointing | scottl | 2004-05-01 | 1 | -1/+1 |
* | Re-indent some silly sub-blocks in asr_attach(). | scottl | 2004-05-01 | 1 | -147/+129 |
* | Remove ASR_get_sc() and reference the softc in the dev_t. For some nefarious | scottl | 2004-05-01 | 1 | -23/+8 |
* | Remove the DOMINO and MODE0 device attachments. They never did anything. | scottl | 2004-05-01 | 1 | -128/+20 |
* | Verify the MADT checksum before using the table. | marcel | 2004-05-01 | 1 | -2/+5 |
* | Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator | smkelly | 2004-05-01 | 1 | -154/+173 |
* | m4 script to test the functionality of math operators in eval(). | smkelly | 2004-05-01 | 1 | -0/+181 |
* | More whitespace style cleanups, also remove unneeded (void *) casts for bzero(). | scottl | 2004-05-01 | 1 | -33/+30 |
* | Many more style cleanups. Switch complex macros to being inline functions. | scottl | 2004-05-01 | 1 | -150/+139 |
* | A new version that does exponents and lots of other neat things. Update | smkelly | 2004-05-01 | 2 | -118/+670 |
* | Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomes | scottl | 2004-05-01 | 1 | -367/+227 |
* | For both ifconfig and route if we didn't get enough memory from the | ambrisko | 2004-04-30 | 2 | -6/+32 |
* | Some enhancements and bug fix. | ambrisko | 2004-04-30 | 4 | -49/+81 |
* | Small timer cleanups: | wpaul | 2004-04-30 | 2 | -24/+25 |
* | Remove the GNU patch(1) sources that were committed to HEAD. | marius | 2004-04-30 | 2 | -1088/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r128777, | marius | 2004-04-30 | 36 | -13916/+0 |
* | Some cleanups to the nexus code: | tmm | 2004-04-30 | 2 | -126/+50 |
* | Remove inclusion of opt_ebus.h. | tmm | 2004-04-30 | 1 | -2/+0 |
* | Do at better job at unit numbering. | sos | 2004-04-30 | 1 | -9/+18 |
* | Remove the source file for the sio(4) EBus attachment here, too. | marius | 2004-04-30 | 1 | -4/+0 |
* | Speed up hardlink detection by using a self-sizing hash | kientzle | 2004-04-30 | 1 | -32/+141 |
* | Remove the sio EBus attachment, which never worked with an unpatched | tmm | 2004-04-30 | 2 | -115/+0 |
* | Checkpoint commit for an alternative WIP kernel module loader that isn't | peter | 2004-04-30 | 1 | -1058/+695 |
* | - Look into geom/gate/ and geom/concat/ for includes. | pjd | 2004-04-30 | 1 | -2/+3 |
* | Add g_concat.h and g_gate.h to be installed in | pjd | 2004-04-30 | 1 | -0/+4 |
* | Spring cleanup of macros | sos | 2004-04-30 | 11 | -100/+45 |
* | GEOM Gate network daemon. | pjd | 2004-04-30 | 3 | -0/+774 |
* | GEOM Gate network client and control utility. | pjd | 2004-04-30 | 3 | -0/+708 |
* | GEOM Gate local control utility. | pjd | 2004-04-30 | 3 | -0/+497 |
* | Stuff shared between ggate utilities. | pjd | 2004-04-30 | 2 | -0/+473 |
* | Makefile for building ggate utilities: ggatel(8), ggatec(8), ggated(8). | pjd | 2004-04-30 | 1 | -0/+5 |
* | Makefile for geom_gate.ko. | pjd | 2004-04-30 | 1 | -0/+8 |
* | Kernel bits of GEOM Gate. | pjd | 2004-04-30 | 2 | -0/+775 |
* | Remove the EBUS_DEBUG and IOMMU_DEBUG options, which are not used any | tmm | 2004-04-30 | 1 | -3/+0 |
* | Remove the separate kernel option for Sun APB PCI-PCI bridges and make | marius | 2004-04-30 | 3 | -3/+1 |
* | Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64. | marius | 2004-04-30 | 1 | -1/+1 |
* | Update the reference to the FreeBSD sparc64 mailing list, its name has | marius | 2004-04-30 | 1 | -1/+1 |
* | Sorry for doing this backwards, but as with most release related stuff | kensmith | 2004-04-30 | 2 | -4/+30 |