Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-04 | sys/mmap.h: expose getpagesizes & mmapobj | Igor Pashev | 2 | -12/+53 | |
2015-10-21 | sys/mman.h expose memcntl() | Igor Pashev | 3 | -3/+19 | |
2015-10-19 | Updated changelog | Igor Pashev | 1 | -1/+3 | |
2015-10-19 | Suggest new driverdb | Igor Pashev | 1 | -2/+2 | |
2015-10-19 | Added basic ABI sanity test | Igor Pashev | 6 | -0/+2218 | |
2015-10-19 | Removed old files, added new | Igor Pashev | 3 | -22/+20 | |
2015-10-19 | Updated for avl_swap | Igor Pashev | 1 | -19/+7 | |
2015-10-19 | Added bnxe-macro.patch | Igor Pashev | 2 | -0/+16 | |
2015-10-19 | Refreshed patches | Igor Pashev | 5 | -25/+30 | |
2015-10-19 | New upstream snapshot. Updated patches | Igor Pashev | 21 | -1931/+154 | |
2015-10-19 | Added test-orig | Igor Pashev | 1 | -2/+12 | |
2015-10-18 | Typo | Igor Pashev | 1 | -1/+1 | |
2015-10-18 | Typo | Igor Pashev | 1 | -2/+2 | |
2015-10-18 | uts (4.3.1.git.35107df-2) | Igor Pashev | 1 | -2/+2 | |
2015-10-18 | Sanity check | Igor Pashev | 2 | -1/+7 | |
2015-10-17 | Updated debian/copyright, though it is not accurate | Igor Pashev | 1 | -4/+0 | |
2015-10-17 | Set install root | Igor Pashev | 1 | -6/+15 | |
2015-10-17 | Use 3.0 (quilt) format with new dh_illumos_gate | Igor Pashev | 4 | -100/+59 | |
2015-10-10 | 4.3+9 by GCC 5 | Igor Pashev | 10 | -0/+212 | |
2015-03-27 | uts (4.3+8) unstable; urgency=medium | Igor Pashev | 2 | -0/+15 | |
* One more issue with rpc/rpc.h. Now both libc and samba can be compiled as is. Updated debian/patches/rpc-rpc-h.patch | |||||
2015-03-26 | uts (4.3+7) | Igor Pashev | 1 | -2/+2 | |
2015-03-26 | Added debian/patches/statfs-is-statvfs.patch | Igor Pashev | 3 | -0/+174 | |
2015-02-11 | Updated debian/patches/rpc-rpc-h.patch | Igor Pashev | 2 | -18/+27 | |
2015-01-11 | uts (4.3+6) unstable; urgency=medium | Igor Pashev | 1 | -5/+5 | |
* Added debian/patches/index_t.patch * Added debian/patches/rpc-rpc-h.patch * Added debian/patches/sys-ioctl-include-termios.patch * Added debian/patches/regset-names.patch | |||||
2015-01-11 | Added debian/patches/regset-names.patch | Igor Pashev | 2 | -0/+23 | |
2015-01-11 | rpc/svc_mt.h should not be included for kernel (missing synch.h) | Igor Pashev | 1 | -7/+6 | |
2015-01-08 | sys/ioctl.h should include sys/termios.h | Igor Pashev | 3 | -0/+14 | |
2014-12-25 | Added debian/patches/rpc-rpc-h.patch: resolve conflicts with other libraries | Igor Pashev | 3 | -0/+33 | |
2014-11-04 | Get rid of index_t | Igor Pashev | 3 | -0/+220 | |
2014-10-01 | uts (4.3+5) unstable; urgency=medium | Igor Pashev | 3 | -2/+18 | |
* Install usr/src/uts/common/sys/scsi/impl/*.h to usr/include/sys/scsi/impl * Install usr/src/uts/common/sys/scsi/generic/*.h to /usr/include/sys/scsi/generic * Define SOL_TCP == IPPROTO_TCP in netinet/in.h (updated define-SOL_IP.patch) * Added disable-clobbered-warning.patch | |||||
2014-10-01 | Define SOL_TCP == IPPROTO_TCP | Igor Pashev | 2 | -5/+7 | |
2014-06-22 | Install usr/src/uts/common/sys/scsi/generic/*.h to /usr/include/sys/scsi/generic | Igor Pashev | 3 | -2/+3 | |
2014-06-21 | Install usr/src/uts/common/sys/scsi/impl/*.h to usr/include/sys/scsi/impl | Igor Pashev | 3 | -1/+8 | |
2014-06-17 | uts (4.3+4) unstable; urgency=medium | Igor Pashev | 3 | -7/+9 | |
* sys/ioctl.h: do not include sys/tt*.h unless BSD_COMP is defined, other files (sys/filio.h, sys/sockio.h) are included unconditionally (updated sys_ioctl_h-bsd-comp.patch). This fixes FTBFS of the shadow package, caused by the previous version of that patch. sys/tt*.h shadow some macros from sys/termios.h * Backported 4840 ddi_dma_mem_alloc()/ddi_dma_mem_free() are O(n**2) [illumos-4840-ddi_dma_mem_alloc.patch] * Install usr/src/uts/common/sys/ib/*.h to usr/include/sys/ib (moved to uts-dev) | |||||
2014-05-06 | Backported 4840 ddi_dma_mem_alloc()/ddi_dma_mem_free() are O(n**2) | Igor Pashev | 3 | -0/+175 | |
2014-05-05 | sys/ioctl.h: do not include sys/tt*.h unless BSD_COMP is defined | Igor Pashev | 2 | -10/+14 | |
2014-05-02 | uts (4.3+3) unstable; urgency=medium | Igor Pashev | 4 | -106/+199 | |
* Added sys_ioctl_h-bsd-comp.patch * Completely removed compiler check from sys/feature_tests.h (updated relax-standard-conformance.patch * Install usr/include/sys/sysevent_impl.h. Replaces libsysevent1-dev (<< 2.10-3) * Install usr/src/uts/common/inet/ilb.h to /usr/include/inet * Install usr/src/uts/common/sys/fs/smbfs_mount.h /usr/include/sys/fs * New package illumos-kernel-headers: - many kernel headers under /usr/include/illumos - some headers moved from uts-dev * Build with gcc 4.8: - Added uts-gcc48-warnings.patch - Build depends gcc (>= 4:4.8.2) | |||||
2014-04-25 | Install comstar headers | Igor Pashev | 1 | -3/+11 | |
2014-04-25 | Install fc ulp and private headers | Igor Pashev | 1 | -0/+2 | |
2014-04-25 | Install emlxs headers | Igor Pashev | 1 | -0/+1 | |
2014-04-25 | Fixed path to sys/sysevent_impl.h | Igor Pashev | 1 | -1/+1 | |
2014-04-25 | Build with gcc 4.8. | Igor Pashev | 4 | -1/+69 | |
- Added uts-gcc48-warnings.patch - Build depends gcc (>= 4:4.8.2) | |||||
2014-04-23 | New package: illumos-kernel-headers | Igor Pashev | 4 | -13/+21 | |
This package provides the architecture-specific kernel header files for illumos kernel, generally used for building out-of-tree kernel modules (like kmdb). | |||||
2014-04-22 | Completely removed compiler check from sys/feature_tests.h | Igor Pashev | 2 | -18/+24 | |
2014-04-15 | A lot of new headers to allow building out of illumos source | Igor Pashev | 3 | -1/+16 | |
* Install usr/src/uts/i86pc/sys/*.h to usr/include/illumos/i86pc/sys * Install usr/src/uts/i86xpv/sys/*.h to usr/include/illumos/i86xpv/sys * Install usr/src/uts/common/fs/sockfs/*.h to usr/include/illumos/fs/sockfs * Install usr/src/uts/common/io/*.h to usr/include/illumos/io * Install usr/src/uts/common/inet/sctp/*.h to usr/include/illumos/inet/sctp * Install usr/src/uts/common/sys/cmt.h to usr/include/sys * Install usr/include/sys/sysevent_impl.h. Replaces libsysevent1-dev (<< 2.10-3) | |||||
2014-04-12 | Added sys_ioctl_h-bsd-comp.patch | Igor Pashev | 3 | -0/+31 | |
We always want more from sys/ioctl.h, especially FIONREAD | |||||
2014-04-03 | uts (4.3+2) unstable; urgency=medium | Igor Pashev | 1 | -0/+7 | |
* Refreshed illumos-4682.patch * Define SYS_accept4 in sys/syscall.h (updated syscall-accept4.patch) | |||||
2014-04-03 | Refreshed illumos-4682.patch | Igor Pashev | 1 | -11/+11 | |
2014-04-03 | Define SYS_accept4 in sys/syscall.h | Igor Pashev | 1 | -11/+23 | |
2014-04-02 | uts (4.3+1) unstable; urgency=medium | Igor Pashev | 1 | -3/+3 | |
* Disabled building kmdb (with disable-kmdb.patch) * Added illumos-4431-4616-igb.patch: - 4431 igb support for I354 - 4616 igb has uninitialized kstats * Depends on updated driverdb (>= 4.3+1) * Backported fixes for bugs: 4622 asy.conf interrupt configuration broken (illumos-4622-asy.patch) 4653 net hooks registered with HH_BEFORE or HH_AFTER hints create invalid hint_value kstats (illumos-4653.patch) 4679 want workaround for Intel erratum BT81 (illumos-4679-intel-erratum-BT81.patch) 4682 panic in mptsas refhash (illumos-4682.patch) |