Commit Graph

185244 Commits

Author SHA1 Message Date
dholland
fd176799a3 Whitespace. 2009-10-29 08:47:07 +00:00
apb
2fbd897fba Describe new -n option in a comment; improve description of -m option. 2009-10-29 06:33:27 +00:00
macallan
aac6b5cfe3 mention pm2fb 2009-10-29 03:38:11 +00:00
christos
bd1f9e6807 short-circuit yacc. We cannot make %pure-parser 2009-10-29 02:36:48 +00:00
christos
187a8a16fa move the declaration below the rename defines. 2009-10-29 02:02:04 +00:00
wiz
823d48dac8 Bump date for previous. 2009-10-29 01:52:39 +00:00
wiz
bd339365ac Sort ERRORS. Add comma in enumeration. 2009-10-29 01:52:01 +00:00
christos
5c2a7ae329 take care of libc. 2009-10-29 01:16:51 +00:00
christos
791a485c93 give yacc's proper name 2009-10-29 01:07:00 +00:00
christos
7ab8a78837 fix dangling else 2009-10-29 01:04:17 +00:00
christos
271138cb3a use new yacc 2009-10-29 01:01:27 +00:00
christos
3cd2e75890 unhook yacc 2009-10-29 01:01:17 +00:00
christos
b0b0b5d4a5 add yacc 2009-10-29 00:58:50 +00:00
christos
8acf02aac6 new yacc. 2009-10-29 00:58:06 +00:00
christos
b8a7a0e253 add build glue. 2009-10-29 00:56:35 +00:00
christos
333e428841 add our patches 2009-10-29 00:56:19 +00:00
christos
f7a86c124a from http://invisible-island.net/byacc/byacc.html 2009-10-29 00:46:51 +00:00
haad
afa6bc484e Add workaround about zfs vnode reclaiming deadlock by checking if we don't
ehld ZFS_MUTEX_OBJ already. If we can lock OBJ_MUTEX deffer execution of
zfs_zinactive to taskq. Code was inspired by FreeBSD zfs_freebsd_reclaim.

XXX. This needs to be fixed after finding final solution for vnode lifecycle.
2009-10-28 23:44:51 +00:00
christos
a4ac032926 no unput 2009-10-28 22:49:38 +00:00
christos
2f78b1a39a no unput 2009-10-28 22:37:50 +00:00
christos
ba79df8804 put all the YY_NO in one place. 2009-10-28 22:22:44 +00:00
christos
6ed80d5bb1 no unput 2009-10-28 22:09:02 +00:00
christos
5e31efcd83 prefix some parameters with _ to avoid conflicts with files that have the
same variable names as globals.
2009-10-28 22:00:56 +00:00
christos
cbf0b9da9a more no unput 2009-10-28 21:42:47 +00:00
christos
cd2a002a7a no unput 2009-10-28 20:59:46 +00:00
christos
652adce2ab add %option noyywrap 2009-10-28 19:43:56 +00:00
snj
5a8793b8e8 Fix a bunch of typos and spelling errors. 2009-10-28 19:18:15 +00:00
njoly
b83467c466 Make flock(2) more robust to invalid operation, such as
(LOCK_EX|LOCK_SH).
2009-10-28 18:24:44 +00:00
njoly
a53601df2e Remove callback_entry ce description which has nothing to do with
callback_run_roundrobin() function.
2009-10-28 18:20:41 +00:00
christos
1a15c56ae5 we don't need unput 2009-10-28 17:25:44 +00:00
snj
a089595921 Kill two duplicates. 2009-10-28 15:56:26 +00:00
christos
4b8d7b63d1 Bring in the proper fix from upstream. 2009-10-28 15:00:26 +00:00
christos
69fc99cd30 Deal with errno correctly. Fixed better upstream. 2009-10-28 13:08:45 +00:00
christos
350212331d Handle nbtools build better. 2009-10-28 12:59:24 +00:00
njoly
d5870d0fb2 Debugging libraries require MKDEBUGLIB not MKDEBUG. 2009-10-28 11:20:07 +00:00
dholland
20f1b2155b "Ghandi" -> "Gandhi" 2009-10-28 06:23:29 +00:00
christos
d7554581c8 deal with libc's namespace protection 2009-10-28 05:04:02 +00:00
macallan
b37fcdb29c fix occasionally wrong colours in rectangle fills 2009-10-28 04:25:13 +00:00
macallan
d3a06a75fa add radeonfb ( has been working for ages with my XVR-100 ) and pm2fb ( for
PGX32 / TechSource Raptor GFX 8P )
We should probably enable cgthree as well since it grew wsdisplay support a
while ago.
2009-10-28 03:41:30 +00:00
christos
c2261f6766 don't '#define yywrap() 1', use '%option noyywrap'. This is because the
#define is doomed to failure if --prefix is used.
2009-10-28 02:42:20 +00:00
snj
b65156b03d As Mikael Magnusson notes, run_fsck_flags does not take a YES or NO
and it should be in the second listing of variables.  While here,
capitalize and make the description a little bit more explicit.
2009-10-28 02:31:44 +00:00
macallan
91a682eb8a A driver for the Permedia 2 graphics processor, so far it's been tested only
on sparc64 with a Sun PGX32 / TechSource Raptor GFX 8P
So far it accelerates block copies, rectangle fills and the cursor, it
supports the usual wsdisplay / vcons stuff.
TODO:
- character drawing by hardware so we don't need to map the framebuffer
- DDC2 support
- mode setting
This driver still relies on the firmware to set up graphics modes etc. so it
won't work on x86 ( or non-OpenFirmware for that matter ) unless you use the
VESA BIOS to set up graphics and pass the right properties ( width, height
etc. ) to the driver. For the same reason it will work only if it's the
OpenFirmware console.
2009-10-28 02:10:27 +00:00
snj
a9a9cf6f90 elric's ad clause is no more. 2009-10-27 23:23:33 +00:00
elric
022690d221 Assign copyright to TNF on these old files. 2009-10-27 23:04:41 +00:00
martin
7ef4d1bd9d Fix endianess issues when accessing the B-channel fifos. 2009-10-27 21:47:23 +00:00
snj
9204bc2aa1 hubertf's ad clause is no more. 2009-10-27 20:14:11 +00:00
christos
e05dbd930c Add a Makefile to rebuild the bootstrap files. 2009-10-27 18:50:31 +00:00
christos
41ebfbe2a9 break cyclical dependency of lex depending on m4 and m4 depending on lex,
by providing pre-built lex and yacc files for m4.
2009-10-27 18:35:09 +00:00
he
a53ef62805 Descend into the man/ subdirectory, so that flex.info gets installed,
and what gets installed matches up with the set lists.
2009-10-27 17:51:19 +00:00
christos
6e36ff926d PR/42239: M. Levinson: paxctl(8) fails since binutils 2.19.1 upgrade
binutils-2.19.1 tries to create one note section for all adjacent loadable
note sections, instead of the old behavior where each note is in its own
section. The fix looks at the section headers instead of the program headers
for the note.
2009-10-27 16:27:47 +00:00