summaryrefslogtreecommitdiffstats
path: root/sys
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
* 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
* 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
* 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
* Kill setting of b_pfcent - it's unused.dg1995-11-191-1/+0
* 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
* 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
* Improved formatting.bde1995-11-181-5/+8
* Cleaned up SA_NODEFER changes.bde1995-11-181-6/+6
* Moved bogusly placed #endif that hid some prototypes.bde1995-11-181-1/+1
* Updated comments. The comments about the unused addresses get brokenbde1995-11-182-48/+60
* Fixed the types of the apm hook functions.bde1995-11-181-7/+12
* Fixed the types of the apm hook functions.bde1995-11-181-15/+27
* Fixed the type of a timeout function.bde1995-11-182-4/+16
* Fixed staticization - use `static' in function headers, not just inbde1995-11-182-38/+38
* Fixed a bogus include path.bde1995-11-181-2/+9
* Staticized an inline function. All inlines in kernel headers should bebde1995-11-182-4/+4
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forbde1995-11-183-42/+6
* Fixed the type of a timeout function.bde1995-11-181-9/+5
* Fixed the type of vm_fault_quick() - don't convert types back and forthbde1995-11-182-18/+36
* Fixed handling of trace traps when cons_unavail is set. Added commentsbde1995-11-182-12/+46
* Restored the device-driverness off wd.c. It got lost when wdc wasbde1995-11-182-8/+8
* Removed bogus padding that wasted 0x500 bytes.bde1995-11-182-14/+12
OpenPOWER on IntegriCloud