Commit Graph

7420 Commits

Author SHA1 Message Date
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
jonathan
7dceec999c Add kcont(9) to Makefile, comp set. 2004-03-23 00:59:47 +00:00
jdc
3f48c562aa Reflect major number increments of libcurses, libform and libmenu. 2004-03-22 19:02:06 +00:00
he
fa8bd886a7 Fix typo in manual page name: OPENSSL_load_builtin_modules instead
of OPENSSL_load_built_modules.
2004-03-22 10:28:55 +00:00
lukem
455da8e60b Move mbr_bootsel from offset 404 to offset 400 in struct mbr_sector to
leave 4 bytes for the Windows NT Drive Serial Number (DSN) at 440-443
(as mbr_sector.mbr_dsn).

Ensure that all the MBR & PBR code reserves space for mbr_sector.mbr_dsn.

Leave the bootsel magic number at 444-445 as mbr_sector.mbr_bootsel_magic
(instead of mbr_sector.mbr_bootsel.mbrbs_magic), but use 0xb5e1 (MBR_BS_MAGIC)
instead of 0xaa55 (MBR_MAGIC) to indicate that this change has occurred.

Rework MBR_BS_NEWMBR to mean "mbr_bootsel has moved to 400".

Modify fdisk(8) to automatically relocate the mbr_bootsel from 404 to 400
if mbr_bootsel_magic is the old value (0xaa55), and unset MBR_BS_NEWMBR
to flag that new mbr_bootsel code must be used if updating the MBR.


These changes fixes a problem where Windows 2000 or Windows XP would corrupt
the last 3 bytes + NUL of MBR partition 3's bootsel name if the bootsel name
was 5 characters long, replacing bytes 6-9 with the DSN.
Also, by explicitly reserving the space for the DSN we prevent problems in the
future if non bootsel MBR or PBR code had other information at bytes 440-443.
2004-03-22 07:11:00 +00:00
groo
19aa054c0d Actually install the new man pages. 2004-03-22 00:48:04 +00:00
jdolecek
b86e67870a add /rescue/mount_smbfs 2004-03-21 18:07:45 +00:00
bjh21
b38b985f56 pckbport(9) and friends. 2004-03-20 22:05:56 +00:00
bjh21
093d228060 iomdkbc(4), rpckbd(4). 2004-03-20 17:09:04 +00:00
jmc
a14b1995df Clean this up to use .PATH directives instead 2004-03-20 02:55:21 +00:00
jmc
6fe4ead562 Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
ragge
ba5400a136 Add dge manpage. 2004-03-18 20:42:07 +00:00
scw
37998f0fde Add MD files for sh5/evbsh5. 2004-03-17 20:36:04 +00:00
scw
0b2cfb4c45 Add keyword 'gdb' to files built with MKGDB!=no. 2004-03-17 20:34:47 +00:00
scw
c7f9b71508 Allow MKGDB=no to override inclusion of records with the 'gdb' keyword. 2004-03-17 20:32:02 +00:00
matt
145d009bbb Don't include newport on non-sgimips. remove unneeded tings on sgimips. 2004-03-16 17:40:02 +00:00
jdc
2b5352e212 Add can_change_color.[03].
Move can_change_colors.[03] to obsolete category.
2004-03-16 07:57:30 +00:00
yamt
e71ca4ef99 some manpages of scheduler activation syscalls. 2004-03-14 09:18:45 +00:00
jdc
09067ca179 Sun 3 MD X server sets list for src/x11 builds. 2004-03-14 08:12:20 +00:00
matt
888790cc43 Add sgimips specific contents for xsets. 2004-03-14 07:22:29 +00:00
matt
98c3642817 Add Xmacppc 2004-03-14 04:08:24 +00:00
bjh21
aef140f614 Obsolete busmouse(4), opms(4), and wsqms(4) on acorn32. 2004-03-13 19:51:11 +00:00
bjh21
80a4c8f403 Obsolete /usr/include/acorn32/mouse.h. 2004-03-13 19:46:46 +00:00
matt
13f77ea600 Add entries for Xvfb/Xnest 2004-03-12 22:57:54 +00:00
matt
602591975c Add missing via files. 2004-03-12 02:24:18 +00:00
rtr
18a3e07a50 + add/update files removed between xf43->44 as obsolete 2004-03-11 06:28:59 +00:00
chris
7a2da6b41b Add set files for cross building X for cats. 2004-03-10 22:38:37 +00:00
lukem
2adb6a08e7 add fonts/Speedo/encodings.dir 2004-03-10 00:39:13 +00:00
garbled
6f214d2eca Add ./usr/share/sushi/system/sshdconf/script7
From PR bin/24645 by Peter Postma
2004-03-09 21:37:24 +00:00
garbled
823e7a0547 Apply patch from bin/24695 by Peter Postma. Add new files to the set
lists for the users/groups menu of sushi.
2004-03-09 20:10:47 +00:00
martin
00547f464a More language tweaks. Still needs spell checking and testing. 2004-03-08 10:44:45 +00:00
rtr
0e9ed59745 + update list for libXxf86misc 1.1
+ remove libXxf86misc and libXxf86vm from sparc64 they aren't md.
2004-03-08 07:14:47 +00:00
cgd
7f89649063 add set lists for sbmips cross builds. Xnest/Xvfb only (like several
other set lists).
2004-03-08 06:26:47 +00:00
heas
7cf74885be Add missing XFree86 4.4.0 files for sparc64. 2004-03-07 21:52:40 +00:00