Commit Graph

223781 Commits

Author SHA1 Message Date
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
christos a7fd76f87e - add casts for sign-changing conversions
- fix types
2013-12-29 22:55:32 +00:00
christos 9778b180e3 Fix incorrect types 2013-12-29 22:54:58 +00:00
msaitoh 0ab2b83057 Add note about wm(4)'s I354 support. 2013-12-29 21:31:17 +00:00
msaitoh bcf70d1755 Add support For I354(C2000 interna Ethernet controller):
- Add I354 support.
 - Fix SGMII+MDIO case. SGMII+I2C is not supported yet.
 - Not tested well.
 - Sprinkle "XXX" to check later.
2013-12-29 21:28:41 +00:00
pgoyette 09c7634540 Start modularizing the opencrypto framework. 2013-12-29 18:20:42 +00:00
rkujawa d844050dd3 Note ACA500 support. 2013-12-29 18:11:15 +00:00
pgoyette 77b8800e73 Re-sort in alphabetic sequence. 2013-12-29 16:32:32 +00:00
nakayama 08b2d996d1 Make buildable w/o options SUN4V. 2013-12-29 12:36:30 +00:00
pgoyette 9e1a16ff38 Add new zlib module 2013-12-29 08:10:14 +00:00
pgoyette 1b0023ef9a Modularize net/zlib so it can be used by the vnd module (and, eventually,
by an opencrypto module).
2013-12-29 08:09:44 +00:00
christos a05b8588f7 Handle ancient vax gcc. 2013-12-29 03:32:00 +00:00
christos 6bb3b8411a not all characters are born signed. 2013-12-29 03:26:07 +00:00
christos 4f9b4467be Use cleantags to remove RCS tags, missed the NEWS file before. 2013-12-29 00:23:34 +00:00
dholland 1a69f6275d O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode. 2013-12-28 20:03:22 +00:00
pgoyette 9b1e967cfc Add entries for new ccd module 2013-12-28 19:46:00 +00:00
pgoyette 1b9d1cab87 Descend into ccd 2013-12-28 19:45:13 +00:00
pgoyette 8682ae0dd0 ccd module also needs dk_subr 2013-12-28 19:44:41 +00:00
pgoyette 61a025d95b Update sets lists for new modules. 2013-12-28 19:25:46 +00:00
pgoyette e5a29159a9 Make dksubr.c into a module, and make the cgd and dm modules depend on
it.

Now that cgd is completely modularized, descend into modules/cgd to
actually create the module.
2013-12-28 19:25:07 +00:00
christos 6a493d6bc6 Some html files were removed 2013-12-28 18:06:41 +00:00
christos e49015f507 warns 6 2013-12-28 18:04:18 +00:00
christos 8cf33d7f2e avoid using freed pointers and non-format strings 2013-12-28 18:04:03 +00:00
christos 285d1f1d2b fix for NetBSD-specific changes. 2013-12-28 17:36:50 +00:00
christos 1c9c725051 remove dup file 2013-12-28 17:35:01 +00:00
christos 966c0b1b14 32 bit build fixes. 2013-12-28 17:00:50 +00:00
christos 9d52fce24d Add more dependencies, fix CLEANDIR target 2013-12-28 16:03:51 +00:00
mrg 418eb52816 actually fix the previous change as desired. 2013-12-28 14:13:40 +00:00
mrg d89324ae0d add new ntp docs. 2013-12-28 14:08:31 +00:00
pgoyette a6570d4710 Update description to include Realtek 8211, to match contents of
sys/dev/mii/miidevs
2013-12-28 13:57:19 +00:00