mrg
b590c00e16
add a sparc64 intro(4).
2004-03-31 08:04:38 +00:00
mrg
f5b2796520
copy over several sparc* man pages from openbsd.
2004-03-31 07:20:48 +00:00
he
62255c586a
Catch up with the removal of gawk, so that the miniroot builds again.
2004-03-30 13:38:20 +00:00
jmc
4bcd62da74
Rename Banner.uue to banner.uue so it doesn't lose on .PATH lookups
2004-03-30 06:08:58 +00:00
bouyer
674778a808
Some more minor fixes in text.
2004-03-29 16:08:20 +00:00
dyoung
061f5fc4ee
Add a manual page to section 9 for rssadapt, the rate-adaptation
...
framework.
2004-03-29 04:14:03 +00:00
bouyer
7bba7dc5e7
Translate the remaining untranslated messages, and others small fixes.
2004-03-28 19:06:49 +00:00
he
ff8ddbe028
Add entries for new include files installed by the new version of IPF.
2004-03-28 18:23:27 +00:00
drochner
ec31ee66ae
should have moved sigreturn.2 to comp-obsolete, pointed out by Chris Gilbert
2004-03-28 15:40:20 +00:00
tsutsui
f9be6e290b
Now smaller ditrib/utils/x_gzip has -l support so use it again.
2004-03-28 11:44:20 +00:00
martti
509f68316f
Added ippool
2004-03-28 10:26:11 +00:00
martti
d37577c593
Added /usr/sbin/ippool
2004-03-28 09:51:46 +00:00
jmc
1a0711506f
All of mipseb builds Xvfb
2004-03-28 09:35:37 +00:00
jmc
f74370d6fa
All of powerpc build Xvfb
2004-03-28 09:35:36 +00:00
jmc
1d498f63f8
All of mipseb builds Xvfb
2004-03-28 09:28:55 +00:00
jmc
3bd3446c99
All of m68k except x68k need Xvfb
2004-03-28 09:25:49 +00:00
jdc
6c70d527d6
Add *echochar() manual pages.
2004-03-28 08:59:54 +00:00
jdc
3a817d94fd
Increment libcurses minor to 1 (addition of *echochar()).
2004-03-28 08:59:15 +00:00
jmc
16443b7581
AMD64 doesn't build i740.o, etc so nuke those entries from here. If this is
...
a mistake, fix the Makefiles under src/x11/Xserver first.
2004-03-28 07:27:21 +00:00
jmc
8f412a5db0
This is no longer needed w. ad.arm and the additions to mi
2004-03-28 07:19:37 +00:00
jmc
7f1f790d43
Note X server
2004-03-28 07:18:23 +00:00
jmc
d85c7d7eea
All mipsel build Xvfb.
2004-03-28 07:18:08 +00:00
jmc
077853427b
Add ID
2004-03-28 07:01:02 +00:00
jmc
a47a1a9cbc
Note X server
2004-03-28 06:57:13 +00:00
jmc
d0ef3d1fb7
Xvfb is built on all arm platforms. Reference it out of ad.arm instead of an
...
md.X file per machine.
2004-03-28 06:51:12 +00:00
jmc
bbe0ccbd7b
Eliminate a lot of redundancy here. Xnest is built on every platform..So it
...
goes in mi
2004-03-28 06:48:43 +00:00
mrg
79e6177746
delete these old sources. use usr.bin/gzip sources but disable a lot of
...
stuff: bz2 support, compress support, many non-required options.
now x_gzip supports "gzip -l" so sysinst should work for these platforms.
gzip will grow slightly - 400 or so bytes on x86 - but this is a small
price to pay for working -l support...
2004-03-28 04:10:43 +00:00
dsl
52f6f4a9de
Collect the bootsel info from 'old' - since luke moved the bootsel date
...
to allow for a M$ disk number.
2004-03-27 20:47:33 +00:00
fredb
ed32656425
Supply the "release" target for "make release" or "./build.sh ... release".
2004-03-27 18:05:38 +00:00
fredb
0bf4fe8caa
"/usr/bin/gawk" is no more.
2004-03-27 17:29:32 +00:00
rtr
2930aa495f
+ Xvfb/Xnest riff raff for netwinder. Allows sets to be created without
...
complaint from checkflist. Maybe they shouldn't be built at all for
netwinder.
2004-03-27 15:07:22 +00:00
uwe
0531f48a40
Add shb(4).
2004-03-27 01:47:38 +00:00
tsutsui
e46e85dac1
Use usr.bin/gzip instead of distrib/utils/x_gzip for -l used by sysinst.
2004-03-27 01:06:46 +00:00
drochner
66a132ee6f
sigreturn() isn't officially supported anymore; remove its manpage
...
(which was outdated anyway)
2004-03-26 21:49:35 +00:00
dsl
9bd630553a
fix breakeage caused by delete of emptylabel()
2004-03-26 20:02:22 +00:00
dsl
ad184b340b
Kill emptylabel() is doesn't DTRT since it doesn't know the size of the array.
...
Fixes breakage caused by copying oldlabel to bsdlabel for update.
Don't look for 'last mounted' in first alternate superblock.
2004-03-26 19:55:13 +00:00
dsl
3a7dc7f8e9
Generate correct internal data when reading an extended mbr partition
...
that has holes.
This needs the 'bios sectors per track' before it has been setup - so we
default it to the 'hardware' value. Since both numbers are 63, and this only
affects the size of the headers on extended partitions it should be safe.
2004-03-26 17:38:44 +00:00
dsl
6e14ab5068
Copy 'oldlabel' to 'newlabel' when we read it - should mean that
...
sysinst 'upgrade' will find the correct filesystem type and install
the correct boot code.
Fixes PR install/24812
2004-03-26 17:28:55 +00:00
jmc
2c4a9833a3
Use smaller gzip so this fits again
2004-03-26 17:19:15 +00:00
pk
0a9d8ee3e8
mout_mfs needs explicit size parameter; set it to 1MB.
2004-03-26 15:27:56 +00:00
tsutsui
fdc35420fb
Use usr.bin/gzip instead of distrib/utils/x_gzip for -l option used by sysinst.
...
(Hmm, SMALL should disable bzip2 support or not?)
2004-03-26 15:23:35 +00:00
mrg
1d5769dcfc
switch over to mrg gzip.
2004-03-26 08:52:26 +00:00
jmc
b7086b2d3d
Add stand to directory list
2004-03-26 06:33:18 +00:00
jmc
43a9b56854
Add installation/misc into the main tree (so it's not added by hand to
...
releases anymore...). Decode and place files accordingly into RELEASEDIR
2004-03-26 06:03:29 +00:00
atatat
29e15c7932
Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
...
sysctl(8) into libc, making the minor number jump. Add prototypes to
sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it.
2004-03-25 19:36:26 +00:00
jmc
40751e336f
Rename for sanity's sake. (all other files match their .uue name here)
2004-03-24 23:41:57 +00:00
atatat
1449152ac6
Add man page for new sysctl_teardown() function.
2004-03-24 19:37:10 +00:00
garbled
4b489dfcde
Add rcconf/script4 for sushi
2004-03-24 18:48:10 +00:00
fair
790f7311ff
Add man page link from talkd.8 to ntalkd.8 per PR 13433
...
We should probably rename all of this back to talkd. XXX
2004-03-24 05:20:12 +00:00
jdc
dd5d3aabfc
Add (missing) mvgetch() and mvwgetch() manual pages.
2004-03-23 21:56:53 +00:00