]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-08-06 pjdFor FreeBSD and Linux use awk's toupper() function.
2010-08-06 pjdConvert file system type to upper case.
2010-08-06 jfvPut the early setting of the MAC type back, its
2010-08-06 pjdAdd tests for mknod(2).
2010-08-06 pjdAdd mknod(2) support.
2010-08-06 pjdSort includes.
2010-08-06 bschmidtObviously the option is known as COMPAT_LINUX32 on...
2010-08-06 edRemove unneeded functions from libcompat.
2010-08-06 edRemove stale reference to UT_NAMESIZE from <stdio.h>.
2010-08-06 pjdopen(2) returns EOPNOTSUPP when trying to open a socket.
2010-08-06 pjdTest for EACCES also when opening FIFO or directory.
2010-08-06 pjdTest O_RDONLY|O_RDWR flags as potentially invalid.
2010-08-06 pjdMake description readable.
2010-08-06 pjdAdd missing -U argument to usage.
2010-08-06 pjdImplement two new syscalls: bind(2) and connect(2)...
2010-08-06 bschmidtFix whitespace nits.
2010-08-06 yongariFix a typo introduced in r210936 which broke build.
2010-08-06 mjacobFigure which is the IO and MEM bars- do not assume...
2010-08-06 jkimRemove unnecessary casting and simplify code. We are...
2010-08-06 stefanfAdd links for destroy_dev_drain, destroy_dev_sched...
2010-08-06 jkimCorrect argument order of acpi_restorecpu(), which...
2010-08-06 jhbAdd a new ipi_cpu() function to the MI IPI API that...
2010-08-06 jkimConsistently use architecture specific macros.
2010-08-06 jhbAdjust the interface type in the link layer socket...
2010-08-06 jhbEthernet vlan(4) interfaces have valid Ethernet link...
2010-08-06 csjpAdd Xen to the list of virtual vendors. In the non...
2010-08-06 jkimFix allocation of multiple pages, which forgot to incre...
2010-08-06 joelFix typos and spelling mistakes.
2010-08-06 kibDisable sync cache for the Transcend Jetflash V90....
2010-08-06 uqsTypo fixes
2010-08-06 gabor- Some fixes to Ukranian catalog
2010-08-06 kibMark /dev/zero and /dev/null as eternal.
2010-08-06 kibEnable shared lookups and externed shared ops for devfs.
2010-08-06 kibAdd "show cdev" ddb command.
2010-08-06 kibAdd new make_dev_p(9) flag MAKEDEV_ETERNAL to inform...
2010-08-06 jchandraFix issue reported by alc :
2010-08-06 kibEnable shared locks for the devfs vnodes. Honor the...
2010-08-06 kibInitialize VV_ISTTY vnode flag on the devfs vnode creat...
2010-08-06 jchandraFix the issue reported by alc:
2010-08-06 neelRemove redundant declaration of 'pcib_driver' class...
2010-08-06 pjdForce commit to remind me about MFCing r210909.
2010-08-06 neelUse a signed integer to hold the address of a register.
2010-08-06 neeluint64_t is 'unsigned long' in n64 build, so compiler...
2010-08-06 dougbUpdate the arguments to yy_config_parse() to match...
2010-08-06 yongariReflect default Tx interrupt moderation timer value...
2010-08-06 yongariReduce Tx interrupt moderation timer from 50ms to 1ms...
2010-08-05 gonzo- Add interrupts counter for PCI devices
2010-08-05 pjdDocument 'none' value for remote.
2010-08-05 jkimRe-add flag register for output. Some BIOS calls actua...
2010-08-05 pjdImplement configuration reload on SIGHUP. This includes:
2010-08-05 jkimDo not copy stack pointer and flags. These registers...
2010-08-05 pjdPrepare configuration parsing code to be called multipl...
2010-08-05 pjdMake control_set_role() more public. We will need it...
2010-08-05 pjdAllow to use 'none' keywork as remote address in case...
2010-08-05 pjdReset signal handlers after fork().
2010-08-05 pjd- Use pjdlog_exitx() to log errors and exit instead...
2010-08-05 csjpEnable closefrom(2) here, as we have supported it for...
2010-08-05 jkimImplement a simple native VM86 backend for X86BIOS...
2010-08-05 pjdAssert that various buffers we are large enough.
2010-08-05 pjdProblem with assertion is that it logs on stderr. Add...
2010-08-05 joelDon't point users at the old csup homepage.
2010-08-05 pjdKeep $FreeBSD$ in __FBSDID() only for C files.
2010-08-05 pjdMark two more places that we won't reach.
2010-08-05 maximo FreeBSD 8.1-RELEASED added.
2010-08-05 pjdNow that TCP will be checked last we don't need any...
2010-08-05 pjdAdd an argument to the proto_register() function which...
2010-08-05 jhbChange the MPTable and $PIR PCI-PCI bridge drivers...
2010-08-05 tuexenFix a bug where endpoints bound to wildcard addresses...
2010-08-05 olliFix a bunch of errors (spelling and similar).
2010-08-05 jhb- Retire acpi_pcib_resume(). It is has just been an...
2010-08-05 olliAdd a daily script to the periodic framework that reports
2010-08-05 ume/etc/rc.d/network_ipv6 was deprecated.
2010-08-05 ume/etc/rc.d/ip6fw was deprecated.
2010-08-05 neelFix a race between clock_intr() and tick_ticker() when...
2010-08-05 acheComment out IEEE Std 1003.1-2001 conformance proclaimed...
2010-08-04 jhbChange kgdb_lookup() to resolve symbols via GDB instead...
2010-08-04 kibCopy inode birthtime to the struct stat32.
2010-08-04 kibFix style.
2010-08-04 jchandraAdd 3 level page tables for MIPS in n64.
2010-08-04 jchandraithd_name no longer defined, use td_name. Fix compile...
2010-08-04 jchandraWhitespace fix for last check-in, move empty line to...
2010-08-04 jchandraMIPS 64 bit support.
2010-08-04 gavinDo not free sc if attach failed, as it was allocated...
2010-08-04 joelFix typo.
2010-08-04 alcIn order for MAXVNODES_MAX to be an "int" on powerpc...
2010-08-04 rmacklemAdd some mutex locking on the nfsnode to the regular...
2010-08-04 delphijCatch known CPUs before using IA32_TEMPERATURE_TARGET.
2010-08-03 jillessh: Return 0 from eval if no command was given.
2010-08-03 uqsgrdc(6): de-obfuscate the timekeeping of now/delay
2010-08-03 bcrCorrectly sort usbconfig(8) within the SEE ALSO section.
2010-08-03 joelFix typo.
2010-08-03 joelSpelling fixes.
2010-08-03 olliAdd support for ATI Radeon HD 4250.
2010-08-03 bcrUpdate references from nonexistent usbconfig(1) to...
2010-08-03 jkimRemove an unnecessary register load.
2010-08-03 uqsgrdc(6): Partial backout of r210755
2010-08-03 kibProperly set ifi_datalen for compat32 struct if_data32.
2010-08-03 jkimsavectx() has not been used for fork(2) for about 15...
2010-08-03 fabient- Do not use the runtime mask when logfile is specified.
2010-08-03 kibWhen compat32 recvmsg(2) does not need to copy out...
next