]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This file was part of something grander, which doesn't seem to be
[FreeBSD/FreeBSD.git] / sys /
2001-11-02 rwatsono Remove the local temporary variable "struct proc...
2001-11-02 silbyRemove an extra " that crept into a string.
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 phkArgh!
2001-11-02 rwatsono Introduce group subset test, which limits the ability...
2001-11-02 phkAdd empty shell for nmount syscall (take 2!)
2001-11-02 mikeo Add new header <sys/stdint.h>.
2001-11-02 phkAdd nmount() stub function and regenerate the syscall...
2001-11-02 phkReserve 378 for the new mount syscall Maxime Henrion...
2001-11-02 mikeRather than just change the arguments to suser() change...
2001-11-02 impDon't hide the failure to allocate device behind boot...
2001-11-02 impPrint a warning when device_add_child returns NULL...
2001-11-02 jlemon + Fix another possible vn_close race, in the same...
2001-11-02 rwatsono Add a comment to p_candebug() noting that the P_INEXE...
2001-11-02 impThe sound drivers live in sound/driver, not sound/drivers
2001-11-02 rwatsonMerge from POSIX.1e Capabilities development tree:
2001-11-02 rwatsonMerge from POSIX.1e Capabilities development tree:
2001-11-02 nyanFixed sioreg.h path.
2001-11-02 rwatsono Capabilities cap_check() interface revised to remove...
2001-11-02 rwatsono Since kern_acl.c uses #ifdef CAPABILITIES to control
2001-11-02 rwatsono Merge recent changes from the POSIX.1e capability...
2001-11-02 dfrCall ast() from exception_restore when we are restoring...
2001-11-02 dfrUse static storage for the unwind state so that we...
2001-11-02 phk#ifdef KTRACE a variable to silence a warning.
2001-11-02 phkTurn the symlinks around, instead of ad0s1 -> ad0s1c...
2001-11-02 dfrRemember to actually free the pv_entry in pmap_remove_e...
2001-11-02 jlemonEmit a warning if the mbuf or mbuf cluster allocation...
2001-11-02 peterargh! cut/paste typo. :-(
2001-11-02 peter"Fix" a problem that got copied from alpha to ia64...
2001-11-01 iwasakiOops, deleted wrong BIF acquisition timeout invocation...
2001-11-01 rwatsono Update copyright dates.
2001-11-01 rwatsono Move suser() calls in kern/ to using suser_xxx()...
2001-11-01 rwatsono Permit osf1-emulated programs to modify uid/gid under...
2001-11-01 obrienSubstitute "[:space:]" with the character constants...
2001-11-01 luigiAlways compile in bridge hooks, or this code will not...
2001-11-01 iwasakiSome fix for the recent apm module changes.
2001-11-01 joeTidy up the variable declarations and switch on warning...
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 luigiRemove an extra splimp() call.
2001-11-01 obrienAdd the TGA video driver. This is a great accomplishtm...
2001-11-01 obrienBell-Labs AWK does not support POSIX "bracket expressio...
2001-11-01 peterSkip PG_UNMANAGED pages when we're shooting everything...
2001-11-01 peterFix the ILLEGAL fdisk table that is there for supportin...
2001-11-01 acheUse devclass_find_free_unit() in ata_pci_add_child...
2001-11-01 acheAdd devclass_find_free_unit() prototype
2001-11-01 acheAdd new interface function
2001-11-01 brianOnly overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO}...
2001-10-31 mjacobRemove previous revision. smp_started back in subr_smp...
2001-10-31 mjacobMake the actual volatile int smp_started live *somewher...
2001-10-31 marcelDon't remove the tentative declaration. It's the only...
2001-10-31 rwatsonSpell deivces as devices.
2001-10-31 dfrExperiment with rewriting the syscall() wrapper using...
2001-10-31 asmodaiFix obvious bug where return from probe was botched.
2001-10-31 mjacobFix misspelling in comment.
2001-10-31 dfrAdd TF_AR_FPSR, the offset of ar.fpsr in a trapframe.
2001-10-31 dfrPrint the bundle template name on the first slot of...
2001-10-31 marcelMake smp_started volatile in sys/smp.h and remove the...
2001-10-31 dillonDon't let pmap_object_init_pt() exhaust all available...
2001-10-31 msmithDon't try to probe the PnP BIOS if ACPI is active.
2001-10-31 msmithUpdate to reflect files added/removed with the 20011018...
2001-10-31 msmithMerge local changes, add new files and remove obsoleted...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithImport the Intel ACPI CA 20011018 snapshot
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithImport the Intel ACPI CA 20011018 snapshot
2001-10-30 scottlPut a Band-Aid over the asr driver so that it hopefully...
2001-10-30 jhbThreads sit on condition variable wait queue's, not...
2001-10-30 wpaulFix a (long standing?) bug in ip_output(): if ip_insert...
2001-10-30 desMake sure the netmask always has an address family...
2001-10-30 iwasakiStyle(9) fix, mainly white spaces.
2001-10-30 impRestore the main BAR for the bridge on resume. Some...
2001-10-30 greenAdd the sysctl "kern.function_list", which currently...
2001-10-30 greenAlso, machine/profile.h should be necessary for the...
2001-10-30 greenUse kmupetext() for ELF KLDs to allow for increased...
2001-10-30 greenAdd kmupetext(), a function that expands the range...
2001-10-30 jlemonWhen dropping a packet because there is no room in...
2001-10-30 impOLDCARD isn't supported on alpha or ia64, so don't...
2001-10-30 impDon't try to use sio with NEWCARD 16 bit yet. It eats...
2001-10-30 iwasakiSome improvements of control method battery driver.
2001-10-30 dfrUse -ffreestanding instead of -fno-builtin. That's...
2001-10-30 dfrAdjust for building with gcc 3.0.1.
2001-10-30 julianA node that allows ethernet type packets to be filtered...
2001-10-30 julianUse the thread we have instead of finding another
2001-10-30 jakeAdd code to copy the enironment and loader metadata...
2001-10-30 jakeAdd definitions for network support, doesn't work yet.
2001-10-30 jakeUse ENTRY() for defining functions in asm.
2001-10-30 jakeMake the openfirmware entry point function pointer...
2001-10-30 impMFGeneric: ->1.327 Sync with GENERIC
2001-10-30 impMove device lnc to isa section, since it no longer...
2001-10-30 nyanMFi386: sys/i386/i386/machdep.c revisions 1.481 and...
2001-10-30 jhbFix a typo in comment and #ifdef fixes: GRAP_PRIO ...
2001-10-29 dwmaloneWhen scanning for control messages, don't process the...
2001-10-29 iwasakiSome small improvements of ACPI thermal driver.
2001-10-29 bdeDon't set CR0_NE in cpu_setregs() for the SMP case...
2001-10-29 umeSystem wide policy should be returned when no policy...
2001-10-29 joeA few more style changes picked up whilst working on...
2001-10-29 joeFix some whitespace, and a comment that I missed in...
2001-10-29 dfrAdd unwind.c.
2001-10-29 dfr* Factor out common code for manipulating the RSE backi...
2001-10-29 dfrMake the various bits of SMP code conditional on SMP...
next