Commit Graph

7092 Commits

Author SHA1 Message Date
christos
f306da6419 no more frame.h 2003-11-14 17:45:06 +00:00
matt
9ada790a26 s/awk/${AWK} 2003-11-14 06:00:34 +00:00
sekiya
c516224170 The bootloader names appeared in many more places than I originally
thought.  This commit should, finally, take care of all instances.
2003-11-13 14:07:38 +00:00
sekiya
27c0556eae -fno-gcse is unneccessary. 2003-11-13 13:18:56 +00:00
sekiya
32b29fc3c8 Use new bootloader names. 2003-11-13 08:03:03 +00:00
sekiya
c034f6b247 Missed a mechanical edit in previous commit. 2003-11-13 02:34:24 +00:00
sekiya
96dd3017c1 Adapt to new config file naming convention. 2003-11-13 02:33:39 +00:00
christos
5bb18fa55e add pthread_suspend_np, pthread_resume_np, pthread_attr_setcreatesuspend_np
man pages.
2003-11-12 02:48:42 +00:00
dsl
5815f1a577 Line up 'Command' and 'Status' strings,
ensure command text doesn't overflow line.
2003-11-11 17:27:13 +00:00
dsl
6a3a05223d Use [*] to match an explicit '*' in shell pattern matches. 2003-11-11 17:25:45 +00:00
augustss
aca1d6163a Add boot(8) for pmppc. 2003-11-10 18:49:14 +00:00
fvdl
022ebc0010 Trim the ramdisk. 2003-11-10 00:43:20 +00:00
lukem
ed9fb819aa When calculating the number of disks, take into account that every
floppy needs an 8KB tar volume header, not just the first.
Fixes size calculation bug reported by Frank van der Linden.
2003-11-09 23:44:48 +00:00
augustss
190ef42245 Add pte.h 2003-11-07 14:11:21 +00:00
kivinen
c3d5c66357 Removed ./usr/share/man/cat1/grohtml.0 and
./usr/share/man/man1/grohtml.1 from the obsolete list,
	as they are now again installed.
2003-11-05 10:54:13 +00:00
wiz
17ecf67f9f Add {cat,html,man}4/hpcsh. 2003-11-05 08:23:44 +00:00
uwe
16fdcf9bc6 Descend into man4.hpcsh.
Install adc(4) and j6x0tp(4) manual pages.
2003-11-05 02:59:09 +00:00
itojun
aec01dda91 sync w/ openssl 0.9.7c. shlib minor bump for libcrypto.
(ERR_release_err_state_table() added)
2003-11-04 23:54:26 +00:00
perry
cd932bc689 resolv.conf:
Make sure that there is a domain set before printing a "search" line.
hosts:
Add domain to the second "localhost" line if there is a domain set.
Add domain to hostname (in addition to bare version) if there is a
domain set.

Patches from William Simpson, PR 21999
2003-11-04 16:27:22 +00:00
perry
8b72ff67e9 rc.conf's "hostname" variable needs to be fully qualified -- change
the code so that it is. From William Simpson in PR 22044
2003-11-04 01:53:28 +00:00
wiz
7d19a45540 Add grohtml(1). 2003-11-03 17:05:36 +00:00
dsl
33aba4e04e Add the rest of the cat8/*/makedev.0 files 2003-11-03 12:22:17 +00:00
chs
914233e001 commands have grown, make the ramdisk bigger. 2003-11-02 16:02:09 +00:00
grant
8647bce8c6 update core group to reflect reality, add myself to releng, sort. 2003-11-02 01:51:38 +00:00
grant
05abd69c85 - fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org
2003-11-01 03:02:59 +00:00
abs
07378caea5 Add share/{cat/cat,man/man}4/stpcide, sort 2003-11-01 01:44:14 +00:00
drochner
929e614ed3 fix/complete some framebuffer descriptions, fixes PR port-pmax/23224
by Jean-Pierre HOFER
2003-10-31 16:32:36 +00:00
chris
2eab0ed5a5 Remove cirrus.0, as cats X server doesn't build that driver, so there's no
man page for it.
2003-10-31 10:55:48 +00:00
wiz
dc3fd6a0b5 Add sab(4) and sabtty(4) for sparc64. 2003-10-30 08:22:45 +00:00
wiz
62d7f0bc87 Add {cat,man,html}4 for sparc64. 2003-10-30 08:17:49 +00:00
dyoung
0c6a0c0ee1 Alphabetize environment, again. 2003-10-29 23:05:55 +00:00
dyoung
bc624da622 Alphabetize environment docs. 2003-10-29 23:04:27 +00:00
kleink
92ed51b671 Update for tzdata2003d. 2003-10-29 21:11:51 +00:00
jdolecek
109e80d1e0 __ramdisk MAKEDEV target is no more 2003-10-29 11:50:53 +00:00
dsl
111e24b1c9 Use shell variables for non-alphanumeric patterns in ${x#pattern} to improve
portability.  If particular solaris ksh barfs on patterns containing ( and ).
Fixes PR 23265
2003-10-29 09:13:51 +00:00
kleink
397f6db8f4 Add <vax/vaxfp.h>. 2003-10-27 21:54:24 +00:00
pooka
5320a02f33 libmagic 0.1 2003-10-27 17:15:22 +00:00
kleink
7a331ee9a9 Add <sys/ieee754.h>. 2003-10-26 20:51:10 +00:00
dmcmahill
4134c82db7 add a -print to the find statement to avoid problems on solaris where
each file/directory/link is printed twice.  Fixes PR23270
2003-10-26 14:21:49 +00:00
mycroft
fe2cafa2c3 Carefully tweak some makefs parameters so this builds.
XXX This is very fragile and has absolutely no slop space right now.
2003-10-26 10:59:57 +00:00
mycroft
9396a5ae34 MAKEDEV no longer supports __ramdisk. However, now we have too many device
nodes and the ramdisk overflows.
2003-10-26 10:03:45 +00:00
tron
3fda49f7af Move shared version of "libXxf86dga" into architecture specific sets
because it is not build under NetBSD-sparc.
2003-10-26 09:50:20 +00:00
tron
4f00245d66 "libXxf86dga.a", "libXxf86misc.a" and "libXxf86vm.a" belong into the
"xcomp" and not into the "xserver" set.
2003-10-26 09:44:03 +00:00
tron
9dce43c500 "./usr/X11R6/lib/libXxf86dga.a" belongs into "xcomp" and not into
"xserver" set.
2003-10-26 09:35:51 +00:00
lukem
f85d2d1c14 Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
kleink
423ecbe259 libc.so.12.106. 2003-10-25 22:34:40 +00:00
mycroft
1ee09501e6 Whoops, this is a (well, the only) m68000 platform, and is still using GCC 2.95. 2003-10-25 22:34:03 +00:00
mycroft
f081e47c89 This is another m68k platform; nuke _G_config.h. 2003-10-25 22:27:27 +00:00
mycroft
9cea6bdb4d Nuke _G_config.h for MIPS platforms. 2003-10-25 22:26:08 +00:00
mycroft
572bff9bbc MAKEDEV/makedev fallout. 2003-10-25 19:58:20 +00:00