| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID over rcsid[]. | obrien | 2003-05-03 | 32 | -80/+86 |
* | This is WARNS=2 clean. | obrien | 2003-05-03 | 1 | -0/+1 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 62 | -242/+169 |
* | Fix long constant usage for i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Lock the vm_object on entry to vm_object_vndeallocate(). | alc | 2003-05-03 | 2 | -1/+9 |
* | Fix a broken reference to locale(5) and point to re_format(7) too for an | keramida | 2003-05-03 | 1 | -2/+3 |
* | Forget about rev 1.23. -$ is now spelled -fno-dollars-in-identifiers. | obrien | 2003-05-03 | 1 | -0/+1 |
* | GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers). | obrien | 2003-05-03 | 1 | -1/+0 |
* | Fix the misspelling of DPADD, then fix "make checkdpadd". | ru | 2003-05-03 | 1 | -1/+1 |
* | Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. | obrien | 2003-05-03 | 6 | -13/+12 |
* | Use UFS1 for the floppies instead of UFS2 | scottl | 2003-05-03 | 1 | -2/+2 |
* | The author wanted stringification, not concatenation. | obrien | 2003-05-03 | 1 | -1/+2 |
* | Don't shaddow exp(3). | obrien | 2003-05-03 | 1 | -6/+5 |
* | - Move bge_phy_hack into the phy code and implement the various DSP | ps | 2003-05-03 | 2 | -70/+198 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 42 | -160/+130 |
* | Fix locking on reinit. | sos | 2003-05-03 | 1 | -4/+16 |
* | Add the pdc20268r as candidate for the TX test. | sos | 2003-05-03 | 1 | -1/+1 |
* | Use C99 for the kernel. | obrien | 2003-05-03 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r114584, | imp | 2003-05-03 | 1 | -1/+1 |
|\ |
|
| * | Fix halt -p. I've done this with an import because kochi-san reports | imp | 2003-05-03 | 1 | -1/+1 |
* | | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 17 | -148/+161 |
* | | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | markm | 2003-05-03 | 1 | -13/+17 |
* | | Duplicate "from". | keramida | 2003-05-03 | 1 | -1/+1 |
* | | Remove some games/ cruft that is no longer of relevance. | markm | 2003-05-03 | 2 | -8/+0 |
* | | Fix a shedload of warnings, some memory leaks and clean up WARNS | markm | 2003-05-03 | 1 | -39/+61 |
* | | Regen. | akiyama | 2003-05-03 | 2 | -2/+25 |
* | | Add RealTek RTL8150 USB to fast Ethernet controller driver. | akiyama | 2003-05-03 | 14 | -2/+2213 |
* | | Fix format warning. This is WARNS=9, std=c99 clean on i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | | Fix warnings. This is now WARNS=9, std=c99 clean in i386. | markm | 2003-05-03 | 1 | -9/+10 |
* | | More axe-work: | phk | 2003-05-03 | 2 | -683/+192 |
* | | Slightly tweak the rc update text, since things changed slightly after | dougb | 2003-05-03 | 2 | -4/+10 |
* | | Added OpenBSD 3.3 | wosch | 2003-05-03 | 1 | -1/+2 |
* | | Some minor remodelling with a large axe. | phk | 2003-05-03 | 1 | -279/+171 |
* | | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't | alc | 2003-05-03 | 2 | -5/+7 |
* | | Use new geom.ctl based OAM instead of ioctls. | phk | 2003-05-03 | 2 | -95/+100 |
* | | Add a OAM interface for changing the label and writing the boot code. | phk | 2003-05-03 | 1 | -26/+126 |
* | | - Fix breakage on PAE enabled kernel | pdeuskar | 2003-05-03 | 2 | -8/+10 |
* | | remove unused variables. | phk | 2003-05-03 | 1 | -2/+0 |
* | | Preserve directory structure in PRESERVED_FILES_DIR to avoid | dougb | 2003-05-03 | 1 | -2/+2 |
* | | Move a declaration to its proper place. | alc | 2003-05-03 | 2 | -1/+1 |
* | | Spell cpu_switch correctly. | peter | 2003-05-03 | 1 | -1/+1 |
* | | Force PnP devices to set SMIT mode. | nyan | 2003-05-03 | 1 | -0/+9 |
* | | Fix off-by-one bug. | nyan | 2003-05-03 | 1 | -3/+3 |
* | | Repocopy *.s to *.S | peter | 2003-05-03 | 10 | -1621/+3 |
* | | Fix three problems in large (>2TB) device handling: | ken | 2003-05-03 | 1 | -2/+2 |
* | | Rename amd64/*.s to amd64/*.S | peter | 2003-05-03 | 1 | -5/+5 |
* | | bsd_disklabel_le_dec() takes an extra argument now. | phk | 2003-05-02 | 1 | -1/+2 |
* | | Make bsd_disklabel_le_enc calculate the checksum and fill it in. | phk | 2003-05-02 | 3 | -269/+150 |
* | | Hook rc.sendmail back up, it was removed prematurely | dougb | 2003-05-02 | 1 | -1/+1 |
* | | - Bus DMA'fy the driver | pdeuskar | 2003-05-02 | 2 | -237/+459 |