]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Synchornize description in manual page with strerror() output.
[FreeBSD/FreeBSD.git] / sys /
2009-09-06 pjdAdd support for changing providers priority.
2009-09-05 qingliThe addresses that are assigned to the loopback interface
2009-09-05 qingliThis patch fixes an address scope violation. Considerin...
2009-09-05 qingliThis patch fixes the following issues:
2009-09-05 traszImprove wording.
2009-09-05 impThese checks against BUSY aren't needed: the newbus...
2009-09-04 jfvIf an interface is brought up with no cable it will...
2009-09-04 sammust also plumb static wep keys to the local sta db...
2009-09-04 jhbFill the reverse RSS map with 0xff's so that the subseq...
2009-09-04 mavRemove artificial MAX_IO_SIZE constant, equal to DFLTPH...
2009-09-04 jamieAllow a jail's name to be the same as its jid (which...
2009-09-04 kibAdd missing ';'.
2009-09-04 traszMake umass(4) pass device USB serial number to CAM...
2009-09-04 pjdIf crypto operation is finished with EAGAIN, don't...
2009-09-04 pjdMake serial numbers of daX disks visible by GEOM.
2009-09-04 pjdSimplify g_disk_ident_adjust() function and allow any...
2009-09-04 pjdRemove 'ad:' prefix from disk serial number. We don...
2009-09-04 julianwhitespace commit
2009-09-04 julianBring i386 up to date with amd64 and others.
2009-09-04 weongyofix a TX issue on big endian machines like powerpc...
2009-09-03 jfvStupid cut and paste error on a stats struct member...
2009-09-03 gnnAdd ARP statistics to the kernel and netstat.
2009-09-03 mavRound maxio for ATI SB600 to 64K.
2009-09-03 edExpose the TF_REVERSE flag to the console driver.
2009-09-03 samcorrect timeout for doing NOL processing; need a ticks...
2009-09-03 samon transition to SLEEP state mark the station in power...
2009-09-03 attilioAdd intermediate states for attaching and detaching...
2009-09-03 mavATI SB600 can't handle 256 sectors transfers with FPDMA...
2009-09-03 edMove libteken out of the syscons directory.
2009-09-02 attilioFix some bugs related to adaptive spinning:
2009-09-02 jkimFix confusing comments about default PAT entries.
2009-09-02 jkim- Work around ACPI mode transition problem for recent...
2009-09-02 mavImprove HDA controller capabilities logging.
2009-09-02 jhbDon't attempt to bind the current thread to the CPU...
2009-09-01 gnnAdd counters for the i7 architecture which were acciden...
2009-09-01 bzIn case an upper layer protocol tries to send a packet...
2009-09-01 adrianDelete whitespace not in i386/pmap.c
2009-09-01 kibFix mount reference leak when V_XSLEEP is specified...
2009-09-01 kibReintroduce the r196640, after fixing the problem with...
2009-09-01 adrianMigrate to use cpuset_t.
2009-09-01 adrianMerge in the pat_works work from sys/i386/i386/pmap...
2009-09-01 adrianFix broken build.
2009-08-31 adrianRevert previous commit; that was left-over junk in...
2009-08-31 adrianShuffle pagezero() into the same location as in sys...
2009-08-31 yongariMake sure rx descriptor ring align on 16 bytes. I guess the
2009-08-31 samOn resume in sta mode program the beacon timers so...
2009-08-31 qingliThis patch fixes the following issues:
2009-08-31 jhbSimplify pmap_change_attr() a bit:
2009-08-31 jhbImprove pmap_change_attr() so that it is able to demote...
2009-08-31 delphijPartially revert 196524: this part of change should...
2009-08-31 pjdBackport the 'dirtying dbuf' panic fix from newer ZFS...
2009-08-31 kibMake the mnt_writeopcount and mnt_secondary_writes...
2009-08-31 kibRemove spurious pfs_unlock().
2009-08-31 qingliAs part of r196609, a call to "rtalloc" did not take...
2009-08-30 pjdAdd missing mountpoint vnode locking.
2009-08-30 kmacyadd core dump support to blkfront
2009-08-30 mavFix build with INVARIANTS.
2009-08-30 mavShort ATA command format has 28bit address, not 36bit.
2009-08-30 mavATA_FLUSHCACHE is a 36bit format command, not 48.
2009-08-30 mavMFp4:
2009-08-30 mavMFp4:
2009-08-30 bzMake sure FreeBSD binaries without .note.ABI-tag sectio...
2009-08-30 qingliPrefix on-link verification is being performed on stati...
2009-08-29 kibReverse r196640 and r196644 for now.
2009-08-29 kibDispose the kernel stack of the proper thread.
2009-08-29 rnolandSwap the start/end virtual addresses in pmap_invalidate...
2009-08-29 kibRemove the altkstacks, instead instantiate threads...
2009-08-29 jhbMark the fake pages constructed by the OBJT_SG pager...
2009-08-29 impConnect bwi up to the build. While there are some...
2009-08-28 zecFix a few panics in linuxulator + VIMAGE due to curvnet...
2009-08-28 zecIntroduce a separate sx lock for protecting lists of...
2009-08-28 jhbExtend the device pager to support different memory...
2009-08-28 edHook up the pty(4) module to the build.
2009-08-28 tuexenFix a bug where vlan interfaces are not supported by...
2009-08-28 qingliIn ip_output(), the flow-table module must not try...
2009-08-28 qingliDo not try to free the rt_lle entry of the cached route in
2009-08-27 samrevert r196600; didn't notice it'd been done already
2009-08-27 samchange default regdomain for thailand
2009-08-27 samenable mesh by default
2009-08-27 jamieFix a LOR between allprison_lock and vnode locks by...
2009-08-27 pjdThere's no need for checking result of M_WAITOK allocation.
2009-08-27 pjdFix an obvious topology lock leak.
2009-08-26 qingliWhen multiple interfaces exist in the system, with...
2009-08-26 stas- Add quirk for Sony DSC digital cameras. This umass...
2009-08-26 mariusAdd a temporary workaround which just lets init die...
2009-08-26 kibHonor the vfs.timestamp_precision sysctl settings for...
2009-08-26 rwatsonAdd IFNET_HOLD reserved pointer value for the ifindex...
2009-08-25 jillesFix poll() on half-closed sockets, while retaining...
2009-08-25 rwatsonBreak out allocation of new ifindex values from if_allo...
2009-08-25 mlaierFix argument ordering to memcpy as well as the size...
2009-08-25 thompsaIt is possible for all the kthreads to exit (hci module...
2009-08-25 glebiusFix build broken in r196524.
2009-08-25 rajIntroduce SheevaPlug support.
2009-08-25 rwatsonUse locks specific to the lltable code, rather than...
2009-08-25 rajIntroduce MII_ADDR_BASE option on ARM, which allows...
2009-08-25 rajExclude common Kirkwood settings so they can be shared...
2009-08-25 rajProperly handle initial state of power mgmt.
2009-08-25 rajEliminate platform_pmap_init() to simplify Marvell...
2009-08-25 impRather than havnig enabled/disabled, implement a max...
2009-08-24 delphijFix VESA modes and allow 8bit depth modes.
next