summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-032-70/+198
* Fix locking on reinit.sos2003-05-031-4/+16
* Add the pdc20268r as candidate for the TX test.sos2003-05-031-1/+1
* Use C99 for the kernel.obrien2003-05-031-1/+1
* This commit was generated by cvs2svn to compensate for changes in r114584,imp2003-05-031-1/+1
|\
| * Fix halt -p. I've done this with an import because kochi-san reportsimp2003-05-031-1/+1
* | Regen.akiyama2003-05-032-2/+25
* | Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-0310-0/+2082
* | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'talc2003-05-032-5/+7
* | Add a OAM interface for changing the label and writing the boot code.phk2003-05-031-26/+126
* | - Fix breakage on PAE enabled kernelpdeuskar2003-05-032-8/+10
* | remove unused variables.phk2003-05-031-2/+0
* | Move a declaration to its proper place.alc2003-05-032-1/+1
* | Spell cpu_switch correctly.peter2003-05-031-1/+1
* | Force PnP devices to set SMIT mode.nyan2003-05-031-0/+9
* | Fix off-by-one bug.nyan2003-05-031-3/+3
* | Repocopy *.s to *.Speter2003-05-0310-1621/+3
* | Fix three problems in large (>2TB) device handling:ken2003-05-031-2/+2
* | Rename amd64/*.s to amd64/*.Speter2003-05-031-5/+5
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-023-269/+150
* | - Bus DMA'fy the driverpdeuskar2003-05-022-237/+459
* | Option KADB does not exist. It came from alpha, where it still exists.marcel2003-05-021-3/+0
* | Pull in bcopy() prototype from <string.h> when compiled in userland.phk2003-05-021-0/+2
* | Add untested support for the Broadcom 5704.ps2003-05-024-0/+17
* | Lock access to the vm_object's flags in vop_stdcreatevobject().alc2003-05-021-1/+4
* | Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
* | Fix printf format errors.jake2003-05-021-2/+2
* | Add flushing of devices on shutdown.sos2003-05-023-26/+40
* | Style improvement.phk2003-05-021-4/+3
* | Use g_wither_geom() and plug memory leaks.phk2003-05-021-4/+4
* | Plug memory leaks.phk2003-05-021-0/+16
* | Add ioctl to add a spare disk to a RAID array.sos2003-05-024-33/+90
* | Add function to add spare disk to raid.sos2003-05-021-0/+4
* | Dont try to call detached interrupt routine.sos2003-05-021-2/+3
* | Use an uma-zone for allocation bio requests.phk2003-05-021-13/+10
* | IPLware support. The `IPLware' program assumes boot menu programkato2003-05-021-0/+4
* | Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+2
* | Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+1
* | Use g_slice_spoiled().phk2003-05-021-3/+5
* | Back out all the stuff that didn't belong in the last commit.phk2003-05-028-45/+27
* | Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-029-28/+47
* | Use g_slice_spoiled() not g_std_spoiled()phk2003-05-021-1/+1
* | Use g_slice_spoiled() rather than g_std_spoiled()phk2003-05-021-2/+2
* | Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-1/+1
* | Use a more tailored spoil routine for slices, and take advantage ofphk2003-05-022-15/+20
* | Style improvement.phk2003-05-021-4/+2
* | Use g_wither_geom() for cleanup.phk2003-05-022-6/+4
* | Call g_wither_geom(), instead of just setting the flag.phk2003-05-021-3/+13
* | Fix typo in last commitjulian2003-05-021-1/+1
* | Rework the "withering" mechanism:phk2003-05-022-17/+47
OpenPOWER on IntegriCloud