| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from sys/i386/isa/isa_compat.h revision 1.27. | kato | 2000-03-01 | 1 | -1/+1 |
* | Merged from sys/i386/i386/userconfig.c revision 1.174. | kato | 2000-03-01 | 1 | -1/+1 |
* | Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385. | kato | 2000-03-01 | 2 | -0/+184 |
* | Merged from sys/i386/conf/GENERIC revisions 1.243, 1.244 and 1.245. | kato | 2000-03-01 | 2 | -2/+8 |
* | Merged from files.i386 rev 1.307. | kato | 2000-03-01 | 1 | -1/+1 |
* | Disconnect pcfclock from the build until it works on the Alpha. | sheldonh | 2000-03-01 | 1 | -1/+1 |
* | Set default revive block size to 64 kB. | grog | 2000-03-01 | 1 | -1/+2 |
* | Tidy up splbio() protection. | grog | 2000-03-01 | 1 | -18/+8 |
* | vinumstrategy: Don't count the read and written bytes before they're | grog | 2000-03-01 | 1 | -16/+7 |
* | Add keywords raid4 and partition. | grog | 2000-03-01 | 1 | -1/+1 |
* | complete_rqe: Handle volume read stats here with other objects. | grog | 2000-03-01 | 1 | -1/+5 |
* | The "sdl_family" field in a "struct sockaddr_dl" will be equal | archie | 2000-03-01 | 1 | -1/+1 |
* | Fix a superuser credential check. | bsd | 2000-02-29 | 1 | -1/+3 |
* | Add DVD-RAM support. | sos | 2000-02-29 | 2 | -14/+60 |
* | Add a little more history of when netgraph appeared in FreeBSD. | billf | 2000-02-29 | 1 | -1/+3 |
* | Fix panic when doing keep-state and "forward". | luigi | 2000-02-29 | 1 | -69/+68 |
* | Only read user data when blocksize != 2048, this "read the works" | sos | 2000-02-29 | 1 | -1/+1 |
* | Enable pcfclock as a kernel loadable module. | sheldonh | 2000-02-29 | 2 | -1/+9 |
* | 'driver support' -> 'driver supports' | billf | 2000-02-29 | 1 | -1/+1 |
* | If a driver probe fails, unset it from the device. This fixes a problem | dfr | 2000-02-29 | 1 | -1/+3 |
* | * Fix the memory probing code so that it sees all memory clusters, not | dfr | 2000-02-29 | 3 | -53/+43 |
* | Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with | grog | 2000-02-29 | 1 | -14/+19 |
* | plex_org: Add case for RAID-4. | grog | 2000-02-29 | 1 | -14/+18 |
* | set_drive_state: update subdisk states more correctly. | grog | 2000-02-29 | 1 | -76/+91 |
* | Fix horrible, embarrassing breakage which caused occasional panics and | grog | 2000-02-29 | 1 | -181/+177 |
* | launch_requests: If too many requests are active, include PCATCH in | grog | 2000-02-29 | 1 | -28/+21 |
* | Add support for RAID-4. This is the only change which is needed for | grog | 2000-02-29 | 1 | -3/+6 |
* | Malloc: Save the caller's file name in the correct entry. | grog | 2000-02-29 | 1 | -2/+2 |
* | Add keywords 'partition' and 'raid4'. | grog | 2000-02-29 | 1 | -0/+2 |
* | Modify comments to indicate that RAID-5 functions also apply to | grog | 2000-02-29 | 2 | -8/+6 |
* | open_drive: open drives directly rather than going via namei and | grog | 2000-02-29 | 1 | -198/+126 |
* | Remove references to vnode pointers, including debug output. Vinum | grog | 2000-02-29 | 1 | -14/+2 |
* | Remove declarations of read_drive and write_drive and replace them | grog | 2000-02-29 | 1 | -2/+6 |
* | Add support for RAID-4, even though it is inferior in almost every way | grog | 2000-02-29 | 1 | -51/+73 |
* | Change the startup sequence of the vinum volume from SI_SUB_DRIVERS | grog | 2000-02-29 | 1 | -5/+10 |
* | Cosmetic changes. | grog | 2000-02-29 | 2 | -6/+7 |
* | Add in mailbox return codes for failed fabric logins (port_id_used, | mjacob | 2000-02-29 | 1 | -0/+23 |
* | Minor non-FreeBSD changes (keeping source sync'd). | mjacob | 2000-02-29 | 1 | -8/+19 |
* | Prettier print of fabric devices being attached- say what kind of | mjacob | 2000-02-29 | 1 | -9/+59 |
* | Slightly cleaner fabric support (whiter whites! redder reds!).. No, | mjacob | 2000-02-29 | 1 | -124/+138 |
* | Clean up defines for correct 12160/1080 exclusion. Final 4.0. | mjacob | 2000-02-29 | 2 | -6/+6 |
* | Some minor fixing - final for 4.0. Debugging messages toned down a bit. | mjacob | 2000-02-29 | 1 | -21/+15 |
* | Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinum | grog | 2000-02-29 | 1 | -0/+1 |
* | Limit the maximum permissible TCP window size to 65535 octets if | ps | 2000-02-28 | 2 | -2/+8 |
* | Reset the hardware debug registers when exec'ing a new image. | bsd | 2000-02-28 | 2 | -0/+44 |
* | This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This | guido | 2000-02-28 | 1 | -1/+9 |
* | Fix accept(2) behavior in that accepted sockets don't inherit the | marcel | 2000-02-28 | 2 | -2/+40 |
* | Fixed configuration of fast interrupts for the pci cy driver. They were | bde | 2000-02-28 | 1 | -1/+1 |
* | Fixed configuration of fast interrupts for the isa cy driver. They were | bde | 2000-02-28 | 1 | -1/+1 |
* | Update a comment in elf_coredump to reflect that if you madvise | ps | 2000-02-28 | 1 | -2/+3 |