]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Improve "reserved keywords" hack:
[FreeBSD/FreeBSD.git] / sbin /
2014-10-06 Alexander V. ChernikovImprove "reserved keywords" hack:
2014-10-06 Xin LIMFV r272591:
2014-10-06 Xin LIMFV r272588:
2014-10-06 Xin LIMFV r272585:
2014-10-06 Xin LIMFV r272501:
2014-10-06 Xin LIMFV r272500:
2014-10-05 Hiroki SatoUse printb() for boolean flags in ro_opts and actor_sta...
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Xin LIMFV r272494:
2014-10-04 Xin LIMFV r272493:
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 Hiroki SatoRevert r272390.
2014-10-02 Hiroki SatoSeparate option handling from SIOC[SG]LAGG to SIOC...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Glen BarberMerge the following revisions from ^/projects/release...
2014-10-02 Hiroki SatoAdd IFCAP_HWSTATS.
2014-10-01 Hiroki SatoVirtualize lagg(4) cloner. This change fixes a panic...
2014-10-01 Enji CooperCheck in first src/tests snapshot from NetBSD anoncvs
2014-09-28 Yoshihiro TakahashiMerged from r183296.
2014-09-26 Xin LIRefactor the code a little bit to reduce duplicated...
2014-09-25 Xin LIExplicitly set errno to 0 before calling strto*.
2014-09-25 Xin LIThe strtol(3) family of functions would set errno when...
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 Xin LIConstify a parameter of name2oid. No functional change.
2014-09-21 Hiroki SatoFix a typo.
2014-09-21 Hiroki SatoFix a bug which could make routed(8) daemon exit by...
2014-09-20 Hiroki SatoFix a problem that reply packets are not received when...
2014-09-20 Hiroki SatoRevert changes in r269180. It could cause -c N option...
2014-09-18 Marcelo AraujoThe lagg(4) interface is based on trunk(4) interface...
2014-09-18 Marcelo AraujoAdd laggproto broadcast, it allows sends frames to...
2014-09-17 Bryan DreweryIf fgets(3) fails in getbounds(), show strerror(3)...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-14 Bryan VenteicherAdd DEF_CLONE_CMD_ARG2
2014-09-14 Alexander MotinUpdate CAM CCB accounting for the new status quo.
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 Alexander V. ChernikovDo not try to read i2c info when no transceiver is...
2014-09-13 John BaldwinAdd a sysctl to export the EFI memory map along with...
2014-09-12 John BaldwinPass the length of an structure to the pretty-printer...
2014-09-11 Gleb SmirnoffSince r270929 raw sockets expect network byte order.
2014-09-10 Hiroki SatoFix a bug which could break extended attributes in...
2014-09-09 Andrey V. ElsukovAdd the ability to set `prefer_source' flag to an IPv6...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-03 Alexander V. Chernikov* Unconditionally turn on SIOCGI2C probing for all...
2014-09-01 Ed SchoutenAdd lock annotations to the threading API used by hastd.
2014-09-01 Stefan EßerAdd references to vt(4) to further man-pages.
2014-08-31 Gavin AtkinsonFix character case in examples for "camcontrol security...
2014-08-29 John Baldwin- Add a new structure type for the ACPI 3.0 SMAP entry...
2014-08-29 Alexander V. Chernikov* Add SIOCGI2C driver ioctl used to retrieve i2c info.
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-27 John BaldwinCorrect the destroy example. The -n argument is not...
2014-08-23 Enji CooperGarbage collect libl dependency
2014-08-23 Alexander V. ChernikovWhitespace/style changes merged from projects/ipfw.
2014-08-23 Alexander V. ChernikovMerge buffer-printing changes from from projects/ipfw...
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-21 Neel NatuChange file permissions for some setuid executables...
2014-08-21 Alexander V. Chernikov* Add new net/sff8436.h containing constants used to...
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-20 Alan SomersMisc fixes suggested by Coverity.
2014-08-20 Edward Tomasz Napi... Add description for the "automounted" mount flag.
2014-08-19 Bryan DreweryRevert r267233 for now. PIE support needs to be reworked.
2014-08-18 Alexander V. ChernikovZero buffer before request.
2014-08-18 Enji CooperAdd LIBUTIL to DPADD
2014-08-18 Enji CooperAdd -ll to LDADD to fix "make checkdpadd"
2014-08-17 Alexander V. ChernikovAdd forgotten DPADD to ifconfig(8).
2014-08-17 Neel NatuRemove LOG_ODELAY because it does nothing.
2014-08-17 Edward Tomasz Napi... Bring in the new automounter, similar to what's provide...
2014-08-16 Alexander V. ChernikovClean up unused definitions.
2014-08-16 Alexander V. Chernikov* Use standard net/sff8472.h header for sff bits and...
2014-08-16 Alexander V. ChernikovAdd support for reading i2c SFP/SFP+ data from NIC...
2014-08-16 Peter WemmUse mount protocol version 3 by default for showmount...
2014-08-15 Enji CooperFix atmconfig compilation when MK_ATM == yes and MK_BSN...
2014-08-15 Bjoern A. ZeebRemove bogus ; at the end of the if condition in order...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Alan Somerssbin/devd/devd.8
2014-08-13 Pedro F. GiffuniUse "NO NAME" as the default unnamed label.
2014-08-12 Glen BarberFix a typo in a comment: s/interprete/interpret/
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Andrey V. ElsukovTurn off kern.geom.part.mbr.enforce_chs by default.
2014-08-12 Andrey V. ElsukovRemove duplicate entry.
2014-08-12 Andrey V. ElsukovAdd sysctl and loader tunable kern.geom.part.mbr.enforc...
next