espie
a428b44e26
next citrus step.
19 years ago
millert
5234066725
bye bye whiteouts
19 years ago
reyk
7e8938e469
add some configuration examples for the new hostapd(8) event rules
(commented out).
19 years ago
millert
3c7c532305
bye bye whiteouts
19 years ago
miod
3b2e890a81
Regen
19 years ago
miod
07a0464d6e
Wrong major for lpt.
19 years ago
dhartmei
709dcb5279
split the dummy ruleset pfctl -f - -e into separate -f - and -e.
relevant when the dummy ruleset can't be loaded, we still want to enable
pf, otherwise the real ruleset (even if that does load correctly) won't
be active. might happen on a non-GENERIC kernel or after an update (before
/etc is manually updated). reported by Jim Rees. ok frantzen@
19 years ago
deraadt
91cdfa9525
no acpi here either
19 years ago
millert
9e06ca5a4b
Make gethostbyaddr() prototype match POSIX. This means len is now
unsigned but there is no ABI change. OK deraadt@
19 years ago
kjell
a5c648ab10
RC4 is a trademark. Rest of text left intact.
19 years ago
jmc
7b3d0afba2
no need to insert spacing between list members;
19 years ago
tedu
b1d9a6e152
adding pointer protection to 'G' was too heavyweight. Since malloc guard
should be generally usable, split this out into option 'P'. ok deraadt
19 years ago
henning
2cd28b2ffd
-netccitt/
19 years ago
jmc
d614b4f268
slight reshuffle to make this less confusing;
ok beck@
19 years ago
kjell
fcd6ce3d3e
Change email address for author, at his request.
19 years ago
kjell
1155b5e251
Change license to standard OpenBSD boilerplate, with permission
from original author (David Mazieres)
19 years ago
jmc
e96e4f6ae2
- comment out relaydb entry, since it is not available by default
- add a `method' capability to the whitelist example
ok beck@
19 years ago
tedu
64393fc9d6
use the new fat random sysctl to get initial state. (fallback to looping).
stir after eating 400000 words. ok + input deraadt
19 years ago
deraadt
41631cbb24
no /etc/acpi/, this was not really discussed
19 years ago
millert
1751314c23
double datasize limits now that mmap is counted in dsize
19 years ago
tholo
4d841a52b9
Regen
19 years ago
tholo
3cf53df36d
Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.
In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed. This code does not do any thermal
control yet, so this should be done with care depending on the platform.
In the tree so more people can contribute to making this more fully
featured.
Ok niklas@ grange@ tedu@
19 years ago
millert
fc526f74a1
mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more
explicit about mktemp(3) in the man page.
19 years ago
mcbride
406c29e876
Enable ifstated in the builds. This still does not mean that ifstated is
necessary for regular carp setups. There are situations where you need this,
but if you're going to use it, think hard about redesigning your network so
you don't have to.
ok deraadt@ mpf@ henning@
19 years ago
millert
b71f11aa8b
sync setkey prototype with reality
19 years ago
otto
b85d877145
Merge common functionality of __strsignal and strerror_r.
ok jaredy@ miod@
19 years ago
dtucker
f5ecdec08b
Ensure previous adjust has completed before clearing alarm flag; ok henning@
19 years ago
david
961e0a20df
whitespace
19 years ago
david
08b85e45d0
whitespace
19 years ago
henning
e7bcb5fe62
ifa->ifa_addr can be NULL in some cases, pt out by Kurt Roeckx
<kurt@roeckx.be> / bugs.debian.org/310586
19 years ago
henning
a20e21e9ae
no more telnetd, ba@bsws.de
19 years ago
tedu
64bb2c38e9
add a note describing latest guard feature
19 years ago
tedu
43e2360338
handle sizeof(void *) allocations specially when using malloc guard.
they get a whole page and go right at the end of it. ok deraadt tdeval
19 years ago
camield
a749143786
Use comma only to separate facilities on the same level. Sort selector
lines on facility. End sentences with a dot. And some whitespace nits.
Matrix (debug mode) is equivalent.
ok otto millert
19 years ago
henning
8f835e4902
no need for endpwent(0 here either
19 years ago
todd
65954c79fd
Introduce 'ifmstart' to deal with starting multiple interfaces minus a list
of interfaces.
This reduces the netstart script by 174 chars, 13 words, and 19 lines, but
more importantly, makes it more simple and less cluttered should more special
case/orderings be needed.
ok brad@ and pr 4197 submitter, inspired by and closes pr 4197
19 years ago
frantzen
dcdf407ab8
sync with latest p0f fingerprints
19 years ago
millert
aa8da2b0ce
o change wsconsctl.conf subshell into a function
o move test for foo.conf into the foo_conf function proper
19 years ago
millert
b267cad312
Make test(1) usage consistent when testing a variable that may not be set.
OK deraadt@
19 years ago
espie
8d57f68af7
wchar_t is a native C++ type, gcc picks its definition from elsewhere,
so do not redefine it.
Found out by the quite picky fixinc in recent gcc.
okay millert@, kettenis@
19 years ago
millert
320f60ca40
o move sysctl and mixerctl parsing into a subroutine instead of a subshell
o update resource limits if kern.maxproc or kern.maxfiles is changed
19 years ago
david
6a797b4436
no need to install and checksum *.ipk since *bsd* will already catch it
ok deraadt@
19 years ago
miod
d8498394ab
Regen
19 years ago
miod
47a5d30989
/dev/speaker node on cats.
19 years ago
jmc
c7318c88ea
some punctuation/whitespace cleanup from stuart henderson (pr #4183 );
19 years ago
otto
1a406b107a
Update HISTORY fixing some facts, while it is not clear if the
environment stuff originates from AT&T or BSD. ok ok deraadt@
millert@ ian@
19 years ago
espie
175c6c79dd
major abi changes:
* introduce the mbstate_t typedef.
impacts gnu libiconv, which has already been taken care of.
* Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with
an external variable __mb_cur_max (impacts libX11 and various ports).
* use mbstate in all the mb <-> wchar functions with state.
* add a stub iswctype function allowing some ports to compile.
bash and gdiff are missing wcscoll, and need to be told there's no i18n
until this is fixed.
Discussed and matthieu, otto, millert, kettenis, deraadt.
Major libc bump
19 years ago
espie
4ed4e3058c
let vfscanf be a real function. Use a weak_alias on systems where this
is feasible.
Okay millert@
There's a major libc bump coming that is going to cover this as well...
19 years ago
henning
708d2e7376
don't touch *hn in failure case. no real change due to the way we use it
but more correct.
from Michael Knudsen <e@molioner.dk>
19 years ago
otto
b6845bb46a
Only append number when it fits to avoid truncation and return
appropriate error number. ok miod@, millert@ on an earlier version;
ok jaredey@
19 years ago