niklas
|
b5e31a52f9
|
wd and acd support
|
27 years ago |
millert
|
81c581b9d6
|
Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong).
|
27 years ago |
millert
|
2f68d51273
|
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
not rpc-specific and other stuff uses it now.
|
27 years ago |
provos
|
09f9399c57
|
fix that repeating passwords yield same hash + increment minor
|
27 years ago |
millert
|
dbf726cb6e
|
Include <stdlib.h> for malloc() proto.
|
27 years ago |
provos
|
2dc9544348
|
relocated header files
|
27 years ago |
millert
|
281d3b7ded
|
Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.
|
27 years ago |
deraadt
|
e385c811bb
|
surely not long!
|
27 years ago |
kstailey
|
e5efaaa94d
|
add gnu/usr.sbin to $cdpath
|
27 years ago |
millert
|
13286d26c2
|
/etc/profile should be checked along with .profile for consistency with
/etc/csh.login and .login. From Chris Jones <cjones@rupert.oscs.montana.edu>
|
27 years ago |
millert
|
b46ec22f4b
|
Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive
lock. This fixes a DOS bug where a user could run passwd(1) and
send it a SIGKILL, thus leaving /etc/ptmp in place.
|
27 years ago |
tholo
|
9d77d4a158
|
Make sure we don't get stuck in a loop when trying to clean up stdio
|
27 years ago |
gene
|
5fef23a096
|
The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple
thing that makes people's lives easier.
|
27 years ago |
deraadt
|
ca5679152b
|
add ELOOP support; shigio@wafu.netgate.net
|
27 years ago |
deraadt
|
fd918f6e20
|
if screenblank exists, start it
|
27 years ago |
deraadt
|
f7fc307897
|
typecastorama
|
27 years ago |
millert
|
f20458d134
|
Add mkdtemp(3)
|
27 years ago |
niklas
|
d4d287d62b
|
Put in hooks to start ypserv with flags
|
27 years ago |
niklas
|
031b0dada6
|
Put in hooks to start rpc.yppasswdd with flags
|
27 years ago |
niklas
|
58f7db1ec4
|
Add support to handle password files in directories other than /etc
|
27 years ago |
kstailey
|
f64bcca54d
|
even more global.dummy -> .global.dummy
|
27 years ago |
dm
|
86d135e659
|
Default file causes lots of "dummy names should start with `.'" syslog
messages. Comment out global.dummy and make it .global.dummy.
|
27 years ago |
millert
|
6d6a774a5e
|
First cut at documentinf tsearch(3) -- needs work.
|
27 years ago |
niklas
|
093fdb1617
|
Add ttye6, bug noticed by Ulrich Flegel
|
27 years ago |
millert
|
f1026de800
|
Fix decl for tfind(3)
|
27 years ago |
deraadt
|
fb6d1cf25b
|
damn, no tsearch(3)
|
27 years ago |
deraadt
|
fbf0194420
|
PD tsearch as reqd by xpg; by esr
|
27 years ago |
millert
|
4d819f11e1
|
Add https
|
27 years ago |
deraadt
|
b723fb2a30
|
whitespace support; some netbsd pr..
|
27 years ago |
millert
|
650c48e81c
|
Add commented out entry for scon (pcvt console setup)
|
27 years ago |
deraadt
|
2dad0eaeab
|
be more careful, george
|
27 years ago |
deraadt
|
f4546c942f
|
use /etc/namedb/tmp/ for storage, until we merge some 8.1 derivative
|
27 years ago |
gene
|
79ac7c164a
|
Get major number for ss* and ipl* right, so these start working.
Add a missing asc* (rudimentary Apple Sound Chip) entry. & fix a comment.
|
27 years ago |
downsj
|
c7c668e8b6
|
Bad example netmask.
|
27 years ago |
grr
|
36b2281897
|
add sd2 sd3 to ramdisk devices, impossible to install on some multi-drive confiurations otherwise.
|
27 years ago |
deraadt
|
ef6345539e
|
give the cdrom a nice name
|
27 years ago |
deraadt
|
72782c3714
|
adjust more
|
27 years ago |
deraadt
|
315c97e4a8
|
adjust for 2K cdroms
|
27 years ago |
deraadt
|
3522c95746
|
let us try to move to pcvt as default; report problem cards to me
|
27 years ago |
deraadt
|
f6646aac4c
|
fakecdrom
|
27 years ago |
kstailey
|
fbbf2a8ff9
|
make more resistant to bad args
|
27 years ago |
deraadt
|
0a3b0b9a57
|
incorrect description; bgrayson@ece.utexas.edu
|
27 years ago |
flipk
|
e64c7ac1e7
|
1. ignore blank lines
2. /-ro/ -> /^-ro$/ : allows hostnames containing "*-ro*" and
ignores "-root"
|
27 years ago |
tholo
|
85cb5df3cc
|
Make it possible to not output warnings (errors causing aborts are always
output).
|
27 years ago |
tholo
|
a9dc5ef894
|
Add x/X option to behave like X11 xmalloc; from FreeBSD
Reduce diffs wrt. FreeBSD some
|
27 years ago |
downsj
|
c78a965dd7
|
Add multicast network number.
|
27 years ago |
downsj
|
946bf80622
|
Don't ref gnu/ext2fs.
|
27 years ago |
deraadt
|
845506bb3f
|
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done
|
27 years ago |
deraadt
|
43ff156daa
|
1 fix from enami@ba2.so-net.or.jp
|
27 years ago |
gene
|
456067739f
|
Current as of May 19th from internic.
|
27 years ago |