tsutsui
eb30897af8
Remove a hack which disables loading boot.cfg from ustarfs.
...
Now all bootfloppies have a proper boot.cfg file in ustarfs.
Tested on qemu.
(though qemu doesn't emulate timeout on the boot prompt properly)
2008-09-26 18:42:52 +00:00
tsutsui
cb6c399677
Put boot.cfg for bootfloppy into ustarfs without path
...
so that bootloader can load it properly.
2008-09-26 18:36:44 +00:00
apb
520cbbf81f
Build strfile both as a host tool and as an installed program:
...
* in games/fortune/strfile/Makefile, build strfile as a
regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.
2008-09-26 18:23:09 +00:00
christos
0578ebaebe
The structure of our elf kernel is:
...
elf header/program headers/text/data/note/
section headers/symbol table/string table
We need to read the section headers first to find the offset of the note
and thus we requite backwards seek. The only reason we need to read the
note is to find the version of the kernel, and this seems not to be used
anywhere. We could potentially change the kernel ldscript to add the note
information in the program headers, but dealing with ldscripts is painful
and producing a more complex binary could break some dumb standalone loader.
So the simple solution is to just disable the note loading for floppies
which is what this patch does. If someone wants to fix it in a better way,
be my guest.
2008-09-26 14:12:49 +00:00
apb
cec0ed4e41
Make this pass WARNS=4:
...
* u_int32_t -> uint32_t, and remove ifdef test.
* add function prototypes.
2008-09-26 13:46:48 +00:00
wiz
2869cb061b
Sync usage with man page.
2008-09-26 13:02:42 +00:00
wiz
6ea06b6e0e
Sort options.
...
Remove systrace reference.
2008-09-26 12:59:17 +00:00
tsutsui
12cf7a7189
- use appropriate IFnames for each port
...
- use le0 as the default IFname for our favorite but orphaned antique ports,
rather than modern but obsolete de0
- use a private IP address in example
2008-09-26 12:42:48 +00:00
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