summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-12don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn'tMarc Espie
link libc.
2004-01-12Use closefrom() if it exists; from the sudo cvs repoTodd C. Miller
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt
2004-01-12typo from jmc@Ted Unangst
2004-01-12new syscall closefrom(2). ok deraadt millertTed Unangst
2004-01-12Install vi.ref in /usr/share/doc/usd (directories already exist for it).Todd C. Miller
OK jmc@
2004-01-12There is no typewriter font in nroff so just use the roman font instead.Todd C. Miller
Fixes bizarre font problems formatting vi.ref via nroff. OK jmc@
2004-01-12Use a 5n margin on the right & left sides so the text version formats nicely.Todd C. Miller
OK jmc@
2004-01-12Pass groff the -U flag so that building the index works. OK jmc@Todd C. Miller
2004-01-12syncTed Unangst
2004-01-12new syscall closefrom(int fd) closes all fds equal and greater than fd.Ted Unangst
ok deraadt@ millert@
2004-01-12Nuke a few unused structures and variables.Miod Vallat
2004-01-12document WAIT_ANY and WAIT_MYPGRP;Jason McIntyre
help and ok miod@
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
SENSOR_ADD to hide all operations with these externs. ok markus@
2004-01-12Nexthop announcement fixup. There are different rules for ibgp and ebgp.Claudio Jeker
For ibgp the nexthop is normally passed unmodified unless the nexthop is equal to the remote peer ip. To ebgp peers the nexthop is changed to the local session ip unless the remote peer ip and the nexthop are on the same subnet. OK henning@
2004-01-12Oops, put back nvram0 for now.Miod Vallat
2004-01-12make DESCRIPTION not conflict with the options;Jason McIntyre
standard options list;
2004-01-12kill whitespace at EOL;Jason McIntyre
2004-01-12add a little spacing; .Xr not .Ar for bgpd;Jason McIntyre
2004-01-12typos from Jared Yanovich;Jason McIntyre
2004-01-12Update intro(4) with recent hardware support, and a few sentence cleanup.Miod Vallat
2004-01-12a native geode reset, because quite a few geode boards without keyboardTheo de Raadt
controllers are showing up; various ok
2004-01-12Get rid of that ugly m88100_saved_state structure, use trapframe everywhereMiod Vallat
instead. Allow struct reg and struct trapframe to live different lives and grow separately. Righty now they are still the same, and code expects a trapframe to always start with a struct reg. This may change...
2004-01-12FILESDIR no longer holds "at least the checksum file"Jolan Luff
from Andrew Dalgleish
2004-01-12use klist_invalidate to permit destroy while kqueued. ok mpf@Ted Unangst
2004-01-12klist_invalidate to help clean up when the backend disappears, tested by mpf@Ted Unangst
2004-01-12these need to be synced when vnode_if.src changesTed Unangst
2004-01-12fix string mishandling of lpath, ok millert, deraadtBob Beck
2004-01-12some comments on ffs sysctls, mainly dirhashTed Unangst
2004-01-12Add manpages for the new devices created for snapper audio.Dale Rahn
Should have gone in before being enabled in GENERIC.
2004-01-12Completely remove the device name from this print, not just the %s.Dale Rahn
2004-01-12GCC3 compatible asm code. tested on gcc2 myself. ok brad@Dale Rahn
2004-01-12Better defaults on snapper, fixes xmms problem reported by joshua steinDale Rahn
just hours after the driver was committed.
2004-01-12syncTheo de Raadt
2004-01-11in ANSI world, "string1" "string2" is enough for concatecationPeter Valchev
gcc3 bitches as "str1"##"str2" is not a valid token; ok espie
2004-01-11give a correct example, using make -kPeter Valchev
(-k is needed otherwise it stops at the first unavailable distfile, which is not what you want for a mirror) ok espie
2004-01-11Mark more code as dependent upon option PTRACE, and slight cleaning while there.Miod Vallat
2004-01-11Implement and use splraise() rather than spl() whenever necessary.Miod Vallat
2004-01-11Use splhigh() instead of splimp() in cpu_exit. [similar fix as done on mvme88k]Miod Vallat
2004-01-11Trivial changes to pass through -WallAlexander Yurchenko
ok millert@
2004-01-11-DANCACHE belongs to CPPFLAGS, not CFLAGS.Alexander Yurchenko
ok millert@
2004-01-11KNFHenning Brauer
2004-01-11This comment is not true. We decided to use a separate struct kroute6Claudio Jeker
for IPv6.
2004-01-11use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordinglyHenning Brauer
ok claudio@
2004-01-11support new MAKEDEV for pegasos; from toddTheo de Raadt
2004-01-11set address family...Henning Brauer
2004-01-11remove obsolete commentHenning Brauer
2004-01-11remove the temporary -O flag..Theo de Raadt
2004-01-11Bad sizeof slipped in while resolving a conflict. OK henning@Claudio Jeker
2004-01-11for pty opening, only use the openpty() path. the other stuff only needsTheo de Raadt
to be in openssh-p; markus ok