]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
o Fix groupadd getopt line and make 'pw groupadd -o' work.
[FreeBSD/FreeBSD.git] / sys /
2006-09-18 kibResolve the devfs deadlock caused by LOR between devfs_...
2006-09-17 rwatsonDeclare security and security.bsd sysctl hierarchies...
2006-09-17 csjpCorrect a slight regression which was introduced with...
2006-09-17 davidxuMake cpu_set_upcall_kse() and cpu_set_user_tls() work...
2006-09-17 andreRemove VLAN mtag UMA zones and initialize ether_vtag...
2006-09-17 andreMake tcp_usr_send() free the passed mbufs on error...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-17 rwatsonRegenerate.
2006-09-17 rwatsonAUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltsta...
2006-09-17 rwatsonAdd AUE_SYSARCH to the list of audit events during...
2006-09-17 rwatsonExpore kern.acct_configured, a sysctl that reflects...
2006-09-17 thompsaRearrange things so that ARP packets can be filtered...
2006-09-16 mjacobDon't allow attachment of disks that could cause GEOM...
2006-09-16 mjacobNew Dell 1950/2950 SES backplane drops off the bus...
2006-09-16 rwatsonAdd audit hooks for ppc, ia64 system call paths.
2006-09-16 netchild- don't reboot() when feed with wrong parameters (and...
2006-09-16 pjdFix detecting of UFS1 label when mediasize%fragsize...
2006-09-16 pjdAdd 'configure' subcommand which for now only allows...
2006-09-16 pjdAdd __printflike() to gctl_error().
2006-09-16 jhayHandle a list of IPv6 src and dst addresses correctly...
2006-09-16 pjdSmall fixes after adding __printflike() to gctl_error().
2006-09-16 pjdRemove extra arguments.
2006-09-16 jhayMake it possible to add an IPv6 host route to a host...
2006-09-15 ruFix input byte counting. Now the sum of the ipackets...
2006-09-15 gallatin- Updated to the latest myri10ge firmware
2006-09-15 pjdAdd 'show geom [addr]' ddb(4) command, which prints...
2006-09-15 andreWhen doing TSO subtract hdrlen from TCP_MAXWIN to preve...
2006-09-15 ruMake it possible to set a larger MTU by attempting...
2006-09-15 ruSIOCSIFFLAGS doesn't require an argument in kernel...
2006-09-15 gallatin- Added TSO support. This entailed increasing the...
2006-09-15 glebius- Consistently use if_printf() only in interface method...
2006-09-15 ruWhitespace nits.
2006-09-15 pjdLess magic.
2006-09-15 glebiusConsistently use if_printf() only in interface methods...
2006-09-14 sosIf current_heads or current_sectors in the disk cap...
2006-09-14 mohansFix for a potential bug caught by Coverity. Pointed...
2006-09-14 acheAdd missing #ifdef INET6 (can't be compiled)
2006-09-14 jmgOnly treat positive values as errors...
2006-09-13 jhbintpm(4) meet style(9). style(9) meet intpm(4).
2006-09-13 mohansFixes up the handling of shared vnode lock lookups...
2006-09-13 scottlIntroduce a spinlock for synchronizing access to the...
2006-09-13 csjpBack out one of the Giant removals from revision 1...
2006-09-13 pjdFix synchronization in gmirror and graid3 which I broke...
2006-09-13 andreRemove unessary includes and follow common ordering...
2006-09-13 andreRewrite of TCP syncookies to remove locking requirement...
2006-09-13 scottlRemove duplicated code. Declare functions non-static...
2006-09-13 pjdFix a lock leak in an error case.
2006-09-13 jmgdocument that PAE kernels needs twice the value of...
2006-09-12 sosBusmaster DMA address fix in VIA 6421 case.
2006-09-12 sosFormat mask lacks one bit.
2006-09-12 impPut the osta.c license on osta.h. The license is the...
2006-09-12 jhbTrim some unneeded includes.
2006-09-12 csjpIntroduce a new entry point, mac_create_mbuf_from_firew...
2006-09-11 jhb- Revert making bus_generic_add_child() the default...
2006-09-11 pdeuskarFix issues found by Coverity (223392, 223393) due to...
2006-09-11 jhbMinor overhaul of SMBus support:
2006-09-11 jhbAdd a new ddb command 'show lapic' to dump details...
2006-09-11 jhbActually hook up the IPI_INVLCACHE IDT vectors backing
2006-09-11 andreFix a NULL pointer dereference of ro->ro_rt->rt_flags...
2006-09-11 sosAdd support for a few more Serverworks and lookalikes...
2006-09-11 sosUpdate to fit latest USB cleanup crusade.
2006-09-11 jhbAdd prototype for bus_generic_add_child() missed in...
2006-09-11 jhbAdd a default method for BUS_ADD_CHILD() that just...
2006-09-11 jhbGive the ACPI I/O rman's unique description strings...
2006-09-11 jhb- Fix rman_manage_region() to be a lot more intelligent...
2006-09-11 sosCF devices are ATA not ATAPI.
2006-09-11 mjacobnull commit to provide commit message to previous
2006-09-11 mjacobPR: 103130
2006-09-11 obrienAdd support for MCP61 and MCP65 adaptors.
2006-09-11 scottlThe run_filter() procedure is a means of working around...
2006-09-10 pdeuskarFix style(9) issues in the TSO specific changes.
2006-09-10 jmgmake use of the host route's mtu for processing. This...
2006-09-10 andreNew sockets created by incoming connections into listen...
2006-09-10 mbrFix locking race in ttymodem(). The locking of the...
2006-09-10 trhodesYank FreeBSD specific code out from under ifdef.
2006-09-10 netchildThe Linux unlink syscall uses a different errno value...
2006-09-10 pjdDelay an orphan event if provider has still in-flight...
2006-09-09 jmgmove created/detected/activated under debug level 1...
2006-09-09 pdeuskarSecond attempt at fixing module build
2006-09-09 pdeuskarFix build breakage while compiling em as a module.
2006-09-09 netchildBuild linprocfs and linsysfs as modules on amd64.
2006-09-09 netchild- Extend the coverage of PROC_LOCK to cover wakeup...
2006-09-09 rwatsonAdd struct msg to the forwarded declared data structure...
2006-09-09 netchildChange futex lock from mutex to sx. Make futex_get...
2006-09-09 rwatsonRemove slightly oddly placed suser() call from the...
2006-09-09 netchildFix the check where we want to use the end of the suppo...
2006-09-09 netchild- don't wake every sleeper just the first one [1]
2006-09-09 rwatsonAdd a BSM conversion switch case for AUE_GETCWD, so...
2006-09-09 rwatsonSmall style cleanup.
2006-09-09 rwatsonAudit sysarch() operation argument.
2006-09-09 pdeuskarAdd support for TSO. Thanks to Andre for adding support...
2006-09-09 kibBump __FreeBSD_version for rev. 1.117 of libexec/rtld...
2006-09-09 ambriskoAdd support to bge(4) to not break IPMI support when...
2006-09-09 davidxuThe following functions need not to be reimplemented...
2006-09-08 jkimFix style nits. No md5 changes in .o's. ;-)
2006-09-08 ruMF6: Attach if_bce.ko to the build.
2006-09-08 pjdFix format character.
2006-09-08 glebiusAdd a sysctl net.inet.tcp.nolocaltimewait that allows...
2006-09-08 pjdBump copyright year.
2006-09-08 pjdUse __FBSDID in .c files.
next