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