phessler
590be54dcd
remove the IPv4-only check for rdomains, allows IPv6 to use them
OK claudio@ henning@
11 years ago
matthieu
7bc3c9f41e
Remove Freetype internal directories.
11 years ago
halex
a84bc3f51a
add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.
ok ajacoutot@ joerg@ phessler@ and sort of @blambert
11 years ago
deraadt
5b72d698d6
Remove more knowledge of a.out and stab information from the tree.
ok miod
11 years ago
miod
d94c1016f3
create usr/share/man/man5/macppc
11 years ago
deraadt
a65ef75e4c
a.out emulation went away
11 years ago
jmc
1ceaa18b3a
tidy up the "modifier" list a little and sync usage();
NB: this utility has only one option, and it's not optional! i haven;t
marked -s as being mandatory, since hopefully someone will make
ntpctl run without arguments do something useful;
11 years ago
krw
b4d8d01803
Remove stray (long) cast of value being assigned to tv_secs.
ok guenther@
11 years ago
miod
b828c28b31
regen
11 years ago
miod
a186486918
ramdisk needs diskmap. Found the hard way.
11 years ago
miod
2e43eccb03
First shot at installation media for aviion, and updated documentation.
11 years ago
guenther
0442f09344
Missed the file renames for the string functions when committing the
DIST_LIB/DIST_OBJ/*.do changes
11 years ago
dtucker
7a21c4525c
add 7.5kbit DH groups
11 years ago
deraadt
14f14d6043
+vxlan; remember services is parsed for baddynamic; ok reyk
11 years ago
deraadt
27354bc9e5
improve ntpctl argv parsing
11 years ago
dtucker
13e973ed5f
Regenerate moduli
11 years ago
dtucker
f0e1dd0bb8
Move moduli generation to usr.bin/ssh/moduli-gen and keep track of
the fragments separately. "No substantive objection" djm@
11 years ago
deraadt
cfa24d6ccc
shorten output; ok henning phessler
11 years ago
jmc
e22aa50ab0
tweak previous;
11 years ago
schwarze
c595a4fa35
Tweak previous:
* For time_t values, use the printf("%lld", (long long)t) idiom.
* Don't print "Invalid program name" in usage() when main() just runs ntpd.
* Make "Show/Shows" consistent in the manual, sort .Xr and correct .Ox.
OK phessler@
11 years ago
phessler
36ee6e401f
Add ntpctl(8), which allows us to query the locally running ntpd(8) process
diff from Mike Miller <mmiller mgm51 com> (many thanks!)
OK phessler@, henning@, todd@
11 years ago
djm
4e97084c58
a couple of warning fixes and an RCS marker; ok markus@
11 years ago
markus
19636afcee
replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;
feedback and ok djm@
11 years ago
millert
39b57a36bb
Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@
11 years ago
millert
afbd6e72e2
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
11 years ago
deraadt
27c899b822
remove bogus comment
11 years ago
matthieu
229ffab63a
2 new libX11 locale
11 years ago
miod
79a1a96750
Muild bsd.mp when baking a release.
11 years ago
phessler
9d257760ca
Resolve the uncertainty in the REFID assignment.
Previously, when there is an even number of offsets, we did the average
of the two middle offets but would set the REFID from one of them.
Instead, we simply select the middle offset with the lowest delay.
diff from Mike Miller <mmiller mgm51 com> (many thanks!)
OK phessler@, henning@
11 years ago
millert
fb3c12e47e
Add examples to show why this is a terrible API. OK jmc@ henning@
11 years ago
millert
0f37c5c11d
According to POSIX, if the src and dst strings overlap, the behavior
is undefined. Add a warning to that effect. OK deraadt@ jmc@
11 years ago
dcoppa
d0d5a0c566
regen.
11 years ago
dcoppa
b77615d275
Increase default number of ugen device files: two are too few for
modern standards, with people having usb cameras, music players,
smartcard readers, UPSs, wifi scanners, rocket launchers and so
on...
OK sthen@, djm@
11 years ago
okan
7a00f83982
reload not supported; from Craig R. Skinner.
ok dcoppa ajacoutot
11 years ago
patrick
c124a096d0
Update ARMv7's release build process to build kernels and ramdisks
per SoC. It's heavily based on the SGI port.
ok florian@
11 years ago
jmc
3c649f40bc
no bthub(4) page;
11 years ago
patrick
7e827b55ce
Beagle has been replaced by armv7.
11 years ago
patrick
e2c943d719
regen
11 years ago
patrick
2a67dd7af6
Beagle has been replaced by armv7.
ok rapha@
11 years ago
ajacoutot
50bc440d98
Properly pass daemon_flags to amd(8).
ok dcoppa@ sthen@
11 years ago
jsg
e57e3cfeb8
netnatm is no more
11 years ago
jsg
38449dea22
add the directories EGL/GLES headers will be installed to
ok matthieu@
11 years ago
mpi
eb8b8e3691
Like for dhclient, do no create a route to alias addresses via 127.0.0.1.
Our stack is able to tell if the address is local or not.
ok todd@, krw@
11 years ago
ajacoutot
2515c7708c
regen
11 years ago
ajacoutot
1022a56d81
Forgot to remove uscan_dev after uscanner(4) was sent to the attic.
spotted by Nathanael Rensen, thanks!
11 years ago
ajacoutot
6a453e6415
regen
11 years ago
ajacoutot
cd6bf87b71
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
No regression has been reported since libusb became the prefered
solution to work with USB scanners.
req. by mpi@
ok ian@ mpi@ miod@
11 years ago
ajacoutot
6cd5d4a0a6
Remove the following users which became obsolete:
* _afs: arla/nnpfs got disabled then removed long ago
* _kdc, _kadmin: these were added 10 years ago but never used for
anything afaict
ok dcoppa@ beck@
11 years ago
guenther
7a9b19976d
Use %lld and cast to (long long) when printing time_t values and atoll()
when parsing them.
Add a couple [ug]id_t --> u_int casts for consistency with rest of code.
Based on a diff from Nathanael Rensen (nathanael (at) polymorpheus.com)
11 years ago
guenther
ea1213f0e2
Tweak the getdents() kernel prototype to use "void *"
Provide a declaration for userspace
Fix the kernel's sanity check on the buflen argument
lack of prototype pointed out by sthen@ and landry@
ok kettenis@ otto@
11 years ago