Commit Graph

223177 Commits

Author SHA1 Message Date
pooka
2d749e995e Note that etfs keys are not visible in directory listings,
per discussion with bad
2013-12-19 15:51:39 +00:00
msaitoh
60fd7f72f9 Add support for FTDI FT230X. 2013-12-19 08:22:40 +00:00
msaitoh
a60de8f7b3 regen. 2013-12-19 08:22:13 +00:00
msaitoh
196684f4fb Add FTDI FT230X. 2013-12-19 08:21:49 +00:00
wiz
b07680d7fe Bump date for previous. 2013-12-19 07:49:50 +00:00
jnemeth
4fb24d0cac Add the backup subcommand. It dumps the contents of the partition
tables as a plist, which is readable by the restore subcommand.

XXX restore subcommand forthcoming
2013-12-19 06:46:51 +00:00
gdt
2fcdfb0522 rm -f an .objdir file before copying to it. 2013-12-19 01:10:19 +00:00
gdt
855b0c1683 When copying an .OBJDIR file, rm -f first.
Arguably there should be some general mechanism, but there isn't yet,
and I hit a build failure at

	cp ${.CURDIR}/arch/${GMP_MACHINE_ARCH}/config.m4 ${.OBJDIR}/config.m4

because my source tree is mode 444, and hence my previously-copied
config.m4 was too.
2013-12-19 01:07:03 +00:00
alnsn
202116b0b6 Add bpfilterbadmem, bpfilternoinitA and bpfilternoinitX tests. 2013-12-18 22:39:16 +00:00
pooka
a1ee0e7eea Actually, nevermind with the whole LD_DYNAMIC_WEAK business, forgot
to unset it from the shell before testing.
2013-12-18 20:56:32 +00:00
pooka
e51a22a59b Set LD_DYNAMIC_WEAK, required by glibc ld.so for -l params.
(this accidentally slipped in the previous commit already, but
I'm recommitting it to get cvs annotate right)
2013-12-18 20:50:30 +00:00
pooka
57d34ab9b0 Use rumperr to print correct error strings on !NetBSD. 2013-12-18 20:48:31 +00:00
pooka
cbbcae5f8b remove outdated comment (since quite a few months ago) 2013-12-18 20:24:04 +00:00
pooka
c0dbaf1358 install rumperr.h 2013-12-18 20:14:02 +00:00
pooka
796ef7fdf2 regen 2013-12-18 20:12:08 +00:00
pooka
31ca0a94e8 generate errno -> str routine (for portable programs) 2013-12-18 20:10:58 +00:00
skrll
4c748a0caf Remove unused variable 2013-12-18 13:03:59 +00:00
skrll
615e0974de Initialise len in ti_iic_do_{read,write}.
Is this worth a pullups?
2013-12-18 12:54:35 +00:00
skrll
e1d983db73 Deal with unused variables. 2013-12-18 12:54:01 +00:00
skrll
2c7ba894dc Remove unused variable. 2013-12-18 12:53:26 +00:00
skrll
2facbfc501 Remove unused variables. 2013-12-18 12:52:47 +00:00
skrll
cfac49f5f3 Silence gcc 4.8 2013-12-18 12:43:59 +00:00
macallan
612b1d90d4 get rid of /dev/fb support which has never been used for anything other than
some highly experimental code in xf86/Xsun
2013-12-18 11:53:17 +00:00
martin
19817e28e0 The "close" call returns no arguments 2013-12-18 10:09:56 +00:00
msaitoh
5aff38d633 Fix comment. 2013-12-18 03:20:19 +00:00
jnemeth
6f2d9e3758 If we want to GUIDs to display with correct endian, it helps to decode it first. 2013-12-18 03:20:09 +00:00
alnsn
ceb0a8f1ae Turn on executable allocator an use module_map with UVM_KMF_EXEC flag.
This should fix execution of code generated by librumpkern_sljit.
Also enable global lock.
2013-12-17 22:39:23 +00:00
njoly
b647d3d5d8 Cleanup compat linux errnos by adding generic errnos in a single file.
Use it for all arches except alpha and mips.
Add a few missing native to linux errno conversions.
2013-12-17 22:14:24 +00:00
martin
4d03a889b8 Free pathbuf in an error path.
From Maxime Villard.
2013-12-17 20:45:22 +00:00
martin
261edc5997 Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.
2013-12-17 20:26:46 +00:00
martin
89c87ea341 Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
2013-12-17 20:25:00 +00:00
jakllsch
3b480d7c2c Add an ID for VIA VT1705. 2013-12-17 17:13:46 +00:00
martin
fff1da5204 Remove unused variables. 2013-12-17 16:00:23 +00:00
pooka
7d5558e88d fix tyop 2013-12-17 14:30:18 +00:00
njoly
357f21b477 Add a few missing xorg drivers debug entries. And while here kill some
duplicated lines.
2013-12-17 13:44:59 +00:00
joerg
e6e0935156 Mark bcmrng_write_4, bcmccb_write_4 and bcmccb_read_4 as unused 2013-12-17 13:13:26 +00:00
joerg
df74496f3d armgic_priority_to_ipl is only used in #if 0'd code, so apply that as
well.
2013-12-17 13:12:45 +00:00
joerg
1f704fde40 delta can't be negative. Wrapped value is seen as large positive, so
covered already.
2013-12-17 13:11:18 +00:00
njoly
b0550d75f0 Skip varshm check if there is no fstab (like in chroots). 2013-12-17 12:51:26 +00:00
apb
81b1fb1df7 In all man pages that say:
The -H, -L and -P options are ignored unless the -R option is
    specified.  In addition, these options override each other and the
    command's actions are determined by the last one specified.

Add:

    The default is as if the -P option had been specified.
2013-12-17 09:54:08 +00:00
wiz
845c2955b6 Fix handling of nested double quotes.
From Ingo Schwarze <schwarze@usta.de> based on patch by enami@
in PR 48438.
2013-12-17 09:28:10 +00:00
njoly
95fdd71787 Do not remove luacore entries, mark them as obsolete instead. 2013-12-17 08:46:37 +00:00
joerg
9d9e9fc48d Initialiase nop count to avoid uninitalised use warnings from Clang.
XXX Nop should be spelled in a better way
2013-12-17 01:29:39 +00:00
joerg
b6c4ec7e11 Mark tmr0_read and tmr1_read as unused. 2013-12-17 01:28:56 +00:00
joerg
9b22fabbbc Nuke __raise. 2013-12-17 01:28:04 +00:00
joerg
0c87c94ac0 Write out register pairs for strd. 2013-12-17 01:27:21 +00:00
joerg
599ef1ce3d ib_get is not used in the evbarm/OPENRD kernel, so mark it as such. 2013-12-17 01:17:39 +00:00
joerg
f0be17a3a4 Fix memset arguments. 2013-12-17 01:00:16 +00:00
lneto
ae5a3d714d added luasystm files (for some reason it wasn't done in the last commit) 2013-12-17 00:02:22 +00:00
lneto
1c57b8e8aa renamed luacore to luasystm 2013-12-16 23:54:26 +00:00