todd
48a27cfd7e
sync
17 years ago
todd
c564ba38ed
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
17 years ago
naddy
7efc3f7012
add pl_PL.ISO_8859-2 (Polish) NLS directory; required for upcoming tcsh update
17 years ago
henning
f9096ad09f
use __packed structs for the on-the-wire packets and just memcpy at once
instead of kind-of manual copyin/out. increases accuracy in server mode.
collecting dust in my tree for some time, result of a conversation with
somebody i really want to give credit to, but I can't find the mails now :(
okey dokey sez theo
17 years ago
todd
59cb0b274a
sync
17 years ago
todd
8fafda6cb7
prodded by marco, enable bio everywhere
grudgingly ok deraadt@
17 years ago
hshoexer
d8ec6cfb7c
Get rid of some obsolete exampels.
ok and prodding @jmc
17 years ago
jmc
acc1970291
- move 3f down the search order list for _subdir
- update paths for 3{F,f,P,p}
ok espie millert steven
17 years ago
jmc
46c4dae4c1
use "gzcat" instead of "gunzip -c", which is clearer, shorter,
and matches "zcat" (as opposed to uncompress -c");
grammar tweak whilst here too;
ok millert
17 years ago
jmc
e60953593e
- remove /usr/{X11,contrib,gnu} and /usr/*/man/old from the _default path
man(1) searches, as well as from the numerical sections list, as they do
not exist
- remove the {contrib,new,old} sections, as they point to directories
that do not exist
- make the X11 section an alias for the X11R6 section (instead of
pointing to a non-existent directory)
ok millert
17 years ago
jmc
7bf2a31861
regen;
17 years ago
jmc
ab713bc95f
MASSBUSS -> MASSBUS; ok miod
17 years ago
jmc
85c08bb2a2
add an entry for `.ms'; ok millert
17 years ago
jmc
9741a7f94c
the `doc' entry listed only out of date paths to sendmail docs, so
remove it (updating it makes little sense);
ok millert
17 years ago
moritz
a7932d616e
Make it clear, that the line returned does not have a
trailing newline in contrast to fgetln(3).
ok ray@ jmc@ millert@
17 years ago
tedu
ae95756def
commented out entry to show how to mute the keyboard bell
plenty ok
17 years ago
cnst
78c6518b74
Only main www mirror carries spamd blacklists --
remove comments that said otherwise.
"I agree" deraadt@;
"diff looks fine" dlg@;
ok henning@, beck@.
17 years ago
drahn
242794d6d7
Provide hook so that rthreads can provide a spinlock to protect from races
in lazy binding. ok art@, kurt@
17 years ago
deraadt
bc9f61791b
incompletely killed the cksum bits
17 years ago
deraadt
d2fce81793
stop shipping CKSUM files; people can use the MD5 files
(this decreases build time a bit too)
ok todd (and i assume legacy-architecture-miod would not object either)
17 years ago
jmc
1ee5d8c8dd
macros at start of line require a `.';
17 years ago
pyr
9755492ad5
Document the lack of error return value in arc4random.
Sync the documentation in getpid with arc4random's format.
17 years ago
steven
01c227708e
order by port number.
okay xsa, sobrado, jdixon
17 years ago
otto
8c79773d1d
if resolving a name fails, be more aggressive retrying, but with care:
do not have more than one dns request outstanding per peer. resolves
slow recovery when resolving fails initially, without clogging the
pipe with lots of dns requests; tested by Jason George; ok deraadt@
17 years ago
deraadt
c34c8f6d6a
aggressive spelling fix, spotted by jbg
17 years ago
miod
192c74c89d
machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related
variables from arch/sh/ to arch/landisk/. ok deraadt@
17 years ago
espie
efbb2a6bf4
add sgi_fam as a well-know rpc protocol
okay deraadt@
17 years ago
deraadt
3c780119a4
grow ramdisk mr.fs size, it is needed
17 years ago
espie
087387909a
shutdown existing carp interfaces based on ifconfig output, not static
/etc/*.if files.
okay reyk@, deraadt@, krw@...
17 years ago
ajacoutot
ae4f9b4d02
- add /usr/xobj to the file hierarchy
"why not" mblamer@, ok krw@ todd@
17 years ago
grunk
e2e423f67e
introduce {fsck,mount}_vnd tools to be able to describe vnd images
in /etc/fstab instead of using some weird homegrown scripts.
No support for boot time mounting yet, so "noauto" is still needed.
original idea from david@
help and discussion todd@ bluhm@ beck@, manpage help jmc@
ok simon@ tedu@ bluhm@ todd@, "looks good" thib@
17 years ago
millert
92657c3d56
Support for optional args separated with whitespace was removed
some time ago--it caused too many problems.
17 years ago
todd
c3fc502faa
sync
17 years ago
todd
cfb3ac135f
fix wrong major # for xfs
17 years ago
claudio
fa0f3150b2
Update config because of the new way prefixlen works. The prefixlen 8 - 24
rule needs an explicit "inet" to match on IPv4 addresses only. OK henning@
17 years ago
otto
66f330d94f
Normalize tv so that tv_usec is positive. The kernel also normalizes,
but this might increase portability since some other systems do not
grok negative tv_usec well. ok henning@
17 years ago
deraadt
1b1e332a03
disable ttyC1 until someone fixes the stupid bug
17 years ago
ckuethe
67b5aa4d57
Increase sensor polling interval to 30s, just like ntp polls. This
improves sensor timekeeping significantly.
Before this patch my test system's frequency adjustment would range
between -350 and +250, with timedelta rarely getting close to 0. After,
frequency adjustmens is on the order of +/- 0.05ppm, with time +/- a
few microseconds away from 0
ok henning, mbalmer, otto
17 years ago
norby
5d851781bd
Reflect default settings. Don't try to set the router-id, let ospfd(8)
pick one as per default.
ok claudio@
17 years ago
tedu
95e05a31f0
remove some bogus *p from charles longeau
ok deraadt millert
17 years ago
henning
0b2f522118
when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not
signal "connection closed" upstream.
spotted by Valentin Kozamernik <tin@komna.com>
17 years ago
ray
ba27cbd12b
Get rid of useless #if 0 block, especially since the code is included
immediately after.
OK millert@.
17 years ago
espie
c6805c8e99
allow extern inline stuff to proceed unchanged thru the mess that the
combined GCC and ISO committees managed to make out of it.
With this, gcc >= 4.3 can grok its way through it correctly.
okay kettenis@, with some help figuring stuff out.
17 years ago
ckuethe
5c4449b971
Allow nmeaattach to start a sensor before starting ntpd. Many modern
receivers can cold start in the time it takes the boot process to get
close to starting ntpd. Even if the gps is not ready or the fix is not
valid, at least the sensor has been created; ntpd won't have to wait
a few minutes before scanning for the sensor. This makes using GPS as
the sole source of time a bit easier.
ok deraadt
17 years ago
grunk
10f675388a
do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well,
also discussed on tech@ a while ago.
ok pedro@ tedu@ thib@
17 years ago
krw
22b6070b17
regen
17 years ago
krw
b0a7b60839
Forcibly change /dev/pci to a symbolic link if it isn't one.
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@.
17 years ago
jmc
3986ef453a
sync to latest changes in spamd.conf(5);
17 years ago
millert
f85508dcdc
Remove _err() calls from getnetgrent.c. This is a minor API change
as _ng_sl_add() now returns a value. The only consumer of that
interface is netgroup_mkdb(8). Adapted from NetBSD.
OK deraadt@
17 years ago
jmc
7dd9137266
`z' -> `s', as agreed w/ reyk;
17 years ago