summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Revert part of previous commit. In alpha_platform_alloc_ide_intr(),marcel2006-04-221-6/+1
* Bump __FreeBSD_version to reflect the addition of fcloseall() to libc.deischen2006-04-221-1/+1
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Revert previous to this file before an actual request is made.trhodes2006-04-221-0/+12
* Print td_name instead of p_comm if td_name is non-empty forjhb2006-04-212-1/+3
* Use LIST_FOREACH().jhb2006-04-211-1/+1
* Free allocated environment variables after use.jkim2006-04-211-4/+12
* Don't try to kill embryonic processes in killpg1(). This preventsps2006-04-211-2/+3
* Remove unnecessary assignment.jkim2006-04-211-1/+1
* Redo some code based upon issues found by Coverity.mjacob2006-04-214-20/+16
* Change some order of the way we do some target mode ops.mjacob2006-04-211-25/+40
* Some more gratuitous format and name changes.mjacob2006-04-2110-555/+851
* In nexus_teardown_intr(), actually remove the handler.marcel2006-04-211-6/+4
* MFp4:imp2006-04-211-2/+2
* MFp4: Loop forever getting characters... A kludge for now.imp2006-04-211-1/+1
* MFp4: Integrate support for building tag support for linux booting.imp2006-04-211-0/+7
* MFp4:imp2006-04-211-5/+2
* Move from arm_init.s -> .S. #ifdef linux vs freebsd defaults for theimp2006-04-212-13/+10
* Add minidump.h for pc98.nyan2006-04-211-0/+6
* MFi386: revision 1.554 (add minidump_machdep.c).nyan2006-04-211-0/+1
* MFi386: revision 1.625.nyan2006-04-211-2/+15
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-2115-6/+184
* MFp4: formatting nits and minor style changes that likely won't matter.imp2006-04-211-2/+2
* Allow one to enable building tags. Check the size of the boot imag.imp2006-04-211-2/+15
* MFp4:imp2006-04-211-1/+13
* MFp4:imp2006-04-211-1/+3
* It seems that POSIX would rather ENODEV returned in place of EINVAL whentrhodes2006-04-211-1/+1
* Remove what I believe are two useless ifdefs. If a user or administratortrhodes2006-04-211-12/+0
* MFp4:imp2006-04-211-2/+2
* spi flash updating boot loader. upload this file for the recoveryimp2006-04-213-0/+92
* iic eeprom updating boot loader. upload this file for the recoveryimp2006-04-213-0/+98
* Add boot0iic and boot0spi. These are 'shortcut' boot loaders designedimp2006-04-211-1/+1
* Oops. Minidumps were developed on 6.x, in without the small pv entry code.peter2006-04-211-0/+3
* Merge minidumps from amd64 where they were originally developed.peter2006-04-215-0/+467
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-218-3/+513
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagpjd2006-04-202-3/+2
* padlock(4) doesn't support explicitly provided keys yet.pjd2006-04-201-0/+4
* Set the rid for the resoruce obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-204-1/+4
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-206-1/+6
* Set the rid of the resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Set the rid for a resoruce allocated with rman_reserve_resource.imp2006-04-201-1/+1
* Set the rid for any resources that are allocated at the level whereimp2006-04-204-10/+29
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-206-4/+14
* Set the rid of the resource we're about to return to the user.imp2006-04-201-1/+1
* Free another memory leak when dealing with disk notification.ps2006-04-201-1/+4
* const'ify resource_spec to note that we won't be changing anything whilejmg2006-04-202-3/+5
* r_spare1 and r_spare2 aren't needed. They aren't used. They can't beimp2006-04-191-2/+0
* Remove debounce code in mpt_intr. After some reflectionmjacob2006-04-191-10/+0
* Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes ajhb2006-04-192-3/+138
OpenPOWER on IntegriCloud