Skip to content
Started 7 hr 11 min ago
Took 4 min 18 sec on gawain4.nyi.freebsd.org
Failed

#1284 (Sun May 26 22:00:00 GMT 2024)

7975f57b7e14b146ca730421ef9e2094c242e9c0
Changes
  1. fix (nuageinit): SSH keys are not handled in metadata but in userdata (details / cgit)
  2. ifconfig: Redo fix vlan/vlanproto reconfiguration (details / cgit)
  3. cryptocheck: Don't test Chacha20-Poly1305 with an IV size of 8 (details / cgit)
  4. lockmgr: make lockmgr_disowned public and use it (details / cgit)
  5. buf: define and use BUF_DISOWNED (details / cgit)
  6. getblk: fail faster with GB_LOCK_NOWAIT (details / cgit)
  7. glabel.8: Describe cases related to permissions / existing mounts (details / cgit)
  8. capsicum: allow rfork(2) in capability mode (details / cgit)
  9. Regen (details / cgit)
  10. LinuxKPI: 802.11: fix for_each_sta_active_link() (details / cgit)
  11. LinuxKPI: add kvmemdup() (details / cgit)
  12. access(2): Discourage use of these system calls. (details / cgit)
  13. ftpd: stop using -g flag for /bin/ls (details / cgit)
  14. iavf(4): Improve man page (details / cgit)
  15. LinuxKPI: add FIELD_PREP_CONST() (details / cgit)
  16. autofs manuals: align lists, tag SPDX (details / cgit)
  17. unionfs.4: describe better, tag SPDX (details / cgit)
  18. smb.4/smbfs.4: distinguishable descriptions, +SPDX (details / cgit)
  19. libnvmf: avoid resource leak (details / cgit)
  20. kern/rman: update DPRINTF() macro, avoid semicolon swallowing match (details / cgit)
  21. kern/rman: update debugging lines in subr_rman.c (details / cgit)
  22. kern/rman: remove rman_reserve_resource_bound(), partially revert (details / cgit)
  23. kern/rman: update rman_make_alignment_flags() (details / cgit)
  24. kern/rman: mark rman get functions as taking constants (details / cgit)
  25. linprocfs: Add support for proc/sysvipc/{msg,sem,shm} (details / cgit)
  26. linprocfs: use %z for size_t arguments (details / cgit)
  27. Allow DEBUG_SH=rc:all to debug all rc.d (details / cgit)
  28. Simplify the code. (details / cgit)
  29. Fix build. (details / cgit)
  30. capsicum: SIGTRAP is delivered also on ECAPMODE error. (details / cgit)
  31. time: siginfo_recvd needs to be marked volatile (details / cgit)
  32. if_vlan: handle VID conflicts (details / cgit)
  33. daemon: Add -C (--restart-count) option (details / cgit)
  34. stand/efi: Fix for binutils when targeting arm64 (details / cgit)
  35. stand/kboot: Fix the linker script OUTPUT_FORMAT (details / cgit)
  36. csu: Find the main pointer through the GOT (details / cgit)
  37. sys/sys: Fix __builtin_is_aligned fallback (details / cgit)
  38. arm64: Use the UL macro in TCR_EL1 defines (details / cgit)
  39. arm64: Add the pointer auth registers to armreg.h (details / cgit)
  40. arm64: Use the pointer auth register defines (details / cgit)
  41. arm64/rockchip: Fix the build with GCC (details / cgit)
  42. pci: Fix pci_host_generic_acpi with gcc (details / cgit)
  43. dev/hwpmc: Fix the dmc620 MD4 macro (details / cgit)
  44. sys: Build arm64 per-thread SSP with GCC (details / cgit)
  45. arm64: Fixed IOMMU compilation errors (details / cgit)
  46. mac_do: add a new MAC/do policy and mdo(1) utility (details / cgit)
  47. RELNOTES: document MAC/do (details / cgit)
  48. arm64: Return newline at the end of NOTES back (details / cgit)
  49. rc: add service jails framework (details / cgit)
  50. rc.d: add a service jails config to all base system services (details / cgit)
  51. mac_do(4): fix typo (details / cgit)
  52. usr.bin/top: fix displaying load average for loads of at least 100 (details / cgit)
  53. tpm_if.m: declare bus addresses as bus_size_t not bus_addr_t (details / cgit)
  54. riscv: Fix SSTC extension support (details / cgit)
  55. riscv: Implement atomic operations (details / cgit)
  56. arm64: Allow userspace to be built with PAC and BTI (details / cgit)
  57. src.conf.5: Regen (details / cgit)
  58. blackhole.4: improve man page (details / cgit)
  59. Add function to OSD to get values without taking the lock. (details / cgit)
  60. zzz: Fix output formatting when suspend state not supported (details / cgit)
  61. LinuxKPI: 802.11: change teardown order to avoid iwlwifi firmware (details / cgit)
  62. LinuxKPI: 802.11: rename chanctx_conf for consistency (details / cgit)
  63. autofs: Fix cross-threading on file to delete (details / cgit)
  64. Fix typo (details / cgit)
  65. mqueuefs: minor style pass (details / cgit)
  66. mqueuefs: uma_zfree() can be postponed until mqfs sx mi_lock is dropped (details / cgit)
  67. mqueuefs: mark newly allocated vnode as constructed, under the lock (details / cgit)
  68. snd_hda: Add patch for Asus UX331UAL (details / cgit)
  69. geom: Remove sysctl.h (details / cgit)
  70. sound: Separate implementations for SNDCTL_AUDIOINFO[_EX] and (details / cgit)
  71. sound: Handle unavailable devices in various OSS IOCTLs (details / cgit)
  72. mixer(8): Ignore mixer_open() failures for the -a option (details / cgit)
  73. mixer(3): Implement mixer_get_path() function (details / cgit)
  74. mixer(8): Use mixer_get_path() (details / cgit)
  75. mixer.3: Fix mandoc -Tlint warnings (details / cgit)
  76. sound: Fix minchn, maxchn and fmts in sndstat_get_caps() (details / cgit)
  77. arm64: set ATTR_CONTIGUOUS on the DMAP's L2 blocks (details / cgit)
  78. freebsd-update: Correctly check if pkg(8) is present (details / cgit)
  79. Stop treating size 0 as unknown size in vnode_create_vobject(). (details / cgit)
  80. MAC/do: allow to call setuid if real user id is 0 (details / cgit)
  81. pcm: centralize 32-bit ioctl compat (details / cgit)
  82. Fix scn_queue races on very old pools (details / cgit)
  83. libpmc: remove tautological assert (details / cgit)
  84. libcompiler_rt: gcc13 doesn't support _Float16 on arm (details / cgit)
  85. Fix "version introduced" in two manual pages (details / cgit)
  86. etherswitch.4: Remove non-existent manual pages (details / cgit)
  87. etherswitch.4: List manual pages alphabetically (details / cgit)
  88. option_survey.sh: Bump size to 5GB (details / cgit)
  89. ci: Redirect output for builds. (details / cgit)
  90. cp: avoid a resource leak (details / cgit)
  91. ctl: use socket buffer mutexes in struct socket directly (details / cgit)
  92. mqueue: Add sysctl for default_maxmsg & default_msgsize and fix (details / cgit)
  93. linprocfs: Add support for proc/sys/fs/mqueue/* (details / cgit)
  94. mqueuefs: Relax restriction that path must begin with a slash (details / cgit)
  95. linux: Fix linux_mq_notify_args & linux_timer_create_args (details / cgit)
  96. linux: Export linux_common_openflags() (details / cgit)
  97. linux: Export linux_convert_l_sigevent (details / cgit)
  98. mqueue: Export some functions to be used by Linuxulator (details / cgit)
  99. mqueue: Introduce kern_kmq_timedreceive & kern_kmq_timedsend (details / cgit)
  100. linux: Support POSIX message queues (details / cgit)
  101. linux: Update linux manpage to mention mqueuefs (details / cgit)
  102. syscalls: Regen for Linux emulator additions (details / cgit)
  103. arp(8): allow -i with -s (details / cgit)
  104. Import bmake-20240520 (details / cgit)
  105. tcp: improve inp locking in setsockopt (details / cgit)
  106. Vendor import of llvm-project branch release/18.x (details / cgit)
  107. Remove COMPAT_FREEBSD4/5/6/7/9 from MINIMAL and FIRECRACKER kernel (details / cgit)
  108. netinet/icmp6: add PREF64 definitions (RFC 8781) (details / cgit)
  109. rtadvd(8): support PREF64 (RFC 8781) (details / cgit)
  110. sys/netinet/icmp6.h: use C99 uintX_t constants for new PREF64 struct (details / cgit)
  111. sys/netinet/icmp6.h: Fix build (details / cgit)
  112. sys/netinet/cc: Switch from deprecated random() to prng32() (details / cgit)
  113. fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi (details / cgit)
  114. LinuxKPI: 802.11: lock MO tx/wake_tx_queue() downcalls (details / cgit)
  115. Modernize DVD package set in preparation for 14.1 (details / cgit)
  116. Add rtw88 firmware to DVD package set (details / cgit)
  117. cross: Move Solaris API64 defines to common (details / cgit)
  118. arm64, riscv: removed unused struct pv_addr (details / cgit)
  119. arm64, riscv: remove unused declaration (details / cgit)
  120. geom: Add counts for enomem and pausing (details / cgit)
  121. geom_io: Shift to pause_sbt to eliminate bogus min and update comment. (details / cgit)
  122. cam: Drop periph lock when completing I/O with ENOMEM status (details / cgit)
  123. nvme: Count number of alginment splits (details / cgit)
  124. vm_pageout_scan_inactive: take a lock break (details / cgit)
  125. libc: move NIS xdr_* symbols from rpc's to yp's Symbol.map (details / cgit)
  126. vt(4): add note about sc/UEFI incompatibility (details / cgit)
  127. dhclient: remove unused primary_address (details / cgit)
  128. ipfw: don't build the module if INET not in kernel (details / cgit)
  129. sys/amd64/conf/LINT-NOINET{6,}: don't set WITHOUT_INET{6,}_SUPPORT (details / cgit)
  130. netlink: Fix C++ compile errors (details / cgit)
  131. x86/iommu: extract useful utilities into x86_iommu.c (details / cgit)
  132. tcp: improve blackhole support (details / cgit)
  133. vt/sc: retire logic to select vt(4) by default for UEFI boot (details / cgit)
  134. uma: Deduplicate uma_small_alloc (details / cgit)
  135. vm: Simplify startup page dumping conditional (details / cgit)

Started by timer

Revision: 0a44b8a56d23e24b05471ddb038b7dd30b149efe
Repository: https://git.freebsd.org/src.git
  • detached