deraadt
aff22cf866
initial cut at /dev/crypto support. takes original mbuf "try, and discard
if we fail" semantics and extends to two varients of data movement: mbuf,
or an iovec style block.
23 years ago
art
4a1143fa05
-1 -> MAP_FAILED
23 years ago
art
c2600b0389
Use madvise(MADV_FREE) to allow the 'h' option.
(the code was already there, just not enabled).
23 years ago
millert
a2733e1619
Document boundary condition when size < strlen(dst).
23 years ago
millert
58ba7fbdf7
Back out last change, it is intended behavior and update the block
comment to reflect this fact. Too early in the morning for me I guess.
23 years ago
millert
8d74ec2cc3
strlcat() should return strlen(dst) + strlen(src) when size parameter
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the
GNOME folks.
23 years ago
millert
afb8c9bf62
Install empty sudoers file in /etc
23 years ago
millert
82d42f165e
Add /etc/sudoers; jcs@rt.fm
23 years ago
deraadt
c3e467bfe9
oops
23 years ago
deraadt
f72789505e
wsmoused support; missed 2.9 -- bad aaron; heko@saitti.net
23 years ago
marc
393e4823a7
fix function wcd so "cd x && y" returns an appropriate error when x does not exist
23 years ago
deraadt
0b958110c3
openssh will be at 2.9
23 years ago
deraadt
800f0486b3
oops, this needs to be updated in 2.9 too
23 years ago
aaron
763678bdf1
Various man page fixes and improvements from gluk@
23 years ago
deraadt
756702d4bf
permit passing sshd flags; djm
23 years ago
deraadt
9b03f7168e
undo broken change
23 years ago
jakob
6e1b16cb8d
add MySQL port, ok deraadt@
23 years ago
jakob
af4a2f3762
s/timserver/timeserver/, ok deraadt@
23 years ago
aaron
5ff6a368a4
Typo; rd@thrush.com
23 years ago
aaron
bc869e469b
Spelling, typos, etc; mpech@prosoft.org.lv
23 years ago
todd
b0f30df6a7
spelling
23 years ago
hugh
fd98026eca
Remove the -o flag from identd's default invocation as it serves only to
obfuscate, and confuses some software.
derradt + millert concur.
23 years ago
brad
8b05b68bbc
keep naming of audio devices consistent across all archs that have audio
support.
--
Ok'd by: deraadt@
23 years ago
brad
90f9fa54db
fix username and groupname length checks.
--
Patch from: wilfried@ via PR#1761
Ok'd by: deraadt@
23 years ago
millert
c989aefca6
Remove X386 and X11R4
Treat foo.n as a -man page, not a -me doc
23 years ago
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.
24 years ago
deraadt
97938d729d
spelling; maurice@maurice.wan.nl
24 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