]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add some essential tools to rescue(8) in order to make it
[FreeBSD/FreeBSD.git] / sys /
2007-10-27 rodrigcAdd the following mount options to the nfs_opts array:
2007-10-27 rodrigcRemove duplicate "union" from ext2_opts.
2007-10-27 rodrigcIn nmount(), if MNT_ROOT is in the mount flags, filter it
2007-10-27 samfix build
2007-10-27 jhbDon't destroy an ACPI device_t for a PCI device and...
2007-10-27 jhbDon't test the APIC flag in the cpuid features for...
2007-10-27 jhbDon't always re-route IRQs on resume. If this link...
2007-10-27 rwatsonGive each posixsem MAC Framework entry point its own...
2007-10-27 julianAdd support for the pre-exisiting module shutdoen hands...
2007-10-27 julianrename the process to 'idle' and 'intr' as per jhb.
2007-10-27 julianInitialise the initial process pointer to NULL so that...
2007-10-27 alcChange vm_page_cache_transfer() such that it does not...
2007-10-26 julianIf kthread_exit() is called on the last kthread in...
2007-10-26 julianif one changes a function's arguments, one must also...
2007-10-26 rwatsonUpdate comment following MAC Framework entry point...
2007-10-26 jhbUse the smaller cgbase() macro in ufsread.c if UFS_SMAL...
2007-10-26 ariffRemap and virtualize mixer controls for HP nx6110 with
2007-10-26 ariffEnable headphone jack-sense for HP nx6100 with AD1981B...
2007-10-26 julianoops, over optimised and broke non-SMP builds
2007-10-26 juliankthread_exit needs no stinkin argument.
2007-10-26 obrienstyle(9)
2007-10-26 jhbAdd . to the include path so that we follow the 'machin...
2007-10-26 impThe arm boot code uses this function as well. Redefini...
2007-10-26 nyanDisable the coretemp and nvram on pc98.
2007-10-26 nyanMFi386: revision 1.476
2007-10-26 nyanReduce diffs against i386.
2007-10-26 rwatsonRename 'mac_mbuf_create_from_firewall' to 'mac_netinet_...
2007-10-26 sosFix the signature matching code on AHCI controllers.
2007-10-26 sosUpdate the way we get the mode pages on probe.
2007-10-26 sosFix treating some modern chips (mem mapped) as legacy...
2007-10-26 pjdAdd GEOM VIRSTOR module to the build.
2007-10-26 julianIntroduce a way to make pure kernal threads.
2007-10-26 pjdSave stack only when KTR_GEOM is both compiled into...
2007-10-26 impSimplify the old compat #ifdefs.
2007-10-26 peterSplit /dev/nvram driver out of isa/clock.c for i386...
2007-10-26 impOoops. Put back Invariants and witness
2007-10-26 impAdd usb serial devices by default. I'm tired of tellin...
2007-10-26 csjpImplement AUE_CORE, which adds process core dump suppor...
2007-10-25 cognetAdd an option to be able to override the value of the...
2007-10-25 cognetMove some KB920x-specific options into the KB920x file.
2007-10-25 cognetFix signedness to make gcc happy.
2007-10-25 rwatsonSort entry points in mac_framework.h and mac_policy...
2007-10-25 cognetOooops, get the end of the memory right.
2007-10-25 takawataMore style nit.
2007-10-25 erwinChange a tab back to a space between #define and __Free...
2007-10-25 jhbDon't attach to the "IBM0057" ID. This ID is used...
2007-10-25 takawataFix variable name to be clear what it means.
2007-10-25 jhbBreak out of the I/O retry loop as soon as an I/O opera...
2007-10-25 takawataTurn EC into poll mode before device_resume invoked .
2007-10-25 rwatsonNormalize TCP syncache-related MAC Framework entry...
2007-10-25 nyanMFi386: part of 1.52
2007-10-25 obrienAlign.
2007-10-25 nyanMFi386: part of revision 1.51
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-25 rwatsonRename mac_associate_nfsd_label() to mac_proc_associate...
2007-10-25 rwatsonConsistently name functions for mac_<policy> as <policy...
2007-10-25 trhodesRemove some debugging code that, while useful, doesn...
2007-10-25 rwatsonFurther MAC Framework cleanup: normalize some local...
2007-10-25 impLoad the bytes into the EMAC's MAC address register...
2007-10-24 cognetKERNBASE should really be KERNVIRTADDR there too.
2007-10-24 cognetIn ate_get_mac(), try to get the mac address in the...
2007-10-24 cognetHandle the case where PHYSADDR != KERNPHYSADDR (ie...
2007-10-24 cognetCorrect a comment, this was not true anymore.
2007-10-24 jhbFirst cut at support for booting a GPT labeled disk...
2007-10-24 jhbUpdate copyright attribution.
2007-10-24 mlaierProperly drop the pf mutex around all copyout (consiste...
2007-10-24 mariusAdd ABI backwards compatibility to the FreeBSD 4/5...
2007-10-24 samsilence complaint about not loading the wlan_scan_monit...
2007-10-24 rwatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-24 jhbRework the read/write support in the bios disk driver...
2007-10-24 nyanMFi386: revision 1.50
2007-10-24 nyanMFi386: revision 1.41
2007-10-24 jhbReindent the read/write code of bd_realstrategy() so...
2007-10-24 jhbSlightly cleanup the 'bootdev' concept on x86 by changi...
2007-10-24 jhbStop disabling USB in the PAE kernel config. The USB...
2007-10-24 csjpMove where we audit the PID argument such that we uncon...
2007-10-24 csjpUse extended process token. The in kernel process...
2007-10-23 julianTake out the single-threading code in fork.
2007-10-23 rwatsonBump MAC_VERSION to 4 and add an 8.x line in the versio...
2007-10-23 kevlo- Use pci_enable_busmaster() to turn on busmaster.
2007-10-23 grehanCut over to ULE on PowerPC
2007-10-22 jhbClose a race when trying to lookup a gateway route...
2007-10-22 delphijFixes to msdosfs dirtyflag related stuff:
2007-10-22 mavAdd one of HTC Smartphone/PocketPC device IDs.
2007-10-22 alcCorrect an error of omission in the reimplementation...
2007-10-22 alcCorrect an error in vm_map_sync(), nee vm_map_clean...
2007-10-22 jbAdd the full module path name to the kld_file_stat...
2007-10-21 rwatsonAdd PRIV_VFS_STAT privilege, which will allow overridin...
2007-10-21 marcelAdd the freebsd-zfs alias. Both APM and GPT have ZFS...
2007-10-21 marcelAdd a partition type for ZFS.
2007-10-21 marcelAdd a UUID for ZFS file systems.
2007-10-21 mlaierAdditions from libpcap 0.9.8 unbreak the build.
2007-10-21 rwatsonCanonicalize naming of local variables for struct ksem...
2007-10-21 julianfix up some code for older systems changed by accident...
2007-10-21 julianMark the point where kthread_xxx disappeared and kproc_...
2007-10-21 julianRemove out of date comments
2007-10-20 julianRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-20 bzFold multiple asm statements into one so that the compi...
2007-10-20 pjdRemove redundant prototypes.
2007-10-20 thompsaUse ETHER_BPF_MTAP so that the vlan tags are visible...
next