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
pedro
d2ed503aa1
Remove kernfs, okay deraadt@.
19 years ago
deraadt
03f02251d6
undelete died a while back; millert ok
19 years ago
millert
0d9298523d
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.
19 years ago
beck
0e8d43983d
Make the rc files in / be copies of the ones given by default to root in
/root instead of hard links to them. This way multiuser only changes
a user makes to the to the ones in /root do not screw them over for
getting into single user easily when the have to.
ok millert@
19 years ago
reyk
6a3fe6b326
add "iapp" (port 3517), as used by hostapd(8).
the official assignment by the IANA for the IEEE 802.11f Inter Access
Point Protocol on port 3517 is 802-11-iapp, we use it as an alias.
ok jakob@, deraadt@
19 years ago
millert
059ddb430d
brk() and sbrk() should use void *, not char *. Note that sbrk()
should take intptr_t, not int, but we don't presently have intptr_t
available from unistd.h. OK marco@
19 years ago
jmc
4187f7e712
remove unhelpful echo from the ac stuff;
ok millert@
19 years ago
jakob
5b5a029cbe
remove stale NAMEDB; ok theo
19 years ago
otto
212079cfe2
Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@
19 years ago
espie
a63f72f6bc
CODESET support. okay millert@, otto@
(not really useful for now, it mostly helps some programs which want
to use it, it will become useful when we have full 16 bits locale).
19 years ago
camield
46bc73bcb0
remove old ftp-proxy entry, ok henning beck
19 years ago
camield
614e35d365
add new ftp-proxy startup bits
ok henning beck
19 years ago
deraadt
f7fd605db4
sync
19 years ago
deraadt
a757610d64
gpio for macppc
19 years ago
deraadt
bafaf13f8f
sync
19 years ago
robert
d875973d79
enable bktr(4) and radio(4) on alpha
ok deraadt@ mickey@
19 years ago