Commit Graph

184921 Commits

Author SHA1 Message Date
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
tsutsui
0de065d369 Use HOST_SRCDIR=external/gpl3/binutils/usr.sbin/foo
in $(HAVE_BINUTILS)=="219" case.
Fixes build failures on Cygwin. (new libbfd depends on libz)

BTW, should we revive old ones under src/usr.sbin for
native dbsym(8)/mdsetimage(8) binaries which don't need libbfd?
2009-10-27 14:20:21 +00:00
hubertf
152f316d0a This was replaced by a shell script quite some time ago, purge. 2009-10-27 08:58:04 +00:00
hubertf
762f1eaa09 regen 2009-10-27 08:55:44 +00:00
rmind
8a919a04df cpu_proc_fork: use pcb1 and pcb2, and thus make routine more readable.
Remove or update outdated comments, add new ones.  Clean-up.
2009-10-27 03:48:59 +00:00
snj
a98264b10e Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyright
holders).
2009-10-27 03:45:32 +00:00
snj
7e31e944c7 Drop 3rd and 4th clauses. Approved by all copyright holders
(Embedtronics Oy's owners, Jon Sevy, and joff).
2009-10-27 03:42:31 +00:00
rmind
0d5ca7ed05 Make pcb_ldt_sel, in amd64, an unused field. Unlike in i386, it was
missed during clean-up of LDT handling.
2009-10-27 03:05:27 +00:00
rmind
e4be2748a3 - Amend fd_hold() to take an argument and add assert (reflects two cases,
fork1() and the rest, e.g. kthread_create(), when creating from lwp0).

- lwp_create(): do not touch filedesc internals, use fd_hold().
2009-10-27 02:58:28 +00:00
rmind
0ca6708c13 - Use pool(9) for pmf_event_workitem_t, instead of pool_cache(9). Still,
meta-data of this pool takes more space than the actual data..

- Reduce lowat/hiwat to 1..8, since intensity is very low.

- Remove unused pew_next_free from pmf_event_workitem_t.
2009-10-27 02:55:07 +00:00
christos
0918f42ca7 Fixes to pass -Wall 2009-10-27 01:44:01 +00:00
snj
5dba8dab3d Fix a few typos. 2009-10-26 22:40:50 +00:00
christos
2d0afb4b0a re-add flex. 2009-10-26 21:38:32 +00:00
christos
94d6abefa5 re-add flex.info 2009-10-26 21:38:01 +00:00
christos
5227fdf88f hook lex 2009-10-26 21:37:36 +00:00
christos
a1b53986b9 unhook lex 2009-10-26 21:37:10 +00:00
christos
fb86afc52f hook the new flex. 2009-10-26 21:36:46 +00:00
christos
36ea22b0a0 mention m4 2009-10-26 21:35:51 +00:00
christos
4f376672fe switch to new lex 2009-10-26 21:32:14 +00:00
christos
b65f79abb4 Allow tools to override m4 2009-10-26 21:30:02 +00:00
christos
a7f00c959b We don't need the pre-built skel.c 2009-10-26 21:29:46 +00:00
joerg
f56301292d Hard-wire NetBSD major+minor version for the tool version of mandoc.
This gives "NetBSD 5.99" for .Os in -current and "NetBSD 6.0" for the
next release.
2009-10-26 21:17:19 +00:00
christos
c6ea3d2acf fix the tools build 2009-10-26 21:16:49 +00:00
christos
315c7490d2 fix compilation. 2009-10-26 21:14:18 +00:00