]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Move utmpx handling out of init(8).
[FreeBSD/FreeBSD.git] / sys /
2012-02-11 kibClose a race due to dropping of the map lock between...
2012-02-11 kibThe PTRACESTOP() macro is used only once. Inline the...
2012-02-11 bzProperly name the sysctl to "iflistl" rather than ...
2012-02-11 mariusFlesh out support for SAS1078 and SAS1078DE (which...
2012-02-11 bzDepend on the relevant header files.
2012-02-11 bzStart to try to hide LRO (and some TSO) bits behind...
2012-02-11 kevloRemove unused variable mii
2012-02-11 bzUse the more common macro to set the if_baudrate to...
2012-02-11 bzMake use of the read-only variant of the IF_ADDR_*LOCK...
2012-02-11 bzIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 bzBackout changes from r228571. Remove if_data from...
2012-02-11 kenReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR...
2012-02-10 jkimDe-obfuscate acpi_acquire_global_lock(). It seems...
2012-02-10 gonzo- Reverse logic so base tls is fixed up with correct...
2012-02-10 kibIn cpu_set_user_tls(), consistently set PCB_FULL_IRET...
2012-02-10 luigiAdd a driver for Emulex OneConnect ethernet cards ...
2012-02-10 gonzo- Fix spelling of R_MIPS_RELGOT
2012-02-10 nyanReduce diffs against i386.
2012-02-10 edRemove unneeded newline. It fits in 80 columns now.
2012-02-10 edMerge si_name and __si_namebuf.
2012-02-10 edRemove direct access to si_name.
2012-02-10 adrianEnforce the hardware chainmask when allowing the user...
2012-02-10 adrian.. oops, use the right chainmask.
2012-02-10 adrianAdd in a new driver feature to allow the TX and RX...
2012-02-10 adrianExtend the HAL code to allow the RX and TX chainmask...
2012-02-10 aeAdd alias for the partition with type 0x42 to the MBR...
2012-02-10 gonzoFix-up value passed by thr_new syscall to make it compa...
2012-02-10 aeLet's be more realistic and limit maximum number of...
2012-02-10 kevloAdd a missing break. This bug was introduced in r228856.
2012-02-10 kibMark the automatically attached child with PL_FLAG_CHIL...
2012-02-09 npAdd IPv6 TSO (including TSO+VLAN) support to cxgb(4).
2012-02-09 gonzoFix n32 build breakage
2012-02-09 mckusickHistorically when an application wrote an entire block...
2012-02-09 gonzo- Emulate RDHWR instruction for TLS support
2012-02-09 jimharrisRemove explicit CC assignment in isci(4) Makefile to...
2012-02-09 jkimRefine r231226. Swap timecounters before suspending...
2012-02-09 nyanRemove full debugger options and enable KDB_TRACE optio...
2012-02-09 nyan- Disable the olpt driver. Because it conflicts with...
2012-02-09 mmAllow mounting nullfs(5) inside jails.
2012-02-09 mmAdd support for mounting devfs inside jails.
2012-02-09 glebiusAdd support for RICOH R5CE823 card reader, that can...
2012-02-09 mmIntroduce the "ruleset=number" option for devfs(5)...
2012-02-09 kenBring in a number of mps(4) driver fixes from LSI:
2012-02-08 pluknetg/c last bit of old ipv6 prefix management.
2012-02-08 mariusRemove extra newlines from panic messages.
2012-02-08 jkimReset clock after atrtc(4) is properly resumed.
2012-02-08 jkimRevert r211288 and move the logic to the acpi_timer...
2012-02-08 kibTrim 8 unused bytes from struct vnode on 64-bit archite...
2012-02-08 kibUnbreak detection of the async mode for clustered write...
2012-02-08 glebiusSet vnet context in callouts and taskqueues.
2012-02-08 luigi- change the buffer size from a constant to a
2012-02-08 pjdAllow to set kern.ipc.shmmax from /boot/loader.conf.
2012-02-08 adrianUpdate the 802.11s IE numbers to represent the latest...
2012-02-08 marcelRev. 228360 moved the call to cpu_set_upcall() to happe...
2012-02-08 npAllocate the BAR for userspace doorbells after the...
2012-02-08 npProgram the MAC exact match table in batches of 7 addre...
2012-02-07 jkimDo not EOI local APIC too early. Just do doreti normal...
2012-02-07 pfgUpdate the data structures with some fields reserved for
2012-02-07 jkim- Give all clocks and timers on acpi0 the equal probing...
2012-02-07 mckusickIn the original days of BSD, a sync was issued on every...
2012-02-07 mariusCall bge_add_sysctls() early and especially before...
2012-02-07 nwhitehornThe bus resource adjustment API is not meant to work...
2012-02-07 jimharrisFix Coverity defects in isci(4) driver.
2012-02-07 rmacklemr228827 fixed a problem where copying of NFSv4 open...
2012-02-07 pjdAllow to set if_bridge(4) sysctls from /boot/loader...
2012-02-07 kibSprinkle missed calls to asynchronous UFS_UPDATE()...
2012-02-07 npAcquire the adapter lock before updating fields of...
2012-02-07 dimConsistently set RPCGEN_CPP when running rpcgen, so...
2012-02-07 npRemove if_start from cxgb and cxgbe.
2012-02-07 npcxgbe: reduce diffs with other branches.
2012-02-06 adrianContribute some example code which demonstrates how...
2012-02-06 edFix whitespace inconsistencies in TTY code.
2012-02-06 emasteAvoid panic from unlocking a not locked mutex (in some...
2012-02-06 kibAdd missing opt_quota.h include to activate #ifdef...
2012-02-06 jhbRename cache_lookup_times() to cache_lookup() and retir...
2012-02-06 kibJNEWBLK dependency may legitimately appear on the buf...
2012-02-06 glebiusMake the 'tcpwin' option of ipfw(8) accept ranges and...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-06 tuexenFix a typo which was already fixed by eadler in r227489...
2012-02-06 kevlo- Use uint8_t for the variable x and spell the size...
2012-02-06 adrianUpdate the mesh reason codes to match the latest 802...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 nwhitehornInherit from PCI bridge driver instead of manually...
2012-02-05 andreastReplace the assembler macro WEAK_ALIAS with a new macro...
2012-02-05 rpauloFix clang warnings.
2012-02-05 nwhitehornMake sure to remap adjusted resources.
2012-02-05 glebiusAdd new socket options: TCP_KEEPINIT, TCP_KEEPIDLE...
2012-02-05 mavRemove extra semicolon.
2012-02-05 andreastRevert the _NOPROF entries on cpu_throw, cpu_switch...
2012-02-05 jhibbitsAdd exca to powerpc modules build as a dependency for...
2012-02-05 glebiusFix typo in r231010.
2012-02-05 mmAnalogous to r230407 a separate path buffer in vfs_moun...
2012-02-05 glebiusBetter comment for ifa_init(), ifa_ref(), ifa_free().
2012-02-05 glebiusIn ifa_init() initialize if_data.ifi_datalen. This...
2012-02-05 davidxuAdd 32-bit compat code for AIO kevent flags introduced...
2012-02-05 nwhitehornAdd support for bus_adjust_resource() on all PowerPC...
2012-02-04 nwhitehornCompatibility with IBM firmware.
2012-02-04 pjdAfter multiple requests for back out, after multiple...
2012-02-04 nwhitehornMissed file in r230993.
2012-02-04 nwhitehornMiffed r230993 due to a one-character typo while review...
next