david
bce6cc9275
add _pflogd pseudo-account; ok deraadt@
21 years ago
canacar
68449def7b
privilege seperated pflogd
_pflogd user and group must be created for proper operation.
ok frantzen@ henning@ mcbride@ deraadt@
21 years ago
jmc
3eae044b12
utilties -> utilities; from Jared Yanovich
21 years ago
david
62a85f9922
delay carp initialization until after physical interfaces are configured
ok mcbride@ henning@ deraadt@ todd@
21 years ago
mcbride
c62a2ca99d
Common Address Redundancy Protocol
Allows multiple hosts to share an IP address, providing high availability
and load balancing.
Based on code by mickey@, with additional help from markus@
and Marco_Pfatschbacher@genua.de
ok deraadt@
21 years ago
tedu
b2f289ed65
by popular demand, malloc guard pages. insert an unreadable/unwriteable
page after each page size allocation to detect overrun. this is
somewhat electric fence like, while attempting to be mostly usable in
production. also, use tdeval's chunk randomization code.
enabled with the G option.
ok deraadt and co.
21 years ago
tedu
a63df3864b
abort on errors by default. workaround so running out of memory isn't
actually an error, A still applies full effect.
suggested by phk. ok deraadt@ tdeval@
21 years ago
todd
1750fdaeb8
sync
21 years ago
todd
18eb9d88e5
typo found by marc
21 years ago
todd
23cd245698
sync
21 years ago
todd
e70d2b98e9
allow 'MAKEDEV tty08 - tty7f' to function now, prompted by theo
21 years ago
tedu
55ca457d16
svnd gap here too.
21 years ago
tedu
7955ff0b7d
regen
21 years ago
tedu
783e171199
larger svnd gap
21 years ago
grange
4cb30ad898
Sample sensorsd.conf file.
ok henning@ millert@
21 years ago
avsm
6b3c9ddd0b
corrent __bounded__ attribute for the *Data functions, and add
__minbytes__ checks where appropriate. tested by itojun@
fixes PR 3505 from Janjaap van Velthooven
21 years ago
henning
1d1b0be0c9
finally remove the sample lines for httpd, causes problems as soon as
3rd party, chroot-unaware modules are loaded, if not sooner
ok millert@
21 years ago
jmc
788b2f5f98
uname=daemon for /var/msgs;
from Otto and myself;
fixes PR 3392;
ok deraadt@
21 years ago
jmc
a6a93c29bf
correct hash for EXAMPLES, plus some typos;
from er, Charlie Root (PR 3506)
21 years ago
tedu
60d06f403c
two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@.
lock before setting malloc_func, not after.
ok cloder@ deraadt@
21 years ago
jmc
537eb1521b
updates and corrections to the references in SEE ALSO;
mostly from tjr@freebsd's rev. 1.14 commit.
21 years ago
tedu
df965b6a5c
full stop. reverse course. remove all periods, so as to be aligned
with error messages elsewhere. requested ok deraadt@ henning@
21 years ago
tedu
11a1131014
remove register. end all sentences with periods.
ok deraadt@ henning@ millert@
21 years ago
miod
ced05d4ceb
Regen
21 years ago
miod
9f790f8f0e
Add majors and devsw entries for the missing scsi devices on mvme*8k.
21 years ago
millert
2a6996bfa4
It is safe to pass free() a NULL pointer since C89; update example to
this effect. OK deraadt@ pvalchev@
21 years ago
millert
63e3760e4a
Install files as group wheel to match mtree/special; noticed by David Krause
21 years ago
deraadt
1d84434b97
improve example even more
21 years ago
millert
28a2e1ca96
Sample files for /etc/mail, installed at 'make distribution' time.
21 years ago
millert
6724eaa976
Document the optional argument support and as well as where we differ from
POSIX and/or GNU. deraadt@ and jmc@ OK
21 years ago
millert
a8dc34ac1b
If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT
is set), we can accept an optional arg separated by whitespace. Previously,
the optional arg needed to be adjacent to the option character.
deraadt@ OK
21 years ago
jakob
2e36db02e4
set .com/.net to delegation-only
21 years ago
tedu
637ad405c4
expand on the realloc no-no section to include adjusting a length before
the allocation. ok deraadt@ markus@
21 years ago
sturm
544041bb31
remove /var/spool/news
it is not used by base and the only port using it, uses another owner/group
ok henning@, deraadt@
21 years ago
jmc
4662b6d15f
typos from wiz@netbsd (including one from a PR from Quentin Garnier);
slight sync with NetBSD page;
ok millert@
21 years ago
jmc
74bc571152
typo;
21 years ago
deraadt
d7d3323277
typo; ianm@cit.uws.edu.au
21 years ago
millert
70693691dd
Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com>
Same as sys/crypto/sha2.c revision 1.2
21 years ago
jmc
3880dcdbcd
typos from Brian Poole;
ok deraadt@
21 years ago
tedu
55a03b3cd7
standards compliant strxfrm. much simpler too. fixes sorting in glib2.
ok deraadt@ espie@ marcm@
21 years ago
frantzen
2b453ad12d
sync in fingerprints from p0f v2.0 release. a little bit sparse on the Win95
fingerprints, please go to http://lcamtuf.coredump.cx/p0f-help/ with any
and all Win95 boxes. thanks!
21 years ago
frantzen
9d27f5aad3
add a few fingerprints from J.Smith <lbalbalba AT hotmail.com> thanks!
21 years ago
frantzen
731def5c63
Solaris 2.5.1 fingerprint. pcap from Alec.Thomas AT optus.net.au. thanks!
21 years ago
pvalchev
b20f07a4db
update lists of packages for 3.4
21 years ago
miod
8021683dea
This poor man's installation script was fun before we had bsd.rd, but we
are in the 21st century now, you know.
21 years ago
david
ed70c0f4b6
add set fingerprints example
ok deraadt@ henning@ frantzen@
21 years ago
jmc
5d9d9c2154
escape punctuation;
ok deraadt@
21 years ago
markus
54122b6b38
fix use-after-free for expired passwds; ok deraadt, tdeval
21 years ago
drahn
7f27882690
Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL,
values for RTLD_GLOBAL and RTLD_LOCAL are same as solaris uses.
21 years ago
david
1f0e69f341
fix several spelling errors and remove whitespace at eol
ok frantzen@
21 years ago