summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Only read user data when blocksize != 2048, this "read the works"sos2000-02-291-1/+1
* Enable pcfclock as a kernel loadable module.sheldonh2000-02-292-1/+9
* 'driver support' -> 'driver supports'billf2000-02-291-1/+1
* If a driver probe fails, unset it from the device. This fixes a problemdfr2000-02-291-1/+3
* * Fix the memory probing code so that it sees all memory clusters, notdfr2000-02-293-53/+43
* Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR withgrog2000-02-291-14/+19
* plex_org: Add case for RAID-4.grog2000-02-291-14/+18
* set_drive_state: update subdisk states more correctly.grog2000-02-291-76/+91
* Fix horrible, embarrassing breakage which caused occasional panics andgrog2000-02-291-181/+177
* launch_requests: If too many requests are active, include PCATCH ingrog2000-02-291-28/+21
* Add support for RAID-4. This is the only change which is needed forgrog2000-02-291-3/+6
* Malloc: Save the caller's file name in the correct entry.grog2000-02-291-2/+2
* Add keywords 'partition' and 'raid4'.grog2000-02-291-0/+2
* Modify comments to indicate that RAID-5 functions also apply togrog2000-02-292-8/+6
* open_drive: open drives directly rather than going via namei andgrog2000-02-291-198/+126
* Remove references to vnode pointers, including debug output. Vinumgrog2000-02-291-14/+2
* Remove declarations of read_drive and write_drive and replace themgrog2000-02-291-2/+6
* Add support for RAID-4, even though it is inferior in almost every waygrog2000-02-291-51/+73
* Change the startup sequence of the vinum volume from SI_SUB_DRIVERSgrog2000-02-291-5/+10
* Cosmetic changes.grog2000-02-292-6/+7
* Add in mailbox return codes for failed fabric logins (port_id_used,mjacob2000-02-291-0/+23
* Minor non-FreeBSD changes (keeping source sync'd).mjacob2000-02-291-8/+19
* Prettier print of fabric devices being attached- say what kind ofmjacob2000-02-291-9/+59
* Slightly cleaner fabric support (whiter whites! redder reds!).. No,mjacob2000-02-291-124/+138
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.mjacob2000-02-292-6/+6
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.mjacob2000-02-291-21/+15
* Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinumgrog2000-02-291-0/+1
* Limit the maximum permissible TCP window size to 65535 octets ifps2000-02-282-2/+8
* Reset the hardware debug registers when exec'ing a new image.bsd2000-02-282-0/+44
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. Thisguido2000-02-281-1/+9
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-282-2/+40
* Fixed configuration of fast interrupts for the pci cy driver. They werebde2000-02-281-1/+1
* Fixed configuration of fast interrupts for the isa cy driver. They werebde2000-02-281-1/+1
* Update a comment in elf_coredump to reflect that if you madviseps2000-02-281-2/+3
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-285-21/+52
* Fix a repetition typo about the settings the settings.green2000-02-281-1/+1
* -it do, among other things, clear out anyalfred2000-02-281-1/+1
* Completed start/join code (well only infrastructure mode)dmlb2000-02-271-115/+577
* Initial importdmlb2000-02-271-0/+541
* Wrap if_up() by splnet.shin2000-02-271-1/+7
* At detaching IPv6 raw socket, also finish IPv6 multicast router.shin2000-02-271-0/+2
* Fix the problem that caused the boot to fail when modules were loaded.sos2000-02-271-2/+2
* Do some cleanups of the IPv6 stuff. This is a non-functional change.green2000-02-274-12/+8
* Crank __FreeBSD_version for OpenSSHkris2000-02-271-1/+1
* Enable IPv6 optionsjkh2000-02-262-0/+8
* Enable IPv6 support by default.jkh2000-02-262-0/+8
* Implement queue-limiting based on bandwidth.phk2000-02-261-6/+31
* Snap shot check in.dmlb2000-02-262-180/+1304
* MCA is supported to some extent. Modify a comment that claims otherwise.mdodd2000-02-263-3/+3
* Add new oid, debug.boothowto. This allows userland apps to seejkh2000-02-251-0/+1
OpenPOWER on IntegriCloud