macallan
8223c4230d
on mips64 we can use the whole PCI space, not just the two 32MB windows
...
accessible via KSEG*
2015-09-24 17:56:59 +00:00
christos
e3e9fedc50
forgotten lint libraries.
2015-09-24 16:37:09 +00:00
christos
bec53237f7
debug for libproc
2015-09-24 16:36:58 +00:00
christos
a2d53314ad
debug for libproc tests
2015-09-24 16:02:39 +00:00
christos
85dc0057a4
Hello lint.
2015-09-24 15:30:39 +00:00
christos
e0fbcc46ac
regen
2015-09-24 14:58:19 +00:00
christos
701e13f65d
document new sysctls
2015-09-24 14:56:41 +00:00
christos
5255484a24
add new libproc test stuff
2015-09-24 14:50:06 +00:00
christos
afbe6b2d68
update for libproc/librtld_db/dtrace changes
2015-09-24 14:49:38 +00:00
christos
58ad14e816
Hook up libproc and librtld_db into the build
2015-09-24 14:48:36 +00:00
christos
9451a2b98d
regen
2015-09-24 14:42:44 +00:00
christos
6d8b5c3e29
Regen
2015-09-24 14:40:09 +00:00
christos
3762d08e86
add kinfo_getvmmap() decl
2015-09-24 14:39:37 +00:00
christos
80a7733395
Add kinfo_getvmmap from FreeBSD
2015-09-24 14:39:20 +00:00
christos
1fc78635f7
new things
2015-09-24 14:37:56 +00:00
christos
72494a1078
Add build stuff.
2015-09-24 14:36:54 +00:00
christos
376cb84211
implement VM_PROC_MAP
2015-09-24 14:35:15 +00:00
christos
932cdb9b10
regen
2015-09-24 14:34:22 +00:00
christos
60513d8ba2
Add proc_find_locked(), which returns the process locked and does the
...
sysctl access check.
2015-09-24 14:33:31 +00:00
christos
25f4925cd9
implementation of KERN_PROC_PATHNAME, some refactoring for KERN_PROC.
2015-09-24 14:33:01 +00:00
christos
4f052c60ca
Add KERN_PROC_PATHNAME and VM_PROC_MAP used by libproc.
2015-09-24 14:32:15 +00:00
christos
a56c5627aa
create an array of altsyscallnames, which are the syscall names that the
...
libc api uses. For example syscallnames[293] = "__sigprocmask14",
altsyscallnames[293] = "sigprocmask". This is so that things like dtrace
can use the system call names everyone uses. The array is sparse; if the
names were the same (or for compat names) they are not copied and the array
has NULL for them.
2015-09-24 14:30:52 +00:00
christos
5377c71070
use the alternate syscall names if available
2015-09-24 14:26:44 +00:00
christos
bae6f8e175
new from FreeBSD
2015-09-24 14:26:09 +00:00
christos
c0855460da
sync with FreeBSD
2015-09-24 14:25:29 +00:00
christos
2cd1ca309f
remove dup copies of code that we've moved to dev a long while ago
2015-09-24 14:23:39 +00:00
christos
26e9b7f568
sync with FreeBSD
2015-09-24 14:21:35 +00:00
christos
3745d9fb72
Sync with FreeBSD
2015-09-24 14:20:18 +00:00
christos
74f0118d99
sync with FreeBSD
2015-09-24 14:18:24 +00:00
christos
fbb8599f9a
We have libproc now
2015-09-24 14:17:20 +00:00
christos
d502ba5f9b
Add build glue, adjust for NetBSD
2015-09-24 14:15:58 +00:00
christos
945f510fbf
import librtld_db from FreeBSD
2015-09-24 14:14:37 +00:00
christos
52ebe1c2c4
Add glue, adjust for NetBSD.
2015-09-24 14:12:47 +00:00
christos
fbcd1dd103
Import libproc from FreeBSD
2015-09-24 14:05:35 +00:00
macallan
e71a84eaff
no need to set RI_CLEAR - we do our own clearing and rasops assumes a linear
...
framebuffer anyway. Now we can get away with leaving ri_bits at NULL where it
belongs on this hardware.
2015-09-23 20:09:45 +00:00
wiz
72127e3473
Add keys for wip.pkgsrc.org.
2015-09-23 12:14:51 +00:00
mrg
e03a4ba241
add "-R <roundbeats>" option, to round beat counts to be aligned to
...
<roundbeats>, which defaults to 1.
2015-09-23 05:31:01 +00:00
mrg
7380f0d5c2
remove unused GALLIUM_NAMES variable.
2015-09-23 05:28:14 +00:00
jnemeth
f533a65c60
Adjust dates for floating holidays. Use 2015 for things happening from
...
mid-October onwards, and 2016 for things happening earlier.
2015-09-23 05:21:00 +00:00
mrg
34a1d0259a
re-merge GCC 4.8.5 (part 1).
2015-09-23 04:23:50 +00:00
mrg
f78a39098a
re-merge GCC 4.8.5 (part 1)
2015-09-23 03:39:07 +00:00
mrg
678f798eaf
import GCC 4.8.5 as gcc.old, in prepartion to update GCC.
2015-09-23 03:03:02 +00:00
nonaka
d21bc91971
PR/50187: Don't use DS parameter set when 5GHz channel is scanning.
...
XXX: pullup-7
2015-09-22 23:23:06 +00:00
christos
1ede8275d7
- fix various leaks on error
...
- don't use the wrong error variable in switch
- always set the error return code
- return consistent errors when the input data cannot be handled.
2015-09-22 16:16:02 +00:00
christos
525756d35c
be more forgiving, and don't abort on unexpected errors.
2015-09-22 16:15:08 +00:00
christos
b350f7a434
Handle herrors properly so that postfix can return 4XX codes when appropriate.
...
Pointed out by Viktor Dukhovni.
2015-09-22 14:46:09 +00:00
joerg
229ac33392
Avoid left-shift of negative values.
2015-09-22 13:28:02 +00:00
joerg
605a3a0b27
Drop .proc. It is ignored by GNU as anyway.
2015-09-22 13:27:13 +00:00
joerg
7cd266968a
Restrict libc_vfp to NetBSD/arm. It doesn't make sense for aarch64.
2015-09-22 13:26:14 +00:00
wiz
c4443bdc21
Bump date for previous.
2015-09-22 08:29:30 +00:00