dsl
3650a70127
Allow the user to change the partition type from FFSv1 to FFSv2
...
Should fix install/29693
2005-03-14 21:37:43 +00:00
perry
e99c3b1541
we are at libc.so.126
2005-03-14 13:02:00 +00:00
perry
4d7b53f8df
add memmem man pages
2005-03-13 15:20:09 +00:00
riz
49bc7920f9
Add myself to the list of developers.
2005-03-13 01:43:52 +00:00
bouyer
3e8f0992c8
Integrate Xen to the i386 build process:
...
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.
This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.
2005-03-11 20:55:10 +00:00
dsl
6fd109179e
Use KB_ENF_FUN() from dev/wscons/wsksymdef.h to avoid having our own list
...
of the known keyboard mappings.
2005-03-09 20:59:09 +00:00
atatat
a02cda792a
Add sockstat references to sets lists.
2005-03-09 05:24:38 +00:00
tron
25833b0c61
Add ICH6 southbridge to list of support devices.
2005-03-07 11:27:29 +00:00
thorpej
7078187c0c
Add a pam.conf(5) manual page.
2005-03-07 02:26:31 +00:00
cube
6c220a0b51
pam_skey module depends on MKSKEY.
2005-03-06 13:56:07 +00:00
tnozaki
eaa66f81a6
fogot to add UTF-7.esdb.
...
pointed by Mr, Hisashi T Fujinaka, thanks.
2005-03-06 10:28:15 +00:00
tnozaki
fe05f588fb
add new citrus iconv module UTF-7.
...
thanks advice, yamt-san.
2005-03-05 18:05:14 +00:00
kleink
35a86bcf49
Add lastlogx.
2005-03-04 21:16:10 +00:00
dsl
306d28231b
When a boot floppy overran, the reported excess size was 8k too big.
2005-03-04 16:01:58 +00:00
he
21b1464ae4
Build openpam_free_envlist as part of libpam, and install it's man
...
page. This is required for ports not yet supporting shared libraries.
2005-03-03 22:40:49 +00:00
schwarz
0f81cc74aa
added schwarz to the list of developers
2005-03-02 21:30:43 +00:00
thorpej
d97108988d
Add a pam(8) manual page that gives a brief introduction as to what PAM
...
is. The gritty details will be in pam.conf(5).
2005-03-02 02:56:24 +00:00
christos
1bef9ab8e1
Add an xserver config file.
2005-03-01 16:42:53 +00:00
sekiya
5976a15e4a
Remove MAKEDEVTARGETS.
2005-03-01 01:06:05 +00:00
sekiya
c1a355dfdb
s/elf2ecoff/objcopy/
2005-03-01 00:23:59 +00:00
sekiya
e65c20724a
Nuke elf2ecoff in favor of objcopy.
2005-03-01 00:22:07 +00:00
sekiya
d64a282ae6
Build the DHCP client, use more x_utilities, and in general sync with other
...
ports. There's still something weird about bpf that prevents a pure DHCP
install from succeeding, but it's closer than it was.
2005-02-28 08:38:37 +00:00
christos
1b0527f64c
add ppp in pam.d
2005-02-27 23:06:37 +00:00
thorpej
11b55133f0
Add an S/Key PAM module.
2005-02-27 21:01:59 +00:00
thorpej
13eb2abf9e
Major cleanup of PAM service configuration files.
2005-02-27 03:40:14 +00:00
matt
0590a70e78
Add entires for pollts and pselect manpages.
2005-02-26 18:06:27 +00:00
dsl
630725bdbc
Put 'Delete ?' (not "yes or no") in box when we ask whether the user
...
want to keep or delete the dist files.
Stop the "type enter to continue" if the rmdir fails - may not be empty.
Report an error if the chroot() (for RUN_CHROOT) fails.
fflush log and script files before writing to them from a child.
2005-02-26 17:40:49 +00:00
dsl
b0d31e5def
Remove target_prefix() from rmdir command used to remove the temporary
...
directory that ftp copied teh dist files into. Command is running chroot().
2005-02-26 17:36:32 +00:00
peter
1c9b56c830
Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
...
headers and LKM.
Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.
Both options default to yes, so nothing changed in the default build.
Reviewed by lukem.
2005-02-22 14:39:58 +00:00
lukem
713967467d
Move etc/release from etc.tgz to base.tgz, since the "build" target
...
in src/Makefile installs it (thus, being more consistent).
Should fix "./build.sh install=/" installation of /etc/release.
Requested by Hubert Feyrer (amongst others).
2005-02-22 07:39:25 +00:00
thorpej
df9803ce96
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
...
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.
2005-02-21 00:29:06 +00:00
dsl
d53c0d596e
Put /bin/sh at top of list for root's shell.
...
Remove a global data item as well.
2005-02-20 20:54:52 +00:00
dsl
5fd32d4f19
Give all the space to / even when the BIOS can't quite read all of it.
...
Usually the unreadable part will be swap, but remove it from root even
if swap is not selected.
The user can always put it back on the next screen.
Saves sysinst allocating /usr when the bios geometry excludes the last
few MB of the disk (32 on one disk I have).
2005-02-20 20:42:36 +00:00
jdolecek
dff4ca397a
add vge(4) manpage, obtained from FreeBSD
2005-02-20 18:41:14 +00:00
jdolecek
4805ad6f16
add ciphy(4) manpage
2005-02-20 16:53:10 +00:00
christos
eaa3f74abc
Fix radius set fallout, reported by: Hisashi T Fujinaka
2005-02-20 06:49:01 +00:00
christos
50aadbe526
More libradius changes from manu
2005-02-20 00:49:06 +00:00
christos
e08c88dc29
Add pam radius module.
2005-02-20 00:41:37 +00:00
christos
e944da2e57
Add radius include files.
2005-02-20 00:39:48 +00:00
thorpej
9ac89bdea9
Add new racoon roadwarrior example directories.
2005-02-19 21:43:19 +00:00
dsl
c2abea4a9e
Move definition od SRCS into global Makefile.inc (crunchgen no longer needs
...
to determine the list of source files).
Add -DWSKBD to amd64 (probably should go into many others as well)
2005-02-19 17:00:38 +00:00
thorpej
354f2a1004
Switch to ipsec-tools for libipsec, setkey, and racoon. From
...
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
dsl
b731f371c5
amd64 doesn't have 'BOOTMODEL', so set TERM to wsvt25 (not pc3) so that
...
the line drawing chars are available.
Remove the 9600 from the stty line (done to i386 a while ago)
2005-02-19 11:45:42 +00:00
briggs
f47f1e617d
Add spr.h
2005-02-17 02:24:00 +00:00
briggs
9ca4305a3b
Add spr.h.
2005-02-17 02:14:52 +00:00
christos
033bdf5505
Bump libssh to 1.0
2005-02-13 06:09:00 +00:00
aymeric
425332b643
Correct a typo in a filename: s/fdstab/fstab/
2005-02-12 15:06:59 +00:00
kleink
9f3c1a4838
Update for tzdata2005e.
2005-02-12 00:33:34 +00:00
tnozaki
af5bc0e0b7
add iso-2022-kr support to iconv.
2005-02-10 18:33:00 +00:00
tnozaki
fcff889a4d
remove ko_KR.UTF-8.
...
this locale is alias for en_US.UTF-8 by locale.alias now.
2005-02-10 18:03:01 +00:00