]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.
[FreeBSD/FreeBSD.git] / sys / kern /
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().
1998-08-12 bdeDon't configure compatibility code for pre-Lite2 mount...
1998-08-12 dfrModify the internal interfaces to the kernel linker...
1998-08-11 bdeImplemented dynamic registration of software interrupt...
1998-08-10 bdeFixed the formatting of some tables (mainly the one...
1998-08-10 phkThe machine dependent disk slice manager does not recognize
1998-08-06 dfrProtect all modifications to paging_in_progress with...
1998-08-05 bdeRemoved unused function hzto().
1998-08-05 dgMove assignment of cur_rlp to after the acquisition...
1998-08-04 phkremove nonsense code.
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-07-30 bdeAdded a flags arg to dsopen() and updated drivers....
1998-07-29 dfrOnly access an int for READU/WRITEU since that is what...
1998-07-29 dfrDefault to FreeBSD if no brand detected. This makes...
1998-07-29 bdeFixed printf format errors.
1998-07-29 bdeCentralized and optimized handling of large sectors...
1998-07-29 bdeUse the slice-relative blkno in all parts of the label...
1998-07-28 joergMake the logging of abnormally exiting processes option...
1998-07-28 bdeSet bp->b_resid for failed transfers in dscheck()....
1998-07-28 bdeUsed daddr_t's, not ints, to store disk block numbers...
1998-07-27 bdeFixed double counting of runtime after a process exits...
1998-07-27 dgOnly call m_reclaim() if M_WAIT since calling it from...
1998-07-25 bdeDon't pass the label to diskerr(), since the label...
1998-07-22 dfrAdd some very simple support for a compiled in (from...
1998-07-20 bdeInitialize more defaults for the in-core label for...
1998-07-20 bdeCleaned up rev.1.39 - the shadowing variable should...
1998-07-20 bdeMoved allocation of the slices struct to the right...
1998-07-20 bdeBacked out rev.1.43 (removed nonsense SLICE ifdef)...
1998-07-18 fennerUndo rev 1.41 until we get more details about why it...
1998-07-15 bdeChanged %n to %r in devfs name format strings. %n...
1998-07-15 bdeCast between longs and pointers via intptr_t. There...
1998-07-15 bdeCast between u_longs and object pointers via uintptr_t.
1998-07-15 bdeCast between longs and pointers via intptr_t. The...
1998-07-15 bdeCast longs to intptr_t before casting them to pointers.
1998-07-15 bdeCast pointers to intptr_t instead of or before casting...
1998-07-15 bdeCast u_longs to uintptr_t before casting them to pointe...
1998-07-15 bdeCast function pointers to uintfptr_t before casting...
1998-07-15 bdeCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-14 bdeChanged to the C9x draft spelling of the (unsigned...
1998-07-13 bdeFixed printf format errors.
1998-07-12 dfrInitialise all the fields separately in vattr_null...
1998-07-12 dfrChange interrupt api to be closer to intr_create/intr_c...
1998-07-11 bdeMoved definition of fscale from param.c to kern_synch...
1998-07-11 bdeFixed printf format errors.
1998-07-11 bdeFixed printf format errors.
1998-07-11 bdeFixed printf format errors.
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-08 bdeFixed (un)sign extension bugs in %+n format. -4 became
1998-07-08 sefAdd support for run-time configuration of core file...
1998-07-08 julianCatch a few corner cases where FreeBSD differs enough...
1998-07-07 bdeDon't depend on gcc's feature of casting lvalues.
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-06 fennerIntroduce (fairly hacky) workaround for odd TCP behavio...
1998-07-05 julianfix braino from yesterdays' megacommit
1998-07-04 julianThere is no such thing any more as "struct bdevsw".
1998-07-04 julianVOP_STRATEGY grows an (struct vnode *) argument
1998-07-04 phkHmm, braino in last commit.
1998-07-04 phkChange the sign on a race-condition, so that instead...
1998-07-03 phkUpdate M_EXT support in m_copypacket().
1998-07-03 dgReset MNT_ASYNC flag if needed if unmount() should...
1998-07-02 phkWhen we transfer time from one timecounter to the next...
1998-06-30 phkAdd 3 sysctl variables for future use by ps)1_
1998-06-30 bdeNuked opt_defunct.h and kern_opt.c. config(8) now...
1998-06-28 phkAdd trailing newline to sys/syscall.mk so that diff...
1998-06-28 dgAdded a sysctl variable kern.sugid_coredump for control...
1998-06-27 phkReport the mode as the result of the VOP_GETATTR rather...
1998-06-26 phkRemove isdisk() hacks.
1998-06-25 phkRemove bdevsw_add(), change the only two users to use...
1998-06-21 bdeRemoved unused includes.
1998-06-21 bdeRemoved unused includes.
1998-06-21 bdeRound tickadj up. This prevents tickadj from being...
1998-06-21 bdeConverted add_interrupt_randomness() to take a `void...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-18 bdeChanged the type of an isa/general interrupt handler...
1998-06-16 bdeUse copyout() instead of bcopy() to copy the image...
1998-06-14 dfr[Add missing files from previous commit]
1998-06-14 dfrMajor changes to the generic device framework for FreeB...
1998-06-13 phkIntroduce std_pps_ioctl() to automagically DTRT.
1998-06-11 dfrOnly build this on i386 for now. I may use it for...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-10 julianReplace 'sleep()' with 'tsleep()'
1998-06-10 julianSubmitted by: Kirk McKusick <mckusick@McKusick.COM>
1998-06-10 dfrAdd initial support for the FreeBSD/alpha kernel. ...
1998-06-10 dfr64bit fixes: don't cast pointers to int.
1998-06-10 dfr64bit fixes: don't cast p->p_retval to an int*.
1998-06-10 dfr64bit fixes: use u_long not int for ioctl command.
1998-06-10 dfr64bit fixes: use size_t not u_int for sizes.
1998-06-10 dfr64bit fixes: p->p_retval is a register_t[] not an int[].
1998-06-09 phkAdd a tc_ prefix to struct timecounter members.
1998-06-09 bdePass lists of possible root devices and their names...
1998-06-09 bdeDon't generate COMPAT_43 cruft if there are no COMPAT_4...
1998-06-08 dysonRemove some junk left over from a previous commit.
next