]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove references to the pam(8) manual page. It does not exist.
[FreeBSD/FreeBSD.git] / sys /
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.
2006-09-08 pjd- Split failure probability configuration into read...
2006-09-08 mjacobSupport for PCI-Express 4Gb Cards.
2006-09-08 yongariMake 8139C+ work again which was broken since rev 1.68.
2006-09-07 emaxs/USBDEVNAME/device_get_nameunit/g
2006-09-07 mjacobCreate a 'ready' handler for each personality. The...
2006-09-07 anholtMerge from DRM upstream:
2006-09-07 impMFp4: first cut at getting I2C transfers working (gener...
2006-09-07 impMFp4: berndt pointed me at an errata that shows that...
2006-09-07 ambriskoChange the class from uint8_t to int8_t so people can...
2006-09-07 jhayAll multicast listeners on a port should get one copy...
2006-09-07 ambriskoChange the event log dump on initial boot to use get_ev...
2006-09-07 jhbUse a single constant to define the sizes of the physma...
2006-09-07 ruBack when we had T/TCP support, we used to apply different
2006-09-07 andreSecond step of TSO (TCP segmentation offload) support...
2006-09-07 ruRemove a microoptimization for i386 that was a micropes...
2006-09-07 mjacobmore usb fallout changes
2006-09-07 mjacobStatic -> static.
2006-09-07 trhodesCatch up with USB changes, device_ptr_t was removed...
2006-09-07 scottlCatch up to USB changes.
2006-09-07 scottlRemove old debugging code from the interrupt handler.
2006-09-07 impMore removing compatibility macros.
2006-09-06 impOnly include FreeBSD defines. This file is slated...
2006-09-06 imps/Static/static/g
2006-09-06 impMore antideclarification.
2006-09-06 andreReserve a precious 16bit gap in the mbuf pkthdr struct...
2006-09-06 sobomaxUnbreak in the case when device apic is compiled into...
2006-09-06 jhbUse sysctl_handle_long() instead of duplicating it...
2006-09-06 impRemove the portibility layer goo.
2006-09-06 andreFirst step of TSO (TCP segmentation offload) support...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-06 impjhb points out that these mallocs don't need to be...
2006-09-06 impMFp4: check the return value of malloc and report an...
2006-09-06 andreCheck inp_flags instead of inp_vflag for INP_ONESBCAST...
2006-09-06 andreImprove description of if_capabilities, if_capenable...
2006-09-06 mlaierFix stateful filtering of loopback IPv6 traffic to...
2006-09-06 andreFix the socket option IP_ONESBCAST by giving it its...
2006-09-06 mpRemove call to fdfree() for the AIO daemons to prevent...
2006-09-06 ruRefine previous revision to allow acpi_wakecode.h to...
2006-09-06 glebiuso Backout rev. 1.125 of in_pcb.c. It appeared to behave...
2006-09-05 mjacobThe poison pill of death: adding a target mode reply...
next