Commit Graph

174603 Commits

Author SHA1 Message Date
christos
7bd2da510f bye old vi! 2008-10-29 16:49:33 +00:00
joerg
d45537460f Import libfetch-2.19 from pkgsrc:
- fix bug in URL quoting
- man page improvements
- remove passive mode flag, add flag to force active mode and fallback
from passive to active on syntax errors automatically
2008-10-29 16:18:13 +00:00
sjg
16d084a837 If Parse_Error is called after curFile is invalid, set it to a dummy
to avoid seg-fault.  Also the NULL filename will cause ParseVErrorInternal
to skip trying to report file and line number info.

If CondToken is called outside the context of a .if etc, variables in
the expression being parsed will already be expanded, so allow for
an unqouted number to jump us back into the compare logic.
This allows ${${SomeNumber:U42} > 0:?True:False} to work anywhere.

Job_Finish should process postCommands if it has commands or children.
2008-10-29 15:37:08 +00:00
abs
87d661967a Cleanup spelling and syntax in a comment 2008-10-29 14:31:01 +00:00
cegger
77abfb89c8 include <xen/xen.h> for xendomain_is_dom0() 2008-10-29 13:53:15 +00:00
cegger
e91b443503 make this header standalone 2008-10-29 13:35:35 +00:00
tsutsui
ac5762adf2 - remove rarely maintained whatis files
- wipe out changes lists for 4.0 (newer ones might be pulled from doc/CHANGES)
- list some updated 3rd party programs
2008-10-29 13:09:25 +00:00
jmcneill
89a4d3d641 Telus Mobility pppd examples 2008-10-29 12:47:37 +00:00
jmcneill
8c98a757f3 Add example pppd configuration for bluetooth DUN with Telus Mobility. 2008-10-29 12:47:08 +00:00
joerg
98c5a99f3f Reenable ichlpcib by default. This allows all modern ICH systems to use
the watchdog support out-of-the-box.

It is not clear, if the workaround for ancient revisions with broken
SpeedStep work, so if this breaks a report with PCI dump of the
southbridge is required to blacklist them.
2008-10-29 11:56:53 +00:00
kleink
4796154796 tzdata2008i. 2008-10-29 11:30:27 +00:00
kleink
6017eb501c Sync with tzdata2008i. 2008-10-29 11:29:39 +00:00
kleink
6a631641a7 Import tzdata2008i. 2008-10-29 11:26:28 +00:00
wiz
cd8c522260 binutils-2.19 is out. 2008-10-29 10:05:29 +00:00
skrll
5ee0a07537 Typo in comment. 2008-10-29 07:31:18 +00:00
agc
bbfcbb24a0 Flick the puffs switch, and set MKPUFFS on by default. 2008-10-29 06:20:27 +00:00
matt
b00e536f9e Disable fast softints for now. 2008-10-29 03:53:31 +00:00
macallan
b89bad45f3 add entries for the sunffb driver 2008-10-29 03:17:39 +00:00
macallan
57d872cf38 build the sunffb driver on sparc64 2008-10-29 03:14:33 +00:00
macallan
80dd9b801b reachover for the sunffb driver 2008-10-29 03:13:26 +00:00
macallan
aa4b1d80e4 add sunffb driver 2008-10-29 03:11:27 +00:00
ahoka
4a0fb013e5 Increase last_space only after we wrote the line, so we
don't end up with a trailing space at the end of almost every line.
2008-10-29 01:31:09 +00:00
cliff
91ffbefdcf set up PCI memory size based on MEMSIZE (actual memory size)
instead of GEMINI_DRAM_SIZE (size of DRAM physical address space).
2008-10-28 23:24:35 +00:00
cliff
4a7f121785 GEMINI_DRAM_BASE moved to 0x00000000, a remapped physical address 2008-10-28 23:18:44 +00:00
mrg
1a19af002d need to set MKDEPFLAGS to -m32 as well 2008-10-28 22:58:23 +00:00
cliff
bc9d49c917 reclaim (uvm_page_physload) memory from start of DRAM to kernel phys load addr, 2008-10-28 22:34:39 +00:00
wrstuden
04ca26c586 Tweak change to move SA support from userret() to lwp_userret().
1) Since we want to check for upcalls only once, take LW_SA_UPCALL
out of the while(l->l_flags & LW_USERRET) loop.

2) since the goal is to keep SA code out of userret() (and especially
all the emulations that include userret() but will never do SA),
ALWAYS set LW_SA_UPCALL when we set SAVP_FLAG_NOUPCALLS. Drop the
test for it in lwp_userret() since it will never be set bare.

3) Adapt sa_upcall_userret() to clear LW_SA_UPCALL if it's no longer
needed. If we have gained upcalls since sa_yield(), we will deliver
them next time around.

Tested by skrll at.
2008-10-28 22:11:36 +00:00
macallan
836c38aba9 Actually enable hardware acceleration support 2008-10-28 21:37:07 +00:00
macallan
a11fe389f9 Include glint_dri.c since we build Xservers with DRI support enabled.
Also pass -DSPARC_MMIO_IS_BE and -DPPC_MMIO_IS_BE since Xorg's MMIO ops are now
byteswapping by default but the glint driver hasn't been adapted.
With this Xorg Just Works(tm) on my U60 with a PGX32 ( which is a Permedia2 with
Sun firmware )
2008-10-28 20:24:12 +00:00
tteras
0c1f013cc5 Fix commit dates to reflect reality. 2008-10-28 19:03:27 +00:00
wiz
c9fe8b901d Use .Er for error codes. 2008-10-28 18:42:54 +00:00
christos
e4b18f1168 populate init_thread_area. 2008-10-28 18:37:41 +00:00
matt
cd126431a5 Since KERNEL_BASE_PHYS and KERNEL_BASE_VIRT are the same as LOADADDRESS,
define them using LOADADDRESS.
2008-10-28 17:19:37 +00:00
matt
e5e7d34405 Move line from mk.gemini to std.gemini so addrs are all in one place. 2008-10-28 17:12:05 +00:00
tsutsui
4423d2e025 On the prompt for init path, print a simple usage line
if input strings are not valid path or command.
Per comments from perry@ and pgoyette@.
2008-10-28 15:33:10 +00:00
christos
ec0b686d24 moved to external long time ago. 2008-10-28 14:09:34 +00:00
christos
82db559c65 Moved a long time ago to external 2008-10-28 14:06:06 +00:00
christos
f0fa6bf8e1 pass lint. 2008-10-28 14:01:46 +00:00
plunky
d2d4850456 clarify allocation/error return of sockopt_set() 2008-10-28 12:07:25 +00:00
abs
eb89868e67 Remove unwanted 'xs->xs_status |= XS_STS_DONE' which caused scsipi_done()
to bail out early.
Found by T. Makinen, and additional confirmation by David Ross
2008-10-28 11:44:14 +00:00
jmcneill
af9ee6c291 Only call release_futexes if LINUX_NPTL 2008-10-28 11:42:30 +00:00
christos
522f18932f Fold long lines created by the previous commit. No functional change. 2008-10-28 11:41:23 +00:00
lukem
a69f51a660 Constify.
Rework an expression to make it easier to conditionally compile.
2008-10-28 08:05:26 +00:00
matt
39f041b6a5 Enable making netbsd.gdb 2008-10-28 04:46:52 +00:00
mrg
60383d275a if HAVE_NBTOOL_CONFIG_H is defined, also use the contents of this
file, not <i386/disklabel.h>.

XXX: the way tools/disklabel builds is gross.
2008-10-28 02:19:27 +00:00
dyoung
5cf05f3b26 Stop the "Sleazy use of local variables throughout file", replace
'dst' with 'info.rti_info[RTAX_DST]', et cetera.
2008-10-28 02:03:06 +00:00
uwe
668de03d5a options<SPACE> police 2008-10-28 00:05:04 +00:00
uwe
5e0b9095dd Implement PT___GETREGS40 and PT___SETREGS40 under COMPAT_40 so that
old gdb works on newer kernels.
2008-10-27 23:50:12 +00:00
mrg
842ce98d01 note cc -m32 support 2008-10-27 22:34:17 +00:00
mrg
bafe7cb90b - enable 32-bit library builds on amd64 and sparc64
- add 3 new top-level targets:
    do-compat-lib-csu
    do-compat-libgcc
    do-compat-lib-libc
  and run them before "do-build" if ${MKCOMPAT} != "no"
2008-10-27 22:32:51 +00:00