mpech
|
a0ba08a5ce
|
pids should be pid_t, not int
|
23 years ago |
miod
|
67ab6cd8b7
|
``maxpartition 16'' updates that were sitting in my tree for a long time.
|
23 years ago |
markus
|
04357c6d0d
|
print "RSA1" for protocol v1
|
23 years ago |
pvalchev
|
17617cda76
|
libusb -> libusbhid
|
23 years ago |
miod
|
f782f2c5fe
|
Two functions can return errors here, not just one.
|
23 years ago |
millert
|
dfeb537a2c
|
Redirect new pseudo-accounts to root so they don't end up with
spools in /var/mail that no one will see; Rogier Quaak
|
23 years ago |
deraadt
|
91fd506367
|
convert mkr/ckr to shell scripts, use mktemp(1)
|
23 years ago |
deraadt
|
e0e4a7e597
|
close ppp.conf.sample file as requested
|
23 years ago |
nordin
|
0a6e0c7a38
|
Add iana url and correct text; openbsd@davidkrause.com
|
23 years ago |
form
|
1fa3d51d57
|
csh maketars -> csh -f maketars
ok millert@
|
23 years ago |
jason
|
0d7f6dba35
|
/dev/crypto
|
23 years ago |
deraadt
|
e9a72b8dad
|
another (*&$ kerberos entry
|
23 years ago |
deraadt
|
2ebe322d0c
|
when strerror() has an Unknown error, also set EINVAL
|
23 years ago |
deraadt
|
b7edc160a2
|
save the pid as well, and only do the atexit in the same pid
|
23 years ago |
hugh
|
416ce786cd
|
Add a floppy entry.
|
23 years ago |
hugh
|
f653b2b728
|
Add ra and rx entries to the ramdisk.
|
23 years ago |
deraadt
|
7e48f32113
|
alloca cannot check if the allocation is valid. mention the consequences; millert ok
|
23 years ago |
tdeval
|
77a7c73d5c
|
correct an alignment mis-conception for malloc(0) returned regions.
OK deraadt@
|
23 years ago |
deraadt
|
1198583991
|
remove lies
|
23 years ago |
deraadt
|
656331798e
|
document how malloc(0) blobbies are stored, and their character
|
23 years ago |
miod
|
5fff16eb20
|
Warn that pidfile() will not have the expected removal behaviour if _exit()
is called.
|
23 years ago |
deraadt
|
6d741b1072
|
remove a blank line that makes me nervous (ie. amanda)
|
23 years ago |
deraadt
|
9462d0d22b
|
2nd param is const
|
23 years ago |
deraadt
|
d8ad086ce4
|
zap trailing spaces and tabs
|
23 years ago |
dhartmei
|
52bfe7cc3f
|
The implicit pass rules come first, not last. Spotted by alec@dtkco.com.
|
23 years ago |
todd
|
df210984b7
|
+/dev/crypto; prompted by jason@
|
23 years ago |
deraadt
|
a3de80a1d8
|
save errno in signal handler
|
23 years ago |
drahn
|
a15c6e2cca
|
Add USB scanner device node to macppc and i386, both of these had the
uscanner compiled into the kernel, but no device node, or even entry
in the character device switch table.
ok todd@
|
23 years ago |
deraadt
|
7db009aebc
|
no more vm in LDIRS
|
23 years ago |
millert
|
102be945f2
|
Comment out info on U (utrace) malloc option since we don't support it
on OpenBSD.
|
23 years ago |
krw
|
fcba968e69
|
Ghostscript port refused to build with 'printf' in the
__attribute__ statement. Using '__printf__' makes it happy.
ok millert@ miod@
|
23 years ago |
espie
|
2fa03e9b65
|
attribute(format) no longer implies nonnull...
ok millert@ miod@
|
23 years ago |
miod
|
87e28a1567
|
Mention printf-like attributes for setproctitle().
millert@ espie@ ok
|
23 years ago |
mickey
|
c3e7e8407a
|
remove dangling spaces and tabs
|
23 years ago |
tdeval
|
9b9efbb25c
|
Grammar. Thanks markus@
|
23 years ago |
tdeval
|
d98536c135
|
mprotect allocations sized at 0 bytes. This will cause a fault for access
to such, permitting them to be discovered, instead of exploited as the ssh
crc insertion detector was. Idea by theo, written by tdeval.
|
23 years ago |
todd
|
f9d7b49ae6
|
add ttyh*, sab82532 serial devices, requested by jason@
|
23 years ago |
deraadt
|
d76beff0da
|
handle pflogd_flags better; openbsd@davidkrause.com
|
23 years ago |
millert
|
94110695a6
|
Change when calendar(1) is such so that it is after mailq runs.
That way we avoid a flurry of transient calendar mail in the mailq.
|
23 years ago |
deraadt
|
7c24a87eca
|
fix docs; tedu@heorot.stanford.edu
|
23 years ago |
millert
|
ac4382dfde
|
add RFC 3174 to SEE ALSO section
|
23 years ago |
nate
|
c4cdf4decd
|
add floppy device
|
23 years ago |
espie
|
9384ec405c
|
Be anal about ssh and X11 hooks.
|
23 years ago |
mickey
|
18f7cf6926
|
typo; from Sebastian Stark <seb@todesplanet.de>
|
23 years ago |
millert
|
607603e906
|
Add some missing files; based on patch from David Krause
|
23 years ago |
deraadt
|
a5987843e8
|
update, thanks miod
|
23 years ago |
jakob
|
c02fe8ed3e
|
clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadt
|
23 years ago |
jason
|
8aec37aa02
|
quarter size
|
23 years ago |
jason
|
b822582f6e
|
add filesystem for a small UFS parition (big enough to hold bsd.rd and ofwboot)
|
23 years ago |
espie
|
4874a7bc27
|
C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.
okay theo.
|
23 years ago |