Commit Graph

2670 Commits

Author SHA1 Message Date
matt
1159857111 Add pte.h 2003-10-24 18:22:14 +00:00
matt
54e310a4bd Make these match reality. 2003-10-24 06:49:37 +00:00
tron
1cbe1ba80d Backout last change which is incorrect for XFree86 3.3.6 and our current
configuration of XFree86 4.3.0. This fixes a part of PR xsrc/23233.
2003-10-23 07:49:35 +00:00
kleink
3104093f6c Add <x86/math.h>. 2003-10-22 11:56:35 +00:00
agc
1b4475af8f Add catman pages for
vfs_write_resume(9)
vfs_write_suspend(9)
vn_finished_write(9)
vn_start_write(9)
2003-10-22 07:04:32 +00:00
hannken
9dec5da8e8 Add section 9 man pages for:
vfs_write_suspend, vfs_write_resume, vn_start_write and vn_finished_write.
2003-10-21 22:01:24 +00:00
matt
e3e6938d92 Move bus.h to obsolete. 2003-10-21 17:32:35 +00:00
lukem
1d648e9064 add installboot 2003-10-21 11:35:55 +00:00
matt
a0268c8285 Update exported headers list. 2003-10-20 16:18:03 +00:00
mbw
d6209b12a7 Add new macppc boot(8) man page. Fixes PR port-macppc/21372. 2003-10-20 09:07:44 +00:00
itojun
4f2eafbac7 add iso-2022-jp-2.
XXX somehow adding GB2312 causes iconv to mishandle jis x0208.
2003-10-20 01:26:44 +00:00
wiz
b03b9579a7 Add MAKEDEV(8) for ibmnws. 2003-10-19 09:12:32 +00:00
wiz
a5e3bdad73 Add ibmnws {cat,html,man}8. 2003-10-19 09:08:40 +00:00
matt
a9baced49d NWDO for ibmnws. 2003-10-19 03:37:16 +00:00
tron
c0a067dc82 Update XFree86 4.x sets for latest shared library changes. 2003-10-18 18:08:07 +00:00
he
d2ca050ea5 The Xauth.h and Xdmcp.h headers and libXau.a and libXdmcp.a are apparently
no longer installed, so move them from the install set to the obsolete list.
2003-10-18 11:46:49 +00:00
wiz
aca04ce996 +getmaxyx(3). 2003-10-18 09:10:16 +00:00
jmc
260a5d8bc9 Adding missing header from 1.6.1->current update 2003-10-15 17:10:20 +00:00
jmc
43448abc75 Add a few missing ones I discovered on a 1.6.1->current update 2003-10-15 17:08:37 +00:00
wiz
538e6e3e1e Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.
2003-10-14 14:59:03 +00:00
bouyer
9d9b366ce0 Add pmatch(9). 2003-10-13 19:57:41 +00:00
dyoung
5cea02e6fe Complete replacement of the old 802.11 layer with the new. 2003-10-13 08:34:15 +00:00
dyoung
e4e42ad093 Add new 802.11 layer to the file lists. 2003-10-13 07:29:28 +00:00
dyoung
de23d63e0e Add athioctl.h. 2003-10-13 06:33:52 +00:00
agc
1374e2efc0 Comment out man4/vinum.4 and cat4/vinum.0 until they arrive in the
source tree.
2003-10-10 14:15:16 +00:00
grog
85a29c2828 Add Vinum 2003-10-10 06:30:06 +00:00
grog
e9ca735c42 Add Vinum 2003-10-10 06:24:39 +00:00
grog
a8acd863a9 Add Vinum. 2003-10-10 06:21:05 +00:00
thorpej
d2ab983617 * Bump the shlib major of libkrb5 because the shlib major of libcrypto
changed, and libkrb5 depends on libcrypto.
* Bump the shlib major of libgssapi, libhdb, libkadm5clnt, libkadm5srv,
  and libkafs, because they depend on librb5.

Dependent library list provided by, and change approved by, lha@netbsd.
Per discussion on tech-userlevel.
2003-10-09 04:40:26 +00:00
bouyer
3971c4d102 Add man pages for per-chip pciide drivers. 2003-10-08 12:03:41 +00:00
bouyer
2336c69d5a Add ata(4) atabus(4) 2003-10-08 11:32:08 +00:00
lukem
1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
mycroft
ecc092a6f3 Sync with .so additions. 2003-10-06 02:56:54 +00:00
jdc
324f201e56 Increment libcurses minor to 10 for addition of redrawwin() and wredrawln(). 2003-10-05 10:14:36 +00:00
chuck
e0d302bba3 add in the missing bits of evbsh5 section 8 makedev so that checkflist
(and thus build.sh) works again.
2003-10-05 01:38:47 +00:00
jdolecek
493adc0ad4 add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
2003-10-04 14:10:41 +00:00
jdolecek
2b61c17662 add evbsh5 MAKEDEV(8) to lists 2003-10-04 13:41:47 +00:00
wiz
51dc91caa9 Add zlib(3) provided by jmc@openbsd -- thank you! 2003-10-03 18:46:22 +00:00
kleink
95da8da847 Back out previous; this needs to be addressed in a different way. 2003-10-02 14:46:51 +00:00
christos
d91f070b69 remove kernel.h 2003-10-01 01:31:20 +00:00
kleink
990d9b7ad5 Mark those files moved from base (rev. 1.429) to misc obsolete. 2003-09-30 19:12:57 +00:00
mycroft
100f87c7ae Move several files (e.g. zipcodes) from base to misc. 2003-09-29 19:33:06 +00:00
wiz
c53b0c7769 Add man page for bce(4), and xref it from bge(4). 2003-09-28 18:32:18 +00:00
dsl
bae094fc39 man9 pages need to be .9 (not .0) 2003-09-28 16:36:53 +00:00
dsl
67dc3c2cc0 Add man 9 pages for do_setres{u,g}id, sort 2003-09-28 09:16:46 +00:00
mrg
b5440ed2fa update for amd64 build.
XXX: still missing ./usr/bin/gdb & friends, which are in comp/mi, etc.
2003-09-27 02:09:36 +00:00
mbw
6d747772a2 mac68k and macppc man page addition/obsoletion:
- man4.mac68k/adb.4
 + adb.4
 + akbd.4
 + ams.4
 - man4.mac68k/mc.4
 - man4.macppc/mc.4
 + man4.macppc/obio.4
 + mc.4
2003-09-26 20:17:50 +00:00
mycroft
acd18fb278 Sync. 2003-09-26 19:00:24 +00:00
christos
b6cf0325ad bump libedit. 2003-09-26 17:45:42 +00:00
dsl
11bf5e80af msgc dosn't really need msg_*.1 man page links for all its functions. 2003-09-25 18:37:07 +00:00