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