millert
291b1c42d4
Skip entries starting with '+' in duplicate user ID check so we don't
get false positives for YP stuff. Closes PR 1755
23 years ago
espie
cf63a23f4e
Typo
23 years ago
hugh
6d53f1c203
Braces and spaces.
23 years ago
deraadt
90d412a664
no longer install those now
23 years ago
deraadt
31e89bc9bd
wscons rc files are not nicely MI clean, so when some nice diffs are shown around, they can go back in
23 years ago
hugh
301e815e2d
Build SCSI tape eject devices. Spotted while testing beckish slag?
23 years ago
beck
975572b974
oops. Thanks fgsch.
23 years ago
drahn
8bb0e26766
Create device node for audio support.
23 years ago
beck
93894cd5a2
new apache manual dirs for 1.3.19
23 years ago
krw
4114270d68
Typos: neccesary -> necessary, desireable -> desirable
23 years ago
drahn
c3a06da4b1
Enable bpf on the ramdisk for dhcp support.
23 years ago
millert
678f2ac821
Don't provide diffs of sensitive files like ssh host keys. Instead,
just save the md5 checksums so we can still determine when something
change. Entries in /etc/changelist that are prefixed with a '+'
will only have their md5 checksums saved, not the actual files.
23 years ago
millert
ffba857a64
Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.
23 years ago
deraadt
0b99efb035
GLOB_LIMIT changes from christos
23 years ago
millert
0f027281c2
Add ssh files; Phil.Pennock@globnix.org
23 years ago
millert
e2f7d1725e
Add ~/.ssh/id_dsa and ~/.ssh/id_rsa to the "must be owned by user and
not readable by other" block. Remove ~/.ssh/random_seed as it is
not used in OpenSSH.
Add ~/.ssh/authorized_keys2, and ~/.ssh/known_hosts to the "must be
owned by user and not writable" block.
23 years ago
deraadt
2a61c084b8
at install time, if X is chosen, set machdep.aperature to 2 instead of 1.
23 years ago
deraadt
97938d729d
spelling; maurice@maurice.wan.nl
23 years ago
jakob
0d36016523
add socks 1080/tcp. ok deraadt@
24 years ago
miod
55f4889d18
Create /dev/ksyms, and 16 slices per disk.
XXX this is incomplete work, a big cleanup of this file will happen soon.
24 years ago
millert
1b96aaa5ef
Move nanosleep() proto to from sys/time.h to time.h where it belongs.
Problem noted by Jean-Baptiste Marchand
24 years ago
deraadt
8123ad9438
document that exit() -> wait() only returns low bits
24 years ago
jakob
27238b2bda
typo, PR#1717
24 years ago
ericj
53ac5f916f
create devices for usb devices and raid
24 years ago
itojun
2b78187370
integrate IPv6 items into the list of IPv4 items, to avoid
them from going out of sync (like additional option flag to daemon).
24 years ago
niklas
d83299bfc4
Add -n to the netstat invocation. Faster running, less chance of being spoofed, no unneeded dial-on-demands
24 years ago
deraadt
d55b802711
no longer need binutils.tar.gz file
24 years ago
deraadt
ba4a36cf6e
vt220 console type
24 years ago
deraadt
b4066cb690
plug many memory leaks
24 years ago
drahn
9fbf61d658
Change ownership of mux devices also, eventually X will move to
the mux devices.
24 years ago
drahn
66bcf84bd6
Reorder to prevent wskbd*) from matching "wskbd" when wskbd) also exists.
24 years ago
espie
1361eb69ee
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
24 years ago
deraadt
3c9a4f2467
amd now crates autodir by itself
24 years ago
todd
154d3f556f
+primes; ok millert@
24 years ago
aaron
ee412ce5ad
Fix typo: authenication -> authentication.
24 years ago
deraadt
b2866b4499
I tried to figure out how to have tmp_mnt get created automatically
inside amd source code. I could not figure out. So here it goes,
until some rocket scientist points out how to do it in the real source.
24 years ago
deraadt
6c262e825d
generate all 3 keys, use -t xxx
24 years ago
itojun
cbd684883f
change ai_addrlen to socklen_t. now it conforms to
draft-ietf-ipngwg-rfc2553bis-03.txt. backward compatibility concern:
- should be safe to change signed to unsigned, as we never return
negative value.
- sizeof(int) is 4 for all archs, so there's no size change with socklen_t
(= u_int32_t)
commented by deraadt.
24 years ago
jbm
cdee74155a
Import of wsmouse-compatible lms and mms drivers from NetBSD.
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1}
/dev/psm0, /dev/pms0).
Remove cdevsw[] entries for the devices above, as new mouse protocols are only
accessible trough /dev/wsmouse. aaron@ ok.
24 years ago
todd
14e840569f
correct perms on null
24 years ago
pjanzen
a49f25b6d8
_PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does.
24 years ago
drahn
c3e2952bdf
make the wscons device nodes, wscons0 did not exist.
24 years ago
deraadt
0db89d4899
delete pcvt stuff
24 years ago
deraadt
8717c41932
at minimum this should be indented right, although I still think it is utterly wrong
24 years ago
aaron
c7339d2229
Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only
6 are enabled by default. After these changes, to enable more you must
change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and
edit /etc/ttys to switch the new ones from 'off' to 'on'.
24 years ago
mickey
5e00e8199d
install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc
24 years ago
mickey
23a7633a81
initial import
24 years ago
itojun
103b2df701
as usr.sbin/rtadvd no longer install rtadvd.conf, remove it from
default security checking.
24 years ago
angelos
2b67834119
Update loc-srv ports, from IANA's web page.
24 years ago
aaron
dd9f3cd09c
vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This
makes the PGUP and PGDN keys work again as expected.
24 years ago