Commit Graph

173643 Commits

Author SHA1 Message Date
tsutsui
61a62e59f7 unsigned int32_t -> uint32_t 2008-09-26 11:41:06 +00:00
jmcneill
c0582d1091 Pull in conf.d so GNOME looks better and define default <cachedir>s
to shut up libfontconfig
2008-09-26 11:13:28 +00:00
rtr
d3bd629611 whitespace tweak
- one subdir per line
  - one condition per line
  - sort subdirs

should allow future manipulation to minimize line changes
2008-09-26 11:02:12 +00:00
apb
9b7231008d Move default route configuration after interface alias address
configuration, in case people have default routes over aliased
addresses.
2008-09-26 10:31:46 +00:00
apb
427c778f67 Mention ps -A 2008-09-26 08:12:33 +00:00
apb
b35fbd4594 Add "ps -A" option. This displays information about all processes,
like BSD "ps -ax" or SYSV "ps -ef".  It's specified in SUSv3.

Also make some minor clarifications to the man page.
2008-09-26 08:09:31 +00:00
rtr
e03165908b sprinkle some -Wno-error for now to get things built 2008-09-26 07:15:53 +00:00
rtr
01313ea852 install font configurations to /etc/fonts/conf.d 2008-09-26 07:02:57 +00:00
rtr
cdbc96d9c4 build and install the libGLcore server module 2008-09-26 06:57:03 +00:00
dholland
9f7c60672f +TLS (thread-local storage) 2008-09-26 04:54:23 +00:00
macallan
8bcef57bb4 Use access functions to mess with FCRs, GPIOs etc. in order to avoid
multiple mappings of obio's register space.
This needs testing.
2008-09-26 04:06:59 +00:00
macallan
9a3f01e80e add some register definitions 2008-09-26 03:40:26 +00:00
macallan
ac4ac77b12 get rid of heathrow_FCR 2008-09-26 03:39:59 +00:00
macallan
b8ae2bc305 use access functions to mess with obio's registers 2008-09-26 03:38:25 +00:00
macallan
e3856204b9 use min(255, blah) to cap volume instead of masking the upper bits out 2008-09-26 03:20:30 +00:00
macallan
58c0e446a1 Provide access functions for mac-io registers in order to get rid of
private mappings some drivers use which won't work anymore in the new
post-ppcoea-renovation world order.
2008-09-26 03:19:05 +00:00
jmcneill
ee11ff27f4 Point FONTCONFIG_PATH to /etc/fonts (where we install fonts.conf) instead
of /etc/X11/fonts, and set FC_DEFAULT_FONTS to the base font directory
rather than the Type1 directory.
2008-09-26 02:24:35 +00:00
lukem
43f1731e08 ls -n now implies -l 2008-09-25 23:46:52 +00:00
lukem
41f5d0fda6 Change '-n' so that it implies '-l' rather than requires '-l'.
Brings ls(1) closer to POSIX.1 2004.
Per discussion with Thomas Klausner and Igor Sobrado.
2008-09-25 23:44:05 +00:00
reed
221899b84e Mention that the program is only installed on supported platforms.
(Also add a paragraph break.)

I didn't specifically mention the platforms or what support is needed.
At least someone reading the manpage will have some idea why the tool
is missing from their system.

(Some manual pages mention this in the BUGS section, but I didn't do that.)
2008-09-25 22:44:51 +00:00
cube
62ee80174f Simpler version of the previous commit. 2008-09-25 22:00:27 +00:00
cube
c5be4d41fd LIB is XRes, but we have to use Xres internally. 2008-09-25 21:55:35 +00:00
christos
d395ac9332 define a TEST mode. 2008-09-25 21:03:22 +00:00
christos
a93db399ff add a LOAD_NOTE flag to make loading the note optional. 2008-09-25 20:59:38 +00:00
cube
dddedc1505 Properly install xinitrc too. 2008-09-25 20:14:09 +00:00
jmcneill
8359eb0bca Add V4L2_TUNER_MODE_LANG1_LANG2 tuner audio mode. 2008-09-25 19:34:49 +00:00
tron
c923257caa As "libgcov.c" uses alloca(3) (*yuuuk*) disable "-Wstack-protector" to
fix the build with "USE_SSP" set to "yes".
2008-09-25 17:40:05 +00:00
pooka
44367b7199 Split rate-checking routines into their own module for easier reuse. 2008-09-25 17:17:10 +00:00
cube
e481a6bdeb The library provided by the libXres package is actually XRes, and not Xres.
Consistency(R) is a trademark of the X.Org Foundation.
2008-09-25 17:12:11 +00:00
pooka
dd1721fa8d Move global malloc types from kern_malloc into a separate module. 2008-09-25 16:23:45 +00:00
pooka
03c29b39c0 Don't wrap whole file in INET. 2008-09-25 15:48:57 +00:00
tsutsui
b8968a60a8 Remove useless contents. 2008-09-25 15:41:52 +00:00
jmcneill
8909e82640 Add ${X11FONTDIR}/TTF/ to COMPILEDDEFAULTFONTPATH 2008-09-25 15:14:06 +00:00
rtr
cb3e4b907a add missing SRCS to libglx module and archive (now it works) 2008-09-25 15:02:58 +00:00
macallan
45e9b5a6c8 If we have to guess wether the console keyboard is USB or ADB check if the
PMU actually has ADB support.
2008-09-25 14:47:54 +00:00
macallan
cabde6837d recognize ATY,DDparent as display device so the rest of the code can find
the nodes for each individual display
2008-09-25 14:44:51 +00:00
wiz
43a9cced05 Fix typo in comment. 2008-09-25 14:37:30 +00:00
ad
43f2119341 PR kern/39307 (mfs will sometimes panic at umount time)
Change dounmount() so that it never drops the caller provided reference.
Garbage collecting 'struct mount' is up to the caller.
2008-09-25 14:17:29 +00:00
rtr
968f739190 add entries for the libglx extension module in xorg 2008-09-25 14:15:55 +00:00
rtr
77b5d0a43f descend into GL/glx and build the libglx.a archive and the libglx.so
extension module.
2008-09-25 14:15:06 +00:00
rtr
12823682ae ioport.debug does not belong in the mi set 2008-09-25 14:08:12 +00:00
rtr
05397e426c fix netwinder sets for xorg 2008-09-25 14:06:52 +00:00
rtr
7bdcd2c84a build pcitweak, scanpci for netwinder (used to do this on xfree)
build arm_video and related for netwinder
build netbsdPci for netwinder
2008-09-25 13:58:41 +00:00
jmcneill
efc24d0acb Add ${X11FONTDIR}/TTF/ to COMPILEDDEFAULTFONTPATH 2008-09-25 13:29:53 +00:00
reed
ac1e906c96 Remove space from start of line -- it had caused the sentence
to wrap too early.
2008-09-25 13:10:53 +00:00
rtr
20c1102400 don't make LIBDIR.GL/glx descending there is disabled currently 2008-09-25 12:30:04 +00:00
ad
89344a7d60 PR kern/39298 dd brings system to knees
Make /dev/zero and friends MPSAFE.
2008-09-25 10:40:48 +00:00
vanhu
105e5049b7 Fixed resending mechanism to have non-ESP marker for retransmitted packets 2008-09-25 09:34:13 +00:00
sborrill
0369486cdc Add options WAPBL. Tested on Jornada 690.
OK uwe@
2008-09-25 08:06:40 +00:00
njoly
a16a8ca004 Add missing .El directive. 2008-09-24 22:54:10 +00:00