]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Override for ELF. Override .s.o suffix rule.
[FreeBSD/FreeBSD.git] / sys / kern /
1998-10-10 katomp_machdep.c: Set a vector to boot code (PC-98).
1998-10-10 katoPC-98 doesn't have CMOS ram.
1998-10-10 peterDisplay module type as well as module name when we...
1998-10-10 peterUse Mike Smith's linker module search path code.
1998-10-10 peterKeep track of the containing file for modules. This...
1998-10-09 peterUpdates for alignment rounding. XXX this is highly...
1998-10-09 peterFully implement KLD and preloading.
1998-10-09 peterUpdates for KLD backends.
1998-10-09 peterImplement merging SYSINIT's from preloaded KLD modules...
1998-10-09 msmithDon't try to initialise the environment out of a sysini...
1998-10-09 jkhFix damaged comment.
1998-10-09 msmithKernel environment access, preloaded module lookup.
1998-10-08 katoBIOS ROM base address is 0xe8000 on PC-98.
1998-10-06 alexCast the return value of tvtohz() from a long to an...
1998-10-06 dfrMake sure that the argv pointers for init are aligned...
1998-10-06 kenMake the printf when busy_time < 0 a little more descri...
1998-10-05 obrienTaking the GENERIC kernel and commenting out MSDOSFS...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-03 dfrSend a MOD_UNLOAD event before deleting the module...
1998-10-03 dfrDon't call DEVICE_DETACH directly, always go through...
1998-10-03 jdpFix a bug which caused the dynamic linker pathname...
1998-09-26 dfrStart using the new SWI registration system instead...
1998-09-26 dillonPR: kern/7418
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-25 peterGoodbye BOUNCE_BUFFERS, for a hack it has served us...
1998-09-24 luoqiEliminate a race in VOP_FSYNC() when softupdates is...
1998-09-20 dtFix precedence bug, so that kernel dump works.
1998-09-20 kenChange the devstat generation number from an int to...
1998-09-16 dfrDocument BUS_CREATE_INTR and BUS_CONNECT_INTR.
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 jdpRestore the core-dumping of all writable segments for...
1998-09-15 jdpErk. Revert back to 1.31, dumping only data and stack...
1998-09-15 jdpWhen choosing segments to write to the core file, don...
1998-09-15 jdpInstead of just the data and stack segments, include...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 gibbskern_clock.c:
1998-09-15 gibbsWhen a buffer is removed from a buffer queue, remember...
1998-09-15 gibbsAdd a new at_shutdown queue, SHUTDOWN_FINAL. This...
1998-09-15 gibbsNew Kernel device statistics code.
1998-09-14 jdpRemove includes that are no longer needed, now that...
1998-09-14 jdpViola! The kernel now generates standard ELF core...
1998-09-14 sosRemove the SLICE code.
1998-09-14 jdpAdd provisions for variant core dump file formats,...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-11 dfrImplement dynamic loading for ELF.
1998-09-11 dfrAvoid a possible memory leak.
1998-09-10 teggeDon't keep the underlying directory locked while perfor...
1998-09-09 bdeDon't use CTL_VFS at the wrong level. This caused...
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-07 bdeMade unloading of the nfs LKM sort of work. This is...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-06 teggeMaintain a mapping from irq number to (ioapic number...
1998-09-06 acheStore formatted panic string in static buffer to make...
1998-09-05 bdeIgnore the statically configured vfs type numbers and...
1998-09-05 bdeInstantiate `nfs_mount_type' in a standard file so...
1998-09-05 bdeFixed bogotification of pseudocode for syscall args...
1998-09-05 phkAdd a new vnode op, VOP_FREEBLKS(), which filesystems...
1998-09-05 bdeFixed recently perpetrated printf format errors.
1998-09-04 achemake sbflush panic messages more descriptive
1998-09-04 dfrCosmetic changes to the PAGE_XXX macros to make them...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-08-31 wollmanBow to tradition and correctly implement the bogus...
1998-08-31 wollmanCorrectly set the return length regardless of the relat...
1998-08-31 kato- hw.machine_arch returns cpu architecture type.
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-29 bdeOops, the previous revision unconfigured too much pre...
1998-08-28 luoqiClose a race window for getnewbuf() between shared...
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-26 dillon priority comparison in maybe_resched() didn't work...
1998-08-25 phkFix DDBs printing of buf-flags after I changed them...
1998-08-24 phkRemove the last remaining evidence of B_TAPE.
1998-08-24 dfrChange various syscalls to use size_t arguments instead...
1998-08-24 dfrRegnerate.
1998-08-24 dfrFix a few syscall arguments to use size_t instead of...
1998-08-24 dfrAdd partial KLD support for ELF. The module loading...
1998-08-24 bdeFixed printf format errors. Only one left in LINT...
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-23 phkremove bdevsw arg from dsopen();
1998-08-23 desDon't check minor number of dump device at all.
1998-08-23 bdeFixed printf format errors.
1998-08-23 bdeAdded D_TTY to the cdevswitch flags for all tty drivers...
1998-08-23 wollmanYow! Completely change the way socket options are...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 bdeMoved `nx' functions to the one place where they are...
1998-08-19 desInclude opt_devfs.h which defines SLICE, to make previo...
1998-08-19 sosMake struct buf->b_offset reflect the real byte offset...
1998-08-19 bdeA limit of 200000 for the output buffer high watermark...
1998-08-18 msmith Presently there is only one `currentldt' variab...
1998-08-17 bdeFixed nonsense overflow checking (checking that a long...
1998-08-16 desEnable kernel dumps on SLICE systems.
1998-08-16 jdpMake ELF kernels build again.
1998-08-16 bdeUse [u]intptr_t instead of [u_]long for casts between...
1998-08-16 bdepmap.c:
1998-08-15 bdeOops, the printf format error fixes confused curp-...
1998-08-13 dfrProtect all modifications to v_numoutput with splbio().
next