]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Sorted the lists.
[FreeBSD/FreeBSD.git] / sys /
2002-01-06 nyanSorted the lists.
2002-01-06 kbyanc * Implement SBUF_AUTOEXTEND flag; sbufs created with...
2002-01-06 silbyReorder a calculation in sbreserve so that it does...
2002-01-06 archieAvoid reentrantly sending on the same socket, which...
2002-01-06 rwatson- Teach SIGIO code to use cr_cansignal() instead of...
2002-01-06 rwatson- Push much of the logic for p_cansignal() behind cr_ca...
2002-01-05 dwmaloneRelease text vnode in exit() rather than wait(). Occasi...
2002-01-05 fennerPre-calculate the checksum for multicast packets source...
2002-01-05 jhbFix a bug where the mutex name wasn't always displayed...
2002-01-05 sobomaxIn the word selection mode don't append newline if...
2002-01-05 peterConvert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET...
2002-01-05 peterFix forward_roundrobin(). It was mistakenly using...
2002-01-05 peterAdd a per-cpu variable, cpumask, the preshifted equival...
2002-01-05 jhbChange the preemption code for software interrupt threa...
2002-01-05 jhbRemove brain damaged code in witness_lock(). We could...
2002-01-05 peterGC unfinished function selected_proc_ipi(). It is a...
2002-01-05 impMove initialization of the MKMODULESENV envorinoment...
2002-01-04 rwatsono Spelling fix in comment: tcp_ouput -> tcp_output
2002-01-04 darrenrImport this patch to address user concerns.
2002-01-04 jhbAxe a stale comment. Holding sched_lock across both...
2002-01-04 jhbDon't turn on RB_CDROM if the rootdev is a BIOS cd...
2002-01-04 silbyThrow the $FreeBSD$s back in, properly escaping them.
2002-01-04 silbyRemove $FreeBSD$s from previous commit; perl thinks...
2002-01-04 tanimuraAdd the system default timer engine.
2002-01-04 tanimura- Provide toggles to show debug messages. Set new sysct...
2002-01-04 tanimuraDo not derefer null.
2002-01-03 julianunbreak -current (at least on my cvsups all today)
2002-01-03 silbySolve vnode_if.pl's identity crisis; make sure that...
2002-01-03 mjacobImplement REDUCED INTERRUPT OPERATION usage form FC...
2002-01-03 joeRegenerate.
2002-01-03 joeAdd a new linksys ethernet adapter: USB_PRODUCT_LINKSYS...
2002-01-03 joeAdd some missing prototypes.
2002-01-03 seReturn EBADF in case some vnode field has been reset...
2002-01-03 joeSync with NetBSD:
2002-01-03 joeMerge from NetBSD:
2002-01-03 joeMerge from NetBSD:
2002-01-03 peterAllow a specific setting for pv entries. This avoids...
2002-01-02 joeRevert uio.uio_td back to uio.uio_procp, using a #defin...
2002-01-02 joeSync with NetBSD. Non-functional changes that bring...
2002-01-02 joeSync usb.h with NetBSD, apart from usb_device_info...
2002-01-02 tmm1. Implement an optimization for pmap_remove() and...
2002-01-02 joeRevert part of the last commit. UIPROTO_MASS_BBB was...
2002-01-02 joeSync with NetBSD:
2002-01-02 tmmCorrect the defintion of struct ofw_upa_regs, and use...
2002-01-02 tmmClose a window of time during early boot in which an...
2002-01-02 joeRemove the special casing for NetBSD and OpenBSD now...
2002-01-02 joeNetBSD have introduced usb_proc_ptr for us (they'll...
2002-01-02 gjFix some places where the macro L0IFPIUNIT was used...
2002-01-02 msmithIf the CLK_VAL register is 0 bits wide, the system...
2002-01-02 gji4bisppp also needs net/if_spppsubr.c.
2002-01-02 alc o Properly check the file descriptor passed to aio_can...
2002-01-02 iedowsePermit NFS filesystems to be forcibly unmounted when...
2002-01-01 jakePrint parm6 too in the !KTR_EXTEND case.
2002-01-01 jake1. Lower the poll timeout for the ofw console driver...
2002-01-01 jakeCorrectly identify the cpu in certain ultra 1s.
2002-01-01 jakeDefine __ASM__ so that libc will know not to define...
2002-01-01 jakeAdd a define for the fp restore soft trap type.
2002-01-01 jakeAdd constants needed by user trap code.
2002-01-01 jakeEnable virtual caching for kernel pages. When we enabl...
2002-01-01 jakeAdd some more info to traces.
2002-01-01 jakeEnsure that the syscall trap vector is properly aligned.
2002-01-01 jakeImplement sysarch(SPARC_UTRAP_INSTALL).
2002-01-01 jakeImplement user trap delivery as specified by the sparc...
2002-01-01 jakeAdd a panic stack, which is used as a known good stack...
2002-01-01 jakeAdd a soft trap for restoring the fpu registers from...
2002-01-01 jakeFix long lines in the trap table due to the abi specifi...
2002-01-01 sosUpdate of the VIA 82c686b southbridge data corruption...
2002-01-01 alc o Remove an errant ';' introduced in the last revision.
2002-01-01 tanimura- Do not uiomove with a mutex locked.
2002-01-01 rwatsono Remove premature use of nmp->nm_cred, it hasn't been...
2002-01-01 desThis file does not need to include procfs.h. This...
2002-01-01 jedgarAdd support for Nikon Coolpix E775 and E885 cameras.
2002-01-01 impWelcome 2002. Happy new year.
2002-01-01 julianAdd the nullmodem device
2002-01-01 alc o Some style(9)-motivated changes to white space.
2001-12-31 ambriskoSave stack space by converting areq in sc->areq.
2001-12-31 ambriskoFix bugs in the structure for rx_frame by making gap...
2001-12-31 rwatsono Pass td into nfs_mountroot() to eliminate an XXX...
2001-12-31 rwatsono Remove premature leakage of use of td_ucred from...
2001-12-31 dillonGrrr. The tlb code is strewn over 3 files and I misrea...
2001-12-31 rwatsono Add missing #include's of sys/proc.h, missed in merge...
2001-12-31 dillonYou know those 'XXX what about SMP' comments in pmap_ke...
2001-12-31 bpSpelling fixes.
2001-12-31 rwatsono Make the credential used by socreate() an explicit...
2001-12-31 joergRemove unused includes.
2001-12-31 nyanDisabled the olpt driver temporarily to avoid 'repeat...
2001-12-31 iedowseWhen the old nfsm_adv() macro was moved to nfsm_adv_xx...
2001-12-31 alc o Correct an off-by-one error in aio_suspend(2).
2001-12-31 alc o Use "td->td_proc" instead of "curproc" where possible.
2001-12-31 joeSynchronise with NetBSD.
2001-12-30 marcelRevert previous definition of cpu_throw(). Non-MP confi...
2001-12-30 joePartial sync with NetBSD:
2001-12-30 joergImplement an option to administratively disable the...
2001-12-30 phkGC an alternate trap_pfault() which has rotted away...
2001-12-30 joergFix two typos in previous commit.
2001-12-30 joergMerge last-minute fix from the i4b file made by gj:
2001-12-30 alcEliminate semexit_hook using at_exit(9) and rm_at_exit(9).
2001-12-30 joergRemove references to i4b/driver/i4b_ispppsubr.c, now...
2001-12-30 iedowseAdd a #define for the size of the nfs_backoff[] array...
2001-12-30 joergBump AUTHNAMELEN to 64. Should probably be made dynami...
next