pgoyette
06537b934f
Add new crypto algorithm modules to sets list
2014-01-01 15:22:33 +00:00
pgoyette
f45c6e8a3c
Create modules for software crypto components.
2014-01-01 15:18:57 +00:00
tsutsui
51c2df58e8
Enable file-system CD9660 to make cd(4) actually usable.
2014-01-01 08:41:52 +00:00
msaitoh
b20d0e739e
regen.
2014-01-01 08:33:31 +00:00
msaitoh
9d4e4bce46
Change description from ASPEED2000 to ASPEED Graphics Family because
...
the IP is used on AST1000,2050 and 2100, too.
2014-01-01 08:33:00 +00:00
isaki
2b1afc88b6
indent fix in a comment.
2014-01-01 05:23:40 +00:00
isaki
3eedc36da9
Fix a sign when a source or destination is either (plus/minus)zero
...
or (plus/minus)infinity. Found by XM6i.
2014-01-01 05:22:22 +00:00
jnemeth
524c82e251
Welcome to 2014!
2014-01-01 00:33:34 +00:00
christos
9bcdabb166
allow case statement without any patterns.
2013-12-31 22:53:57 +00:00
pgoyette
afa6e1a420
Remove duplicate/old declaration of 'host' now that we allocate it on stack.
2013-12-31 21:37:01 +00:00
christos
02a7f722be
pointless to call alloca for a 1K path string... Just allocate it on the stack!
2013-12-31 20:56:29 +00:00
christos
1ab3b05614
new bind
2013-12-31 20:27:57 +00:00
christos
b1aa753774
bump libisc for new bind
2013-12-31 20:26:17 +00:00
christos
b57e84e2d7
merge conflicts
2013-12-31 20:24:38 +00:00
christos
c1c9a8d904
changes for 9.9.5b1
2013-12-31 20:23:12 +00:00
christos
f9a251e72a
Import bind 9.9.5b1
2013-12-31 20:09:42 +00:00
christos
d2c532bec7
redo the ctf stuff to handle the USETOOLS=never case correctly and explain
...
how.
2013-12-31 18:46:09 +00:00
christos
f1736efba8
new tcpdump/libpcap
2013-12-31 17:35:45 +00:00
christos
870189d292
resolve conflicts.
2013-12-31 17:33:30 +00:00
christos
9d3749d780
update for 4.5.1
2013-12-31 17:33:11 +00:00
christos
026d728553
Import tcpdump 4.5.1
2013-12-31 17:13:59 +00:00
christos
511f4361e2
resolve conflicts.
2013-12-31 17:08:14 +00:00
christos
7e05f63e56
Import libpcap-1.5.2
2013-12-31 16:57:18 +00:00
skrll
3546eea784
Remove unused variable.
...
OK rkujawa
2013-12-31 14:51:46 +00:00
tsutsui
bc63cd47b4
Use softint(9) properly to process TX/RX data between tty(4) layer.
...
It could cause possible locking issue to call tty(4) layer functions
from IPL_SERIAL interrupt handlers.
Changes details (mostly similar to com(4) and z8530tty(4)):
- allocate RX buffer and put data and status into it in the interrupt handler
- call t_linesw->l_rint from the software interrupt handler
- set the only first byte in siottystart() and use t_outq buffer to send
multiple TX data
- call the next t_linesw->l_start on TX complete in the software interrupt
handler
Also put more changes:
- handle cnmagic(9) properly (now entering ddb(4) by console BREAK works)
- allocate tty in the attach function as other drivers rather than first open
- use proper variable types
2013-12-31 14:24:09 +00:00
mlelstv
8c51442d96
Use output buffer size to limit copy-out of sun_path. Otherwise you may
...
get a buffer overflow with strlcpy :)
2013-12-31 12:58:02 +00:00
skrll
ab8b74b3ab
KASSERT that the transfer callout is not pending.
...
Removes a XXX
2013-12-31 09:10:43 +00:00
pgoyette
2a3b433915
Clear up documentation for crypto_unregister() vs crypto_unregister_all()
...
since there is no definition of CRYPTO_ALGORITHM_ALL!
XXX The description of the arguments for crypto_register() needs further
updates, too, but that will be left for another day.
2013-12-31 01:55:05 +00:00
pooka
55ffc8641a
Do not export symbols which don't need to be exported.
...
via Justin Cormack
2013-12-31 00:25:17 +00:00
pooka
4b870e3771
Use signal.h instead of sys/signal.h. The latter is not standard
...
and does not exist at least on systems with musl libc.
from Justin Cormack
2013-12-31 00:23:56 +00:00
christos
ad495e7046
Now that our yacc supports providing yytname[] and does the name protection
...
automatically (as it should, unlike bison), elide the name protection hacks.
2013-12-30 22:32:45 +00:00
jakllsch
ba3004d138
Zero out on-stack 'marks' array before first use.
...
This is needed so the MARK_DATA index is properly filled in.
2013-12-30 21:45:51 +00:00
christos
d562d4d1b6
Add support for %token-table, yytname[] and YYTRANSLATE(). ntpd(8) needs them.
2013-12-30 19:08:55 +00:00
christos
08f2fa820a
- regen using byacc.
...
Now that we can generate the parser files we yacc, we could create a tool
keyword-gen so that we can generate all the files on the fly. It is not worth
it though.
2013-12-30 19:06:45 +00:00
christos
31c4e4c2ef
find ntp_scanner.h
2013-12-30 17:48:13 +00:00
christos
1aa1a11e17
regen
2013-12-30 17:45:40 +00:00
christos
a04a202dbc
put back mdstries
2013-12-30 17:42:19 +00:00
christos
382061577d
prevent coredumps from syntax errors in the config file causing negative
...
include indexes
2013-12-30 17:41:57 +00:00
kiyohara
fa3413d91e
Add ccd, cgd, dk_subr and zlib.
2013-12-30 14:17:54 +00:00
tsutsui
837223a076
Pull a fix of Bt458 (8bpp framebuffer) initialization from OpenBSD/luna88k.
...
http://marc.info/?l=openbsd-cvs&m=138838884202196
>> Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.
>>
>> According to the manual, the address register does not automatically
>> increment when we access to the control registers. Also we disable
>> overlay planes, because we do not use them.
2013-12-30 13:14:48 +00:00
martin
2e67acc4d6
Improve debugging output
2013-12-30 08:47:50 +00:00
martin
750e958278
Avoid buffer overruns (no practical difference for any sane firmware
...
properties, but better be safe).
2013-12-30 08:43:28 +00:00
dholland
ed70881960
Add crossreference to fd(4) as noted a while back in PR 45694. Bump date.
2013-12-30 08:43:22 +00:00
dholland
9b72241e07
Add cross reference to mount_fdesc(8), as noted a while back in PR 45694.
...
Also add a note that the floppy driver is documented in fdc(4). Bump date.
2013-12-30 08:42:00 +00:00
msaitoh
a86fd0ccac
regen.
2013-12-30 07:08:47 +00:00
msaitoh
a9e0b043d1
Add ASPEED AST2000.
2013-12-30 07:08:24 +00:00
christos
79fd98c4ce
remove unused variable
2013-12-30 01:55:54 +00:00
christos
4c05c4493f
remove unused variables
2013-12-30 01:34:22 +00:00
christos
178126fa8a
Simplify previous, don't even set the variables if they are not going to
...
be used.
2013-12-29 23:26:00 +00:00
christos
5aa89cd133
ifdef unused variables
2013-12-29 23:07:34 +00:00