Commit Graph

268235 Commits

Author SHA1 Message Date
kamil a8778fd7dc Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer
The macro is dummy for ia64 (the FP register is unknown and can change
freely) and sparc/sparc64 (not stored in struct reg).
2019-06-18 21:18:11 +00:00
kamil 6923eb2928 Allow to conditionally enable LWP ATF tests in t_ptrace_wait*
By default the tests are disabled.
2019-06-18 21:14:26 +00:00
sevan a8d9521c3c more bsd-family-tree 2019-06-18 21:08:34 +00:00
sevan e7ea67ae3c Sync with FreeBSD r349177 2019-06-18 21:07:21 +00:00
christos 1ad4b6698b sort -u opt_ to remove dup. 2019-06-18 16:46:03 +00:00
christos be18fc40de Regen 2019-06-18 16:24:32 +00:00
christos d284430a9c include #ifdefs in the syscalls autoload file and make it standalone.
XXX: This needs to be re-thought
2019-06-18 16:24:17 +00:00
christos 94ce234399 Add ifdef for quota and include the syscall numbers header 2019-06-18 16:23:24 +00:00
christos 9ab1edd43d Add options for quota. 2019-06-18 16:22:54 +00:00
christos 54eec0e664 remove XXX from the quota call. 2019-06-18 16:06:45 +00:00
pgoyette 2f426afbf1 Include opt_quota.h
Fixes (at least) the amd64 build.
2019-06-18 16:05:30 +00:00
pgoyette 2e63e20131 Include quota compat code by default 2019-06-18 15:26:27 +00:00
skrll 17eb632a81 Use UAL syntax for udf. NFCI. 2019-06-18 15:21:19 +00:00
maya db85bc906d Add more information about commands. Add a working, annotated example. 2019-06-18 14:28:40 +00:00
kamil a04979c2ea Fix warning message for mknod symbol linkage
The correct reference for mknod(2) is in <sys/stat.h>
2019-06-18 14:25:04 +00:00
maya 0837df3ba2 Don't describe wpa supplicant flags now that they aren't needed.
I'm intentionally not describing wpa_cli since it seems to be a worse
user experience than appending with wpa_passphrase.
2019-06-18 13:27:25 +00:00
sevan a46fcec08e Happy 32nd birthday SDF.org!
https://twitter.com/sdf_pubnix/status/1140280083598327810
https://sdf.org/?faq?BASICS?02
2019-06-18 12:05:51 +00:00
maya c678151c85 Include mesa-ver.mk so MESA_VER doesn't get expanded into an empty string.
This changes the output of glGetString(GL_VERSION)
from: 3.1 Mesa
to: 3.1 Mesa 18.3.4

This means programs like firefox/libreoffice no longer blacklist our mesa
version as being too old.

Fixes WebGL on firefox with AMD CEDAR, reported by nia.
2019-06-18 11:28:30 +00:00
martin bfaf0e5135 When creating an install description from existing partitions, use
the inner partitioning scheme (e.g.: disklabel) instead of the
outer (e.g. MBR).
2019-06-18 10:46:51 +00:00
martin e65e3888f5 Fix buffer size 2019-06-18 10:45:27 +00:00
msaitoh 4f3d647bcc Add note about the case of PCI_MSI_MDATA[64] is 16bit. 2019-06-18 10:06:49 +00:00
mrg 14c9b3f922 move struct axen_chain, struct axen_cdata, struct axen_softc,
struct axen_type, sc_if, GET_MII(), and GET_IFP() -- all the
software defined components from if_axenreg.h into if_axen.c.
2019-06-18 09:34:57 +00:00
msaitoh 38d0497851 KNF. No functional change. 2019-06-18 08:36:52 +00:00
msaitoh 7ad35d74eb No functional change:
- Fix typo (s/configureation/configuration/)
- KNF
2019-06-18 07:50:43 +00:00
kamil 561652851d Make LSDEAD usage conditional
LSDEAD is not used since NetBSD-5.0 and will be gone.

The same conditional usage is already in ps.c in the same program.
2019-06-18 02:23:29 +00:00
christos 699d99f7bb Add quota option 2019-06-18 01:43:07 +00:00
christos ce1ce9bbd3 regen 2019-06-18 01:42:44 +00:00
christos 41068958ba add quota option 2019-06-18 01:42:36 +00:00
christos 2785dc405f Add QUOTA define 2019-06-18 01:39:39 +00:00
christos 4beb53408a regen 2019-06-18 01:39:09 +00:00
christos 49f601fafb fix excl 2019-06-18 01:39:01 +00:00
christos 621cd49ab6 add quota check 2019-06-18 01:38:07 +00:00
christos 49f5ca72d2 regen 2019-06-18 01:37:03 +00:00
christos 0d67b43e45 use option quota 2019-06-18 01:36:50 +00:00
sevan 81fd9149fb bsd-family-tree 2019-06-17 22:03:50 +00:00
sevan 5033408edd Sync with FreeBSD r349157 2019-06-17 21:51:56 +00:00
kamil 34a328942e Register UBSAN_ALWAYS_FATAL in kernel configs for kUBSan 2019-06-17 19:01:17 +00:00
kamil f8310280bd Introduce UBSAN_ALWAYS_FATAL in micro-UBSan
UBSAN_ALWAYS_FATAL is a CPP option to mark all reports fatal always.
2019-06-17 18:55:37 +00:00
martin e39f72b662 Avoid format-nonliteral warnings from msgc generated files for now 2019-06-17 18:36:39 +00:00
sevan c43d72d8cb balloon(4) is in 2019-06-17 18:22:41 +00:00
sevan 39ee0c7657 Bump GCC version.
New binutils is out.
2019-06-17 18:19:03 +00:00
martin 3ec0f444d9 Avoid variable length local array 2019-06-17 17:53:41 +00:00
kamil a46394fe2a Define PTRACE_ILLEGAL_ASM for arm (32-bit)
udf $0 is expected to raise SIGILL for all ARM 32-bit targets.
2019-06-17 17:53:22 +00:00
kamil 975aab079d Drop asan/ubsan entry, implemented as MKSANITIZER and MKLIBCSANITIZER 2019-06-17 17:45:18 +00:00
ryoon cadfcb39d0 Fix build without DIAGNOSTIC 2019-06-17 17:14:56 +00:00
christos 23eed71e48 comment out CHFS to fix build issues 2019-06-17 17:06:39 +00:00
christos 7b60fbecff PR/54300: Andreas Gustafsson: Remove useless case. should fix
lib/libutil/t_snprintb test regression on sparc
2019-06-17 17:03:58 +00:00
sevan e0fe514bbe evbppc port has been built with modules for some time now, drop explanation on
why it's not and the if statement to exclude it.
2019-06-17 17:01:50 +00:00
jmcneill 2b33f18bc8 The second parameter to AcpiSetFirmwareWakingVector sets the
X_Firmware_Waking_Vector field (where supported), which will cause firmware
to resume in protected mode. Since our wake code assumes real mode, always
set X_Firmware_Waking_Vector to 0.
2019-06-17 16:34:02 +00:00
sevan 1e1110a58f CHFS 2019-06-17 15:53:20 +00:00