summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Load the full symbol tables if they are present. This means that ddbpeter1998-10-132-20/+156
* Fixed two potentially serious classes of bugs:dg1998-10-136-28/+25
* UnVMIO vnodes of block devices when they are no longer in use. (Somedt1998-10-122-4/+26
* Only print kernel entry point during load.peter1998-10-122-42/+216
* Relocate a few extra addresses that are stored as physical addresses viapeter1998-10-121-3/+7
* If an ELF executable has a recognized brand, then believe it.jdp1998-10-111-59/+48
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* Display module type as well as module name when we find one preloaded.peter1998-10-101-3/+8
* Use Mike Smith's linker module search path code.peter1998-10-101-16/+261
* Keep track of the containing file for modules. This is a bit of a hack,peter1998-10-101-7/+11
* Updates for alignment rounding. XXX this is highly machine dependent andpeter1998-10-091-15/+134
* Fully implement KLD and preloading.peter1998-10-092-106/+284
* Updates for KLD backends.peter1998-10-091-34/+102
* Implement merging SYSINIT's from preloaded KLD modules. This means wepeter1998-10-091-12/+68
* Don't try to initialise the environment out of a sysinit, it's handledmsmith1998-10-091-10/+1
* Fix damaged comment.jkh1998-10-091-1/+2
* Kernel environment access, preloaded module lookup.msmith1998-10-092-0/+270
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-081-1/+6
* Cast the return value of tvtohz() from a long to an int to satisfy thealex1998-10-062-4/+4
* Make sure that the argv pointers for init are aligned to the correctdfr1998-10-061-2/+2
* Make the printf when busy_time < 0 a little more descriptive. This mayken1998-10-061-2/+4
* Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS,obrien1998-10-051-2/+3
* Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD eventdfr1998-10-031-1/+2
* Don't call DEVICE_DETACH directly, always go through the device_detach()dfr1998-10-031-4/+4
* Fix a bug which caused the dynamic linker pathname in the PT_INTERPjdp1998-10-031-11/+7
* Start using the new SWI registration system instead of hardwiring everything.dfr1998-09-261-9/+13
* PR: kern/7418dillon1998-09-261-1/+14
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-9/+1
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-242-72/+30
* Fix precedence bug, so that kernel dump works.dt1998-09-201-2/+2
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-5/+5
* Document BUS_CREATE_INTR and BUS_CONNECT_INTR.dfr1998-09-161-3/+8
* Restore the core-dumping of all writable segments for ELF executables,jdp1998-09-161-80/+188
* Erk. Revert back to 1.31, dumping only data and stack to the corejdp1998-09-151-200/+68
* When choosing segments to write to the core file, don't assume thatjdp1998-09-151-2/+3
* Instead of just the data and stack segments, include all writablejdp1998-09-151-68/+199
* kern_clock.c:gibbs1998-09-153-48/+9
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-151-26/+52
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-84/+67
* New Kernel device statistics code.gibbs1998-09-151-0/+245
* Remove includes that are no longer needed, now that the core dumpingjdp1998-09-141-9/+1
* Viola! The kernel now generates standard ELF core dumps for ELFjdp1998-09-141-16/+280
* Remove the SLICE code.sos1998-09-145-22/+5
* Add provisions for variant core dump file formats, depending on thejdp1998-09-144-104/+115
* Implement dynamic loading for ELF.dfr1998-09-112-372/+820
* Avoid a possible memory leak.dfr1998-09-111-2/+8
* Don't keep the underlying directory locked while performing the filetegge1998-09-102-8/+32
* Don't use CTL_VFS at the wrong level. This caused loops in the sysctlbde1998-09-091-3/+2
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-4/+9
OpenPOWER on IntegriCloud