henning
04bf0512a4
set skip is no good idea on int_if in this sample rulseset that also
has a rdo on $int_if that stops working then. pt out by cedric
19 years ago
dtucker
a37ee71683
Do not attempt to listen on interfaces with a wildcard address; ok henning@
19 years ago
dtucker
d71b0751da
Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at
openwall.com, ok henning@
19 years ago
deraadt
58a4125b88
crank to 3.8-beta
19 years ago
jakemsr
f7752f35a4
missing auxillary verb
"yes, that is correct." jmc@ (a while back)
19 years ago
espie
f6c1fd6bee
use standard type uint32_t, instead of BSD-specific u_int32_t
tell user to get it through stdint.h (note old sys/types.h still works,
for now).
okay millert@, jmc@
19 years ago
jmc
4169f92843
back out previous - imaxabs is already listed;
19 years ago
millert
09528da913
Add comments to show which printf/scanf formats match which types
19 years ago
millert
f8ff83b550
Update {PRN,SCN}*PTR defines to match types changes
19 years ago
millert
c1d18b2138
Xr imaxabs()
19 years ago
jmc
47e05126c0
fix the .Fn line; ok millert
19 years ago
jmc
da802fcfbf
sort SEE ALSO;
19 years ago
miod
3b7303ff08
Remove neither documented nor found in any spec ctermid_r() function - ctermid()
is reentrant in its current implementation anyway.
Surfing on the recent major version bump, ok millert@ deraadt@
19 years ago
millert
6388df8cda
Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()
19 years ago
millert
7e7c8eb496
Include the function name in assert() output. From espie@
19 years ago
deraadt
b4fb1d176a
configure mixers late; obsd@enop.org 4970
19 years ago
martin
cc50d57ca3
regen
19 years ago
martin
6fa45de8db
hotplug(4) and hotplugd(8) here
19 years ago
millert
09125d08dd
Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)
Remove an extraneous check for dtoa returning Inf/Nan
19 years ago
millert
63f4612853
Use localeconv() to get the locale-specific radix char like printf does.
19 years ago
millert
8773a5e4ee
Nan and Infinity can be negative
Decimal point was missing for some exponential output
Only divide sign by 10 once per loop
Add a missing NUL terminator for one case
If there is no whole number portion, print a leading zero (e.g. 0.1 not .1)
19 years ago
millert
9bd1ce16f0
Add real C99 stdint.h and inttypes.h based on an initial version I did in
1997 (yes, really).
19 years ago
millert
605c5586ca
Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable
19 years ago
miod
39efebaf89
Regen
19 years ago
miod
884086248e
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc
as well.
Currently only working with displays configured in 1bpp or 8bpp modes; this
limitation will be worked on ASAP.
Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes
coming soon.
19 years ago
david
1c3c99e9c1
+ hostapd.conf, ipsec.conf, sudoers
19 years ago
millert
36cc33b104
Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h
Use correct values for _POSIX_TTY_NAME_MAX and _POSIX_LOGIN_NAME_MAX
Define MAXLOGNAME in terms of LOGIN_NAME_MAX
OK krw@
19 years ago
jaredy
97f9fddf57
zap unused ohash_lookup_string declaration; ok espie
19 years ago
millert
0b9be39dbf
Split off the non-kernel visible portion of sys/errno.h into a
separate errno.h. sys/errno.h now only contains errno values (which
is included byerrno.h). OK deraadt@
19 years ago
david
20b6826ca1
+/etc/ipsec.conf
19 years ago
david
66c3296c0e
nuke extra whitespace
19 years ago
david
39048804a7
/etc/crontab must be mode 0600; ok millert@
19 years ago
naddy
33917144eb
install sample ipsec.conf; ok hshoexer@
19 years ago
miod
a4d6c998e0
Regen
19 years ago
miod
54272b1e1b
Target for basic wscons devices is `wscons', not `ttyC0'; also fix the
dev/fd comment and point to fd(4).
19 years ago
miod
b2e8974bf8
Remove orphaned ttye nodes. No change in generated output.
19 years ago
hshoexer
900d509131
Very basic sample ipsec.conf, more to come. Has been demanded by deraadt@ for
a long time, but i'm a bloody slacker...
19 years ago
millert
482dbff289
Prototypes live in <search.h>
19 years ago
deraadt
70c3a44bd3
document 3 zaurus sysctl options
19 years ago
millert
32254634b7
Do not declare errno as extern int, set it via __errno().
19 years ago
millert
c22fbf6967
Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER
OK deraadt@
19 years ago
millert
16cfa5f58b
This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.
19 years ago
millert
5acf200b2a
First step in include files overhaul. Use __FOO_VISIBLE (as defined
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace
pollution issues, including the byte order defines. OK deraadt@
19 years ago
pedro
032da4d8b3
Remove fdescfs
19 years ago
reyk
287879a1b9
multicast_host=YES only works if a valid default gateway is available.
validate this condition and reject multicast traffic on failure.
ok todd@ naddy@
19 years ago
tom
0ea2cdfd63
Change "starting rpc daemons" to "starting initial daemons" as we
also start ntpd at this time.
discussed with jmc@; ok deraadt@
19 years ago
otto
2df5443e38
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
and remove fallback code. If somebody is dumb enough to make the
sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls
on process startup.
looks good miod@ ok deraadt@ tedu@
19 years ago
deraadt
01172b9781
spaces, and a off_t typecast to please lint
19 years ago
deraadt
0716b3fa6e
use WANTLINT= (on all architectures)
19 years ago
deraadt
2dff6a138b
bye bye lkm/vfs dir
19 years ago