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
uwe
428393080e
Compile conditionally depending on options PTRACE and COREDUMP.
2008-10-27 22:10:36 +00:00
joerg
71e504882f
Remove E220 quirk -- u3g(4) does implement that directly.
2008-10-27 21:46:43 +00:00
apb
33b84e402a
Add AWK?=${TOOL_AWK} in regression tests for awk itself.
2008-10-27 20:59:22 +00:00
apb
ea7b5c7aff
Use ${TOOL_AWK}, no ${AWK}.
2008-10-27 20:58:08 +00:00
apb
8a9d9ec446
s/AWK/TOOL_AWK/. Problem reported by Greg Oster.
2008-10-27 20:56:28 +00:00
veego
313edc1aba
Enable xf86-video-radeonhd in the 'default' case.
2008-10-27 20:39:32 +00:00