| Commit message (Expand) | Author | Age | Files | Lines |
* | Fully prototype physio(). | phk | 1995-11-20 | 2 | -6/+6 |
* | Fix #includes. | phk | 1995-11-20 | 1 | -2/+3 |
* | fix #includes & warnings. | phk | 1995-11-20 | 2 | -35/+4 |
* | Add a couple of the easy prototypes. | phk | 1995-11-20 | 1 | -12/+33 |
* | Fix compiler warnings. | phk | 1995-11-20 | 2 | -5/+4 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 13 | -144/+39 |
* | Put cbstat() under #ifdef DDB | phk | 1995-11-20 | 2 | -8/+6 |
* | Remove unused var. | phk | 1995-11-20 | 2 | -4/+3 |
* | Fix compiler warnings. | phk | 1995-11-20 | 6 | -87/+84 |
* | move variables inside the #ifdef. | phk | 1995-11-20 | 1 | -3/+5 |
* | Change call to kern_sysctl to userland_sysctl. Not tested. | phk | 1995-11-20 | 1 | -4/+6 |
* | Remove unused vars. | phk | 1995-11-20 | 7 | -23/+14 |
* | Close the "unused" warning for things in linker-sets. | phk | 1995-11-20 | 2 | -7/+13 |
* | Fix a printf. | phk | 1995-11-20 | 1 | -1/+1 |
* | brought up-to-date with regards to some aspects of the scsi system | julian | 1995-11-20 | 1 | -56/+90 |
* | Yet another small block FS bug fix. | dyson | 1995-11-20 | 1 | -2/+2 |
* | Since FreeBSD clustering code now supports filesystems < PAGE_SIZE, | dyson | 1995-11-20 | 2 | -4/+12 |
* | Fix more clustering bugs for FSes with block sizes < PAGE_SIZE. | dyson | 1995-11-20 | 1 | -6/+2 |
* | Trim #includes to those that are necessary; other cosmetic changes. | dg | 1995-11-20 | 1 | -15/+10 |
* | Bring 2.1 changes back into the head. | jfieber | 1995-11-20 | 8 | -469/+1005 |
* | First set of changes to eliminate the ad-hoc device buffer queues, | dyson | 1995-11-19 | 9 | -81/+71 |
* | Changed an incorrect splhigh to splbio. | dyson | 1995-11-19 | 1 | -2/+2 |
* | Correct some serious porting errors. The worst one was that the | dyson | 1995-11-19 | 6 | -18/+82 |
* | General fixes to the vfs clustring code: | dyson | 1995-11-19 | 1 | -1/+5 |
* | General fixes to the vfs clustring code: | dyson | 1995-11-19 | 4 | -167/+98 |
* | Add Polish site to Mirrors. | jkh | 1995-11-19 | 1 | -1/+13 |
* | i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS | dg | 1995-11-19 | 3 | -6/+6 |
* | Change incorrect '#if EXT2FS' to '#ifdef EXT2FS' | dyson | 1995-11-19 | 1 | -17/+17 |
* | Aign! I only changed the name tag, not the URL. Now they're both in sync. | jkh | 1995-11-19 | 1 | -2/+2 |
* | Update URL for Hong Kong mirror. | jkh | 1995-11-19 | 1 | -2/+2 |
* | Add commented out msgs database cleanup to crontab | ache | 1995-11-19 | 3 | -3/+6 |
* | Add commented out msgs call | ache | 1995-11-19 | 2 | -0/+4 |
* | Default file creation mask was 666 (allow othres write anything | ache | 1995-11-19 | 1 | -2/+2 |
* | Add commented out msgs alias | ache | 1995-11-19 | 2 | -0/+6 |
* | Change owner of msgs to daemon, sendmail msgs alias not works in other case, | ache | 1995-11-19 | 1 | -2/+2 |
* | Add missing & in des_set_key argument | ache | 1995-11-19 | 1 | -1/+1 |
* | Kill setting of b_pfcent - it's unused. | dg | 1995-11-19 | 1 | -1/+0 |
* | Rup uses tm_yday in its uptime printout, but ignores tm_year. This means | wpaul | 1995-11-19 | 1 | -3/+11 |
* | Fixed settimeofday(): | bde | 1995-11-19 | 1 | -5/+7 |
* | Moved the prototype for setsigvec() from kern_sig.c to signalvar.h. | bde | 1995-11-19 | 1 | -3/+4 |
* | Added a missing splx(s). | dyson | 1995-11-18 | 1 | -2/+4 |
* | Fix my own brokeness for the colon operator, when one of the arguments | joerg | 1995-11-18 | 1 | -33/+31 |
* | Andreas Klemm's patch set for dump(8), with some minor (cosmetic) | joerg | 1995-11-18 | 5 | -17/+56 |
* | Fixed the type of a function pointer. | bde | 1995-11-18 | 1 | -3/+3 |
* | Fixed a comment. | bde | 1995-11-18 | 1 | -2/+2 |
* | Added bogus casts to avoid warnings. | bde | 1995-11-18 | 1 | -5/+12 |
* | KNFized spec_getpages_idone() and spec_getpages(). | bde | 1995-11-18 | 2 | -86/+86 |
* | Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIR | bde | 1995-11-18 | 2 | -2/+10 |
* | Fixed afterinstall rule: | bde | 1995-11-18 | 1 | -3/+5 |
* | Improved formatting. | bde | 1995-11-18 | 1 | -5/+8 |