deraadt
698d994481
make /dev/ttya be an alias for /dev/tty00.
we are making the move where ttya will become the zs devices, and tty00
will support com(4) devices. ok drahn
18 years ago
ray
eb202d0369
Add warning about malloc(num * size) and recommend calloc() instead,
or if malloc must be used suggest check.
Get rid of "one".
OK deraadt@ and jmc@, OK kjell@ to earlier version with "one"s.
18 years ago
mickey
b449cbee1d
kill evil \r; from cedric
18 years ago
hshoexer
d273fc0336
As the isakmpd fifo race is fixed, hook ipsecctl to rc.
ok naddy@ todd@
18 years ago
david
78a28203dd
Fix for PR 5043: shell startup scripts might contain binary characters but
grep should assume ASCII text, fixes umask detection
ok millert@ jaredy@
18 years ago
deraadt
464b15913c
no more need for the aperture
18 years ago
deraadt
9e6169f7a8
no more need for aperture
18 years ago
ray
9ee3d71486
Removes extraneous variables from getopt(3). Inspired by one of
David Hill's diffs.
ok otto
18 years ago
deraadt
d1fa905e69
sync
18 years ago
deraadt
c7396fb3c6
/dev/reload is an old amiga thing, how did it make it here?
18 years ago
deraadt
e1e93afe35
move wsconsctl up earlier, so that any key changes made can be used
to (for instance) interrupt dhclient with a ^C instead of a 'CAPS-LOCK C'
from e@molioner.dk checked by matthieu
18 years ago
otto
592916e5d3
Use the new -s flag to mount the /usr and /var partitions. Avoids
doubly mounted mfs partitions. Also, at the end of the mount dance,
try mount all partitions, not just nfs partitions. Handles a case
where local paritition mounted inside a nfs partition where not
mounted by rc (/usr on nfs with a local /usr/obj, for example).
ok deraadt@ henning@
18 years ago
reyk
1e272ad48c
some IAPP implementations still use the pre-standard port 2313 in broadcast
mode (tested with the HP ProCurve 420wl). add a note to the manual page and
the example configuration.
18 years ago
miod
7ad0ceba7b
vt100->vt220; spotted by nick@
18 years ago
jmc
b371ed9cfb
grammar tweaks; ok hshoexer
18 years ago
otto
790f0cc439
Avouid a race in atexit() handling by introducing a lock. Problem
originally reported by Gergely Kovacs; help from dhartmei@;
ok tedu@ millert@
18 years ago
stevesk
b020f35b9f
handle -1 return from host_dns(); ok henning@
18 years ago
millert
4f242fe2ea
We no longer install the SystemV compatibility links. OK pvalchev@
18 years ago
espie
8accc3ec6c
quick path for free(0)
`looks to be safe' millert, okay tedu.
18 years ago
jmc
115b6ff464
typos from alexey dobriyan;
19 years ago
dhartmei
cf6a27c737
use full path to binary in (commented) relaydb example,
from jared rr spiegel, closes PR 4982, ok beck@
19 years ago
hshoexer
bed73850e0
Annotate _assert()/__assert2() as __dead.
As discussed with espie@, ok millert@
19 years ago
jmc
f90681086b
document posixness;
fixes pr #4996 , from joachim schipper;
19 years ago
camield
3cf5340b3f
update for new ftp-proxy
ok henning@
19 years ago
brad
2a2411f846
mention net.inet.ip.mforwarding.
ok beck@ kettenis@ norby@
19 years ago
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