summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the misspelling of DPADD, then fix "make checkdpadd".ru2003-05-031-1/+1
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].obrien2003-05-036-13/+12
* Use UFS1 for the floppies instead of UFS2scottl2003-05-031-2/+2
* The author wanted stringification, not concatenation.obrien2003-05-031-1/+2
* Don't shaddow exp(3).obrien2003-05-031-6/+5
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-032-70/+198
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-0342-160/+130
* 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
* | Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-0317-148/+161
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and itmarkm2003-05-031-13/+17
* | Duplicate "from".keramida2003-05-031-1/+1
* | Remove some games/ cruft that is no longer of relevance.markm2003-05-032-8/+0
* | Fix a shedload of warnings, some memory leaks and clean up WARNSmarkm2003-05-031-39/+61
* | Regen.akiyama2003-05-032-2/+25
* | Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-0314-2/+2213
* | Fix format warning. This is WARNS=9, std=c99 clean on i386.markm2003-05-031-1/+1
* | Fix warnings. This is now WARNS=9, std=c99 clean in i386.markm2003-05-031-9/+10
* | More axe-work:phk2003-05-032-683/+192
* | Slightly tweak the rc update text, since things changed slightly afterdougb2003-05-032-4/+10
* | Added OpenBSD 3.3wosch2003-05-031-1/+2
* | Some minor remodelling with a large axe.phk2003-05-031-279/+171
* | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'talc2003-05-032-5/+7
* | Use new geom.ctl based OAM instead of ioctls.phk2003-05-032-95/+100
* | 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
* | Preserve directory structure in PRESERVED_FILES_DIR to avoiddougb2003-05-031-2/+2
* | 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
* | bsd_disklabel_le_dec() takes an extra argument now.phk2003-05-021-1/+2
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-023-269/+150
* | Hook rc.sendmail back up, it was removed prematurelydougb2003-05-021-1/+1
* | - 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
* | Vastly simplify architecture handling: Use properties of label asphk2003-05-021-124/+19
* | Default the location to the compiled for architecture if no -m arg specified.phk2003-05-021-3/+9
* | Add three global variables which contain the location, size and a flagphk2003-05-021-37/+20
* | Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.phk2003-05-021-1/+3
* | 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
OpenPOWER on IntegriCloud