summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-231-1/+5
* Make NFS loadable.wollman1994-09-221-1/+9
* More loadable VFS changes:wollman1994-09-222-10/+2
* mount.h: Declare getvfs* functions from libc.wollman1994-09-221-2/+2
* Fix a few niggling little bugs:wollman1994-09-211-6/+3
* Fix compiler warnings.bde1994-09-211-2/+4
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-217-479/+143
* Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requiresbde1994-09-201-3/+3
* oget/sethostname: add missing argument to kern_sysctlache1994-09-191-3/+3
* sysctl incorrectly check name[2] instead of name[1]ache1994-09-191-2/+2
* Add vm/vm.h for complete sysctl type.ache1994-09-191-1/+1
* Reversed last revision which was a mistake.dfr1994-09-191-1/+0
* Added msdosfs.dfr1994-09-193-4/+27
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-188-38/+2007
* Got rid of compiler warnings.dg1994-09-172-13/+8
* Added code for FreeBSD-1.1.5 backwards compatibility.dfr1994-09-161-3/+62
* KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP sectionache1994-09-161-4/+1
* Supply prototypes for some functions that were implicitly declared andbde1994-09-152-3/+5
* KERN_ADJKERNTZ added in preparation of resettodr() implementationache1994-09-141-1/+4
* Added missing #ifdef SYSVSHM.dg1994-09-141-1/+3
* Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).dg1994-09-132-6/+2
* Added SYSV ipcs.dfr1994-09-1310-6/+2635
* Forgot to check this important file in.wollman1994-09-131-20/+32
* Added namespace information for future pollution-control measures.wollman1994-09-133-245/+249
* Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - elsedg1994-09-121-3/+5
* Delete the extra's int nosys(); declarations like the new makesyscall.shats1994-09-111-5/+2
* Change the makesyscalls.sh to only generate one line for the externalats1994-09-111-2/+5
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-091-1/+4
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-081-8/+7
* Whoops, accidently left out some pieces of the munmapfd patch.dg1994-09-021-1/+2
* Make sure that uio_resid isn't negative in read().dg1994-09-021-1/+5
* Disallow truncating to negative file sizes. Doing so causes ffs_truncate()dg1994-09-022-2/+10
* munmapfd() was being called with one too few params - bug introduceddg1994-09-021-2/+2
* Make olstat() consistent with lstat() - so they both return the samedg1994-09-022-14/+74
* Fixed bug that caused system processes to run at realtime priority.dg1994-09-011-4/+3
* Realtime priority scheduling support.dg1994-09-012-4/+5
* Realtime priority scheduling support.dg1994-09-016-12/+87
* Conditionalized support for syscons as the console so that it can bedg1994-08-311-1/+6
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-311-1/+3
* Cleaned up after Bruce: there were still some things that includeddg1994-08-301-9/+1
* Changed to reclaim memory from other buffers to eliminate memorydg1994-08-301-2/+37
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-292-6/+38
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-276-22/+75
* Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out untilwollman1994-08-263-8/+10
* Oops didn't check that init_sysent.c was generated proberly. Fixed.sos1994-08-262-4/+4
* Changes to new sysent structure. TODO MOD_EXEC support.sos1994-08-261-12/+17
* Support speeds 57600 and 115200.bde1994-08-251-12/+16
* Changes preparing for iBCS supportsos1994-08-246-28/+51
OpenPOWER on IntegriCloud