Commit Graph

8080 Commits

Author SHA1 Message Date
lukem
46123551a0 Only support SMALLPROG_INET6 if ${USE_INET6} != "no".
Part of PR 28994.
2005-01-18 12:30:21 +00:00
fvdl
d45005ccdf Add bootxx_ffsv2 2005-01-17 21:36:08 +00:00
jmc
82318e9375 Fix typo as noted in PR#28975 2005-01-15 17:39:45 +00:00
christos
ac0a767984 bump libutil. 2005-01-12 03:37:16 +00:00
dyoung
f9f7b262bb One of my users stumbled over a bug: src/distrib/sets/makeplist
uses find(1) in a non-POSIX way.  The trouble is that -maxdepth is
not an option for POSIX find(1).  His NetBSD 1.6.2 system tripped
over that.  I converted the -maxdepth uses to -prune, which is
POSIX-compatible.

While I was in makeplist, I wrote a comment about the xargs/find/read
cleverness that I use to generate the @dirrm directives.
2005-01-12 01:38:04 +00:00
reinoud
97c4d89106 Add installation of the new auixp(4) manual page. 2005-01-12 00:09:48 +00:00
christos
1946404658 welcome to libcrypt.so.0.2 2005-01-11 23:25:32 +00:00
tron
b62d11b06c "/etc/pam.d" is created unconditionally. 2005-01-11 22:27:44 +00:00
tron
cce182235f Fix typo in last commit. 2005-01-11 22:26:44 +00:00
peter
83a87c3208 Remove a now obsoleted file. 2005-01-11 22:19:51 +00:00
tron
d8533bd6c2 Mark login_access(4) als "pam". 2005-01-11 22:07:02 +00:00
tron
b79d8ae56b Mark PAM libraries as "pam". 2005-01-11 20:15:21 +00:00
skrll
610de09f75 Update after iwi(4) additions. 2005-01-11 18:59:34 +00:00
lukem
08356a345e We unconditionally populate etc/pam.d. 2005-01-11 12:23:17 +00:00
joff
20d6de90cd Include include/dev/ic/hd44780var.h 2005-01-11 01:00:49 +00:00
lukem
242baa62bd Add to /rescue: scp ssh slogin
(all without Kerberos support at this time)
2005-01-10 10:47:36 +00:00
lukem
e1375832e2 Provide /rescue/cgdconfig if ${MKCRYPTO} != "no" 2005-01-10 10:04:31 +00:00
lukem
c0cb06d9b5 Add: less (more), vi, chroot
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
lukem
3af1db4def Support ${MKINET6} == "no". 2005-01-10 03:13:04 +00:00
he
67d66c86bb Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no.  Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.

Discussed with christos and lukem.
2005-01-10 00:20:21 +00:00
christos
5ad134eae7 Add /etc/pam.d files. 2005-01-10 00:18:18 +00:00
christos
765add15e7 add pam.d 2005-01-10 00:14:40 +00:00
matt
91c3d135e3 Make sure the postfix files in ./etc/postfix are conditional on postfix 2005-01-10 00:06:27 +00:00
smb
ddd2ade252 Add a software watchdog timer facility. Because this slightly
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.

The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
matt
f26774eaee Add MKGCCCMDS/gcccmds 2005-01-09 22:24:04 +00:00
snj
127531e055 We prefer "file system" over "filesystem". 2005-01-09 19:58:55 +00:00
matt
867a34233b Add gcccmds to the compiler files. 2005-01-09 19:55:26 +00:00
dyoung
81e590905d Bump minor version for libpcap 0.8.3 import.
Thanks Julian Coleman for pointing out my oversight.
2005-01-09 11:57:34 +00:00
snj
7921b65d89 Fix a typo: fileystem -> filesystem. 2005-01-09 06:30:08 +00:00
snj
8ae0ad1872 We support SMP these days. Noted by David H. Gutteridge in PR port-i386/28663. 2005-01-09 06:08:20 +00:00
snj
8b661e15ee Add login.access.0 (hi manu!). 2005-01-09 05:53:16 +00:00
manu
d26d1599e6 Missing man page: login.access(5) 2005-01-08 22:56:21 +00:00
cube
57f537393e Add and install a manual page for tap(4). 2005-01-08 22:29:38 +00:00
cube
da24800d8c Install net/if_tap.h. 2005-01-08 22:28:51 +00:00
lukem
bd32b71189 librpcsvc.so.0.0 (et al) 2005-01-08 10:04:35 +00:00
briggs
ed4b87656a Encourage readers who have "READ TIMEOUT@" errors on floppies to write
the floppy images on the drive that will be reading them.
2005-01-08 05:33:42 +00:00
briggs
cdd0593dc3 Mention "READ TIMEOUT@" in conjunction with the floppy boot instructions
and point the reader at the "Common problems" section.  This is a really
common problem and will only get more common as floppy drives get older.
2005-01-08 05:21:49 +00:00
tron
71d6312747 EOL of XFree86 3.3.6, approved by core@NetBSD.org 2005-01-07 18:56:40 +00:00
tsutsui
0cd5cd0d4f Create raw binary GENERIC_MD kernel, which could be useful to make bootable CD. 2005-01-07 11:19:55 +00:00
lukem
b351350a6f document getgroupmembership(3) 2005-01-06 15:29:35 +00:00
lukem
a3665ef9cf Implement getgroupmembership(3). This is similar to getgrouplist(3), except
that the "int maxgroups" and "int *ngroups" parameters are separated into
two separate parameters which makes it possible to call multiple nsswitch
back-ends and have the results correctly merged.
getgrouplist(3) is now implemented using getgroupmembership(3).

Proposed on tech-userlevel on December 1, 2004.
2005-01-06 15:10:45 +00:00
martti
7ea5344d13 Added ipmon(5) 2005-01-05 10:10:54 +00:00
spz
35979a54e6 these files should not be expected to exist if MKKERBEROS=no
Reviewed by christos
2005-01-04 16:22:58 +00:00
lukem
27313362b5 Build & install pam_ssh.so.0 now that libssh is available for use. 2005-01-03 06:15:42 +00:00
lukem
98a04f5390 Implement libssh as a public library, as pam_ssh needs it. 2005-01-03 06:00:12 +00:00
thorpej
7ec7b5b2f6 Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
that gets, sets, removes, and lists file system extended attributes.

From FreeBSD.
2005-01-02 17:55:48 +00:00
thorpej
c8a6aeb225 Document file system extended attribute functions. 2005-01-02 17:34:43 +00:00
thorpej
c165c2b31d System calls and support routines for file system extended attributes. Libc
version is bumped to 12.125.

From FreeBSD.
2005-01-02 16:43:26 +00:00
thorpej
9eca3a4ad4 Add <sys/extattr.h> 2005-01-02 16:09:56 +00:00
joff
e12f6a1aba Add /bin/rmdir, needed by sysinst 2004-12-31 11:54:29 +00:00
jmc
66c068c1fd Make sure amd64 cd's get bootblocks on them correctly also 2004-12-31 08:34:13 +00:00
thorpej
c735ea78ac Add PAM libraries, modules, and headers. 2004-12-29 00:12:00 +00:00
thorpej
9c276b19a0 Add /usr/lib/security 2004-12-28 23:59:22 +00:00
thorpej
186e7464e2 Add /usr/include/security 2004-12-28 22:00:36 +00:00
joff
68490c8820 Add TS7200 kernel for sysinst 2004-12-28 17:56:40 +00:00
joff
7d196d84c5 add TS7200 gzboot img 2004-12-28 16:52:24 +00:00
tsutsui
d68499a99e Add mec(4) for sgimips. 2004-12-26 12:37:03 +00:00
hannken
67cab6c14c Add file .../cat4/ahd.0 missing from last commit. 2004-12-24 11:59:15 +00:00
joff
093d31d23f Plug Technologic Systems TS-7200 SBC kernels into evbarm release build 2004-12-24 10:56:23 +00:00
he
e97616f8a6 Add entry for the newly added ahd(4) driver. 2004-12-23 23:14:05 +00:00
hamajima
7e772352ba Add myself to the list of developers. 2004-12-23 12:25:24 +00:00
christos
28d516ffbc revert previous while discussion is still in progress 2004-12-20 18:33:53 +00:00
itojun
2fdfeb359f RFC cannot be used as manpage regarding to the ISOC copyright boilerplate.
remove it until someone writes it up from scratch/freely-redistributable
text is found.
2004-12-20 03:50:04 +00:00
atatat
16cc80a689 Bump libc minor to 124 2004-12-16 04:11:22 +00:00
atatat
2803cf768c Add a function called getdevmajor().
It tells you the major device number for whatever character or block
device you ask it.  This is sort of the inverse of devname(3) but not
quite, since it's backed by the kernel (sysctl's kern.drivers
information) and not a database cobbled together from the contents of
the filesystem.
2004-12-16 03:54:56 +00:00
hubertf
8e7f054fdb Fix typo, pointed out by César Catrián C. <ccatrian@eml.cc>
on tech-install@
2004-12-15 08:35:17 +00:00
lukem
ab6b8b7528 usr/lib/threadlib.h is now obsolete 2004-12-14 02:27:55 +00:00
yamt
db0a8cc0ea add sched_yield manpage. 2004-12-14 01:49:30 +00:00
he
387711acf9 Hm, don't delete old bfd entries, mark obsolete instead. 2004-12-13 07:19:17 +00:00
he
6817787508 Bump libbfd's shared library version number following new binutils import.
Fixes build problem for the vax port which remains without HAVE_GCC3.
2004-12-12 14:31:45 +00:00
spz
f071025256 another fish in the pool :-) (added myself to the list of developers) 2004-12-12 13:59:51 +00:00
jmc
17902793ab Last remaining bits of hand built releases. Get all TOS utils into CVS and
provide rules for putting them into installation/misc along w. checksums.
2004-12-12 08:25:59 +00:00
jmc
8a90e8bcc4 Fix for new binutils 2004-12-08 19:37:34 +00:00
reinoud
0abd1fb564 Commit some cosmetic changes to the no longer used bootloader... they were
lurking her and it could be used for reference one day.
2004-12-08 13:19:00 +00:00
jmc
568c053401 Add amd64 support 2004-12-06 20:05:10 +00:00
cube
c002a66744 Add a manual page for ixpide(4). 2004-12-06 19:34:01 +00:00
yamt
165c905934 add links for uvm_unmap(9) 2004-12-06 17:35:53 +00:00
jmc
39914b5411 Trim multi2 down as well 2004-12-06 09:14:22 +00:00
jmc
358db79407 Drop source from multi1, it's too big and we provide a separate source .iso
anyways
2004-12-06 08:30:46 +00:00
jmc
ef48c52a11 Typo 2004-12-06 08:29:25 +00:00
jmc
e3d48f02e9 Support for building the cd's on 2.0 2004-12-06 08:15:11 +00:00
tnozaki
d5a4028bc2 Add myself to the list of developers. 2004-12-04 08:31:54 +00:00
jklos
c89e858b2a Forgot to add myself. 2004-12-03 18:19:13 +00:00
atatat
309bce04e2 Add new errno.9 page 2004-12-03 03:35:53 +00:00
grant
9204390fe4 add iteide(4) driver for ITE8212-based IDE controllers. from
OpenBSD, ported to NetBSD by me.

ok'd by bouyer@, thorpej@.
2004-12-01 22:27:45 +00:00
jmc
9bfe9b9970 Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
non NetBSD/bsd hosts.
2004-11-28 11:14:41 +00:00
jmc
9a999c376a Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
w/o error now.
2004-11-25 08:09:14 +00:00
bouyer
fe4d81db48 pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
blymn
57b1ec35a6 Bumped libform major number 2004-11-24 11:59:11 +00:00
lukem
10f5ef24c1 add getent(1) 2004-11-23 07:35:38 +00:00
rtr
aaa2aef98a + correct set lists for sgimips src/x11. 2004-11-21 00:16:05 +00:00
christos
ed9b8e9f3f add manual page for sockaddr_snprintf(3) 2004-11-20 03:07:50 +00:00
christos
2488a0bc35 bump for libutil. 2004-11-19 21:48:30 +00:00
wiz
4692c6e1e8 Put obsolete files in the *-obsolete sets instead of whatever they
were in before they became obsolete (consistency).
2004-11-18 15:34:23 +00:00
hira
7a45a8ddd4 Add myself to the list of developers. 2004-11-17 12:51:20 +00:00
soren
902f074a7f Mark /bin/rmail as obsolete rather than remove it. Pointed out by mrg. 2004-11-17 02:46:39 +00:00
soren
c7dab32bb3 The /bin/rmail compat link has been in several major releases now. 2004-11-17 00:33:45 +00:00
jschauma
6588a0e00e Add new NetBSD logo pixmaps to set lists 2004-11-16 14:40:32 +00:00
mbw
13d793cad5 Small correction to macppc X server info 2004-11-15 00:23:13 +00:00
nathanw
433feed71e Obsolete the short-lived wsfb.o.
XXX this mechanism sucks. fixed under duress.
2004-11-14 19:53:59 +00:00
dsl
8c170ab578 Stop md_pre_disklabel falling off its bottom. 2004-11-14 18:36:11 +00:00
he
3629f91d5b Add casts to unsigned char for args to ctype functions. 2004-11-14 13:34:53 +00:00
mbw
3e90bb8279 Clarified a few details about installing 32 bit sparc distribution on
sparc64 systems.
2004-11-14 04:54:25 +00:00
mbw
4fa9587561 Very minor sparc64 typo in quick install notes for the impatient. 2004-11-14 04:15:40 +00:00
nathanw
78480a2d52 Rename wsfb.o to wsfb_drv.o.
Add wsfb man and cat pages.
2004-11-14 02:48:27 +00:00
tron
0a470f3741 Add "./usr/X11R6/lib/modules/drivers/wsfb.o". 2004-11-13 21:14:17 +00:00
sekiya
e2b7f39b2d Bump up the volume header size to four megabytes; now it's big enough to
contain a GENERIC kernel.

With this commit, NetBSD can now be successfully installed via sysinst on the
IP12 (Personal Iris / Indigo R3k) family of workstations.
2004-11-13 11:49:08 +00:00
sekiya
cc1b1e3980 Various tweaks for IP12:
* Add the IP12 kernel set to the list, and make it the default kernel selection
  if we're installing on an IP12,
* Don't install ARCS bootblocks on IP12,
* Install the ECOFF kernel to the volume header for IP12.
2004-11-13 10:26:39 +00:00
he
398e7ad6d3 Mark ./usr/include/miscfs/ptyfs as obsolete instead of removing it. 2004-11-12 15:34:34 +00:00
he
d2c071958b g/c ./usr/include/miscfs/ptyfs entry, now that ptyfs.h is no longer installed. 2004-11-12 15:11:18 +00:00
dsl
c74f8d82e5 Specify --chroot and -h to tar so that it will chroot into the target
filesystem and then follow existing symbolic links in that filesystem.
The choot is required to make absolute links be processed correctly,
and must be done by tar because the program (and input file) do not
exist inside the chroot.
Fixes PR install/5010 and install/8090 (at least)
2004-11-11 22:39:03 +00:00
dsl
b1bc1fb2fa Remove precisely the set files when tidying up after an ftp install.
(why this code persists in running 'rm -f' and not just calling unlink()
is rather beyond me....)
2004-11-11 22:30:49 +00:00
dsl
4c23b8b763 Put WARNS=3 in the right place - so it actually affects the compilations 2004-11-11 22:21:53 +00:00
dsl
efe04144e4 Get network some interface details by using the relevant ioctls (not
trying to parse the output of ifconfig)
Loop if the user specifies an unsupported media type.
Run ifocnfig to set the media type (any anything else the user typed in)
    before running dhcp to assign an address.
Correctly extract the defualt gateway from output of 'route -n show'
Extract nameserver from resolv.conf without using get_command_out(),
    delete get_command_out().
Fixes (at least) PR install/11880, install/12706
2004-11-11 22:10:54 +00:00
dsl
e4ad2fc0f8 Make url_decode() return a pointer to the end of the string, and take a
char * limit (not a length) to simplify buffer overrun avoidance.
2004-11-11 21:36:23 +00:00
dsl
7d6407147b Add support for fetching using http (by specifying http URL to ftp)
Remove a 'Press <enter> to continue' message that was accidently left
in by a previous commit.
Fixes PR/18555 (and a recent discussion on a mailing list)
2004-11-11 21:24:40 +00:00
dsl
855ac51c74 Simplify code that opens file for -f option.
I bet no one ever uses the option anyway!
2004-11-11 20:17:48 +00:00
dsl
9dbf8d89fe Use strtoul() instead of atoi() and cast arg of remaining ctype fns
to unsigned char.
2004-11-11 20:14:02 +00:00
dsl
f5a10817b2 need to deconst() a qouted string to compile with WARNS=3 2004-11-11 20:00:40 +00:00
jdolecek
73830da5a7 g/c ptyfs.h - it's not installed anymore 2004-11-11 19:00:31 +00:00
jwise
aa4b2f2cf3 Revert previous. This was discussed at length in 1999 and 2000.
If we feel we need to revisit this decision, the place to do this is the
mailing lists, not the TODO document.
2004-11-11 14:59:45 +00:00
christos
b8c5f79875 Add ptyfs.o; thanks to Hisashi T Fujinaka. 2004-11-11 05:41:44 +00:00
christos
b360e20686 Add ptyfs installed files. 2004-11-11 01:53:39 +00:00
he
81fc849478 For hp300, don't try to install a second-stage boot loader, as none
exists, and use the 'c' (raw) partition for boot code installation
instead of the 'a' partition (which will not work).  This should fix
the problem that newly-partitioned and newly-installed disks will not
be made bootable by sysinst.
2004-11-11 00:19:48 +00:00
abs
f9a7b9942c Fix my mergo when iyonix was added. (signal recieved from wizd via gavan) 2004-11-10 20:59:40 +00:00
agc
dd14e8071c Revert one of the previous mods - the decision to use a separate arg for
system package pkg_* use as opposed to the recently-added -K switch has
not been discussed, and needs to be. That's why the item was there in
the first place.
2004-11-10 18:18:25 +00:00
jwise
43db3c232a Update with design decisions already made, clarify meta-pkg process. 2004-11-10 18:02:33 +00:00
lukem
9c82800a69 Add: getgrgid_r(3) getgrnam_r(3) getpwnam_r(3) getpwuid_r(3) 2004-11-10 04:52:30 +00:00
jmc
ba1ca39c0a Make sure this picks up nbtool_config.h so non-NetBSD builds work 2004-11-10 03:57:23 +00:00
jmc
b1e985536f Make this work on non-native (ala linux/others) hosts. Pass TOOL_MKTEMP in as
well
2004-11-10 03:55:28 +00:00
christos
4f7e113b33 Add Solaris mbr id 0xbf. From Larry Lee <lclee at west.sun.com> 2004-11-10 02:41:00 +00:00
agc
956830029e Add a provisional TODO list, culled from some input from Jim Wise and some
other sources.
2004-11-09 19:36:51 +00:00
yamt
3bc2a57904 - hide bufq_state in mfsnode from userland.
- move bufq.h into obsolete set.

tested to compile pkgsrc/sysutils/lsof.
2004-11-09 08:46:08 +00:00
mbw
4e21be4117 Mention there's now a sysinst installer available and fix a typo. 2004-11-07 21:16:50 +00:00
mbw
8bf62b3707 Oops, hp300 miniroot doesn't have sysinst -- only the ramdisk kernel has it. 2004-11-07 18:06:38 +00:00
kim
7601bef351 Add bufq.h 2004-11-07 18:03:12 +00:00
mbw
6ce0516408 Update hp300 info, shifting info to correct location. 2004-11-07 18:00:44 +00:00
mbw
6656ca9ab9 - update list of supported machines
- mention that NetBSD uses different names for serial ports than OF
 - update date of supported hardware info
2004-11-01 01:02:09 +00:00
mbw
d3f05af5f8 list a few more open firmware settings 2004-11-01 01:01:47 +00:00
mbw
1cec4c8070 sparc64 X server no longer has problems with pixmaps. 2004-11-01 00:50:46 +00:00
dan
0613074a7e put back uax, as obsolete 2004-10-29 08:26:16 +00:00
martti
0ae886cb1b Added Dell PERC 4/SC 2004-10-28 07:22:23 +00:00
augustss
6496ac653d s/uax/axe/ 2004-10-23 13:46:45 +00:00
augustss
75d97f8e83 Add cdce(4). 2004-10-22 13:24:19 +00:00
martin
f1ec8926e5 Changes from various people to the german translation, as discussed
in PR install/27281.
XXX - Output is not correct since sysinst does not set the proper LC_CTYPE
yet (which happens to not affect umlauts, but sharp-s (0xdf))
2004-10-21 12:14:21 +00:00
martti
d5fc81d88e Added DELL PERC and MegaRAID 2004-10-21 10:56:08 +00:00
dsl
5f64a0e24d Fix equivalent of PR/26917 - this code was stolen from fdisk.
(similtaneus eqns to determine bios geometry from mbr entries could divide
by zero)
2004-10-20 19:36:23 +00:00
peter
ebb5de8b8b Add myself to the list of developers. 2004-10-20 16:41:38 +00:00
he
f3458f94d0 Patterned after sun3, use "tls" instead of "ls", and hardlink the program
to "ls".  Fixes build problem after recent update to crunchgen.
2004-10-19 17:45:53 +00:00
he
fe6da2167d Point to "tls" instead of pretending that it's called "ls".
Fixes build problem after recent change to crunchgen.
Reviewed by chs.
2004-10-18 15:45:11 +00:00