krw
6c235d9893
If hppa doesn't need a fakecdrom disktab entry, neither does hppa64.
ok deraadt@
14 years ago
jakob
425b03b14c
better TSIG key example
14 years ago
krw
75314c027e
Since Aug 2008, the kernel can successfully read the 1 block (512
byte) disklabels even in the midst of a larger sector. E.g. in bytes
512 - 1023 of the first 2048 byte sector on a CD.
On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso.
Once accessible it took precedence over the spoofed label of the CD. Chaos
ensued. Since there is currently no reason for this label on hppa
cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now
be mounted on hppa again.
Also remove a commented out label plopping on Alpha, which references a
non-existant disktab entry.
Problem noted and exact diff creating problem discovered by marco@.
ok deraadt@
14 years ago
djm
3bc27a71af
backout VIS_HEX. guenther@ points out that the C89 \xff encoding
idiotically accepts more then two hex digits following the \x, even
on platforms where a char has 8 bits. It is therefore dangerous to have
an almost-bit-not-quite compatible format in vis(3).
The VIS_ALL (encode all characters) option introduced in the same commit
remains.
14 years ago
millert
9ee6c65862
Check for duplicate variables in the environment when setting a value
via setenv() or putenv(). OK miod@
14 years ago
djm
ecf7c87d42
unbreak tree: add VIS_HEX and VIS_ALL flags
14 years ago
jasper
5711b1eee7
- remove linux emulation bits here too
- sync hppa64 sysctl.conf with hppa while here
ok miod@
14 years ago
deraadt
eda905b6e3
MDEXT missed some files (result was they are not listed in the build-time
SHA256 file). Issue spotted by claudio.
ok miod
14 years ago
kettenis
c4aa9816fe
djust miniroot disklabel for layout changes caused by fdisk partition
alignment changes.
ok deraadt@
14 years ago
deraadt
cc93c01762
update a package name; from Giovanni Bechis
14 years ago
deraadt
422d312ac1
document machdep.lidsuspend by example
14 years ago
miod
02960830a5
regen
14 years ago
miod
71ffebdda1
Create two more usb device nodes by default, as modern Apple hardware
(among others) attaches *eight* uhub devices.
From remco at d-compu, dyndns org; ok deraadt@
14 years ago
henning
029fb73afa
fix linecount bug with comments spanning multiple lines
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432
applied to all the others by yours truly. ok theo
isn't it amazing how far this parser (and more) spread?
14 years ago
jmc
b68b287545
replace two misleading ie. with e.g.; from Jan Stary
14 years ago
ray
12d761c542
Sync hcreate(3) with NetBSD, adding some caveats.
OK jmc
14 years ago
martinh
5e324b69e9
Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=.
ok deraadt@ gilles@
14 years ago
kettenis
4c5e35a51c
Always force GNU inline semantics here as well.
14 years ago
kettenis
6b873767e7
When using GCC, we always want GNU inline semantics. Fixes issues with
-Wsystem-headers and -std=c99, where GCC 4.2 would warn that it couldn't
give us C99 inline semantics.
ok guenther@, dcoppa@, millert@, deraadt@
14 years ago
espie
f953972807
handle portslock. reminded by antoine@
14 years ago
guenther
3c7684f798
Teach lint about C99's _Bool and _Complex, plus some related gcc
extensions: __real__ and __imag__ operators, the use of '~' for
complex conjugation, and 'i' or 'j' as a suffix for complex constants.
While this doesn't handle folding and overflow detection for complex
constants correctly, it's good enough to make it through libm...and
found several bugs once it could do so.
"no objections" miod@, krw@
14 years ago
deraadt
d7f3370a86
move to 4.8-beta
14 years ago
guenther
59eb297313
Don't declare wcscoll() twice
14 years ago
mglocker
af157aef45
Sync.
14 years ago
mglocker
3dd4405dde
Create video1 by default. Can be useful e.g. on many laptops with
integrated cams where you want to use an external cam. Suggested by Brad.
OK todd@, jakemsr@
14 years ago
ray
8ec242689e
Permit a few more syscalls for named to run.
OK deraadt
14 years ago
blambert
a8e65c8a60
getopt_long.c replaced getopt.c 6+ years ago; we can retire
the REPLACE_GETOPT macro, at long last
ok millert@
14 years ago
deraadt
69e101606e
sync
14 years ago
nicm
f9c1062831
Some ss(4) bits escaped the purge, eliminate them.
ok todd krw
14 years ago
tedu
af419260cf
update our recommended hash function to sha256 and note md5 is broken.
ok deraadt jmc millert sobrado
14 years ago
sthen
695eb8273b
When cleaning /tmp at boot, run the slower find unconditionally.
Previously if the quick rm -rf failed, find was not run, so some files
were not removed. Looks good to tedu@.
14 years ago
jmc
cb5ae567b3
no more rmd160(1);
14 years ago
naddy
cc68d8828e
Document new unsetenv() error returns.
From Nicolas Legrand <nlegrand@ethelred.fr>; ok jmc@
14 years ago
pirofti
022274958a
Add the floppy576 entry back, needed for release. Okay kettenis.
14 years ago
tedu
059f939439
compat_bsdos is gone
14 years ago
krw
50711d5d6f
Regen.
14 years ago
krw
c3e1e79ef1
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.
"go for it" deraadt@
14 years ago
tedu
0934c110fa
cleanup the disktab files. yes, this means you will have to manually
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your
palm device, but that's the price of progress. hopefully i didn't whack
anything important.
ok deraadt
14 years ago
tedu
ca6592492d
remove userland bits of compat_sunos
14 years ago
dcoppa
7f1845f9f8
Remove bogus commas from the "bin" entry.
OK sobrado@, todd@
14 years ago
eric
6f6b8fa1fb
don't need to setup the resolver early now that dns lookups are done
by the dns engine.
ok henning@
14 years ago
tedu
45e71a221b
another day, another compat gets removed. today is ibcs2's turn
14 years ago
tedu
83d09a599f
remove compat_osf1. ok deraadt miod
14 years ago
guenther
472abc68fb
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@
14 years ago
tedu
9d7c697783
no more ultrix, found by miod
14 years ago
nicm
6566bc1464
No more phones(5), /etc/phones, or dial up bits in remote.
14 years ago
stephan
4203b31a49
zap superfluous newline. ok sthen@
14 years ago
naddy
55ff65210b
Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@
14 years ago
martinh
cca7a545a8
Update default ldapd.conf to reflect changes in the schema parser.
Use 'schema' instead of 'include' to parse schema files.
14 years ago
reyk
0f7c26250c
Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var.
Also copy the generated RSA key for isakmpd into the iked directory; this
way we share the same RSA key by default.
ok deraadt@ jsg@
14 years ago