summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-23TpyoMiod Vallat
2003-12-23do not panic if there is no IPL_IMPMichael Shalayeff
2003-12-23change the variable name used for status checking,Brad Smith
LIBC_R_DEBUG -> LIBPTHREAD_DEBUG ok marc@
2003-12-23Use getopt(3) correctly.Miod Vallat
2003-12-23Based upon a freebsd change:Marco S Hyman
If an application closes one of its stdio descriptors (0..2), an excessive close() on one of these descriptors would cause a memory for this descriptor to be allocated in the internal descriptor table. When this descriptor gets used again, e.g. through the call to open() or socket(), the descriptor would be erroneously left in the blocking mode, and the whole application would get stuck on a blocking operation, e.g., in accept(2). but changed to not eat fds when a file that the thread kernel doesn't know about is closed.
2003-12-23add cpu_setperf and cpu_cpuspeed externs to make life easier.Ted Unangst
2003-12-23- uppercase idJason McIntyre
- kill some .Pp's before and after a list
2003-12-23Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),Brad Smith
and sendto() cancellation points, as required by POSIX.1-2001. From: FreeBSD' libc_r ok marc@
2003-12-23spacingTheo de Raadt
2003-12-23kill a chunk of debug code that is not usefull any moreHenning Brauer
ok claudio@
2003-12-23In case of exit the RDE need to tell the parent to remove all still activeClaudio Jeker
prefixes from the kernel routing table. This is done with a simple table walk. OK henning@
2003-12-23play nice on exit (when he listening coket is closed)Henning Brauer
2003-12-23send shutdown requests to the child processes and wait for a ackmessage fromHenning Brauer
them when shutting down. the rde needs the main process to clean up the routing table on exit so the parent process needs to be in service until the RDE is done. ok claudio@
2003-12-23use RTF_PROTO1 for nowHenning Brauer
2003-12-23.Xr the more or less shiny new bgpd.conf manpageHenning Brauer
2003-12-23bloody attempt at the other manpage.Henning Brauer
this time with (non-bloody) help from jmc@
2003-12-23use pci_mapreg_map and deallocate resources on attach failuresMichael Shalayeff
2003-12-23fix the error msg and enable bubs masteringMichael Shalayeff
2003-12-23no RTF_MASKHenning Brauer
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter
2003-12-23do send session_down imsgs to RDE even if we are quittingHenning Brauer
2003-12-23don't panic on EEXIST. that's normal for a full-table router to get a routeHenning Brauer
for its own connected network(s)
2003-12-23Send updates to the main process so they can be added to the kernelClaudio Jeker
routing table. OK henning@
2003-12-23bzero, set sin_len, and fix an error messageHenning Brauer
from debugging session with claudio
2003-12-23Remove unnecessary casts (char *).Mike Pechkin
millert@ ok.
2003-12-23htole vs letoh (no functional changeMichael Shalayeff
2003-12-23automagically create pseudo-network interfaces; ok deraadt@Markus Friedl
2003-12-23a few commonly used physMichael Shalayeff
2003-12-23better syntax for minimum accepted holdtimeHenning Brauer
2003-12-23update for may new supported thingzMichael Shalayeff
2003-12-23enable fxp as it seems to work nowMichael Shalayeff
2003-12-23jmc says -D before -dHenning Brauer
2003-12-23unscrew the 16bit routines w/ a proper data reg calculationMichael Shalayeff
2003-12-23enough is enough, driving people insane is not niceTheo de Raadt
2003-12-23init ether address correctly, since our Ether_ifattach macro does not doTheo de Raadt
that job; 3612, rspmn@arcor.de
2003-12-23sort SEE ALSO;Jason McIntyre
2003-12-23order the dc's; no measurable effectMichael Shalayeff
2003-12-23If we are in -k/-K mode, just spew to stderr. It is not unusualTodd C. Miller
for users to place "sudo -k" in a .logout file which can cause sudo to be run during reboot after ypbind has died. Previously, this would result in useless mail and logging. Requested by mickey@
2003-12-23allow the listening address to be specified, default to INADDR_ANYHenning Brauer
should make jose@ happy
2003-12-23styleMiod Vallat
2003-12-23Simplify the syscall() routines. Also put a really meaningful limit to theMiod Vallat
number of syscall arguments, and enforce it correctly.
2003-12-23print tv_usec fields correctly in reporting conmonotonic timeMichael Shalayeff
2003-12-22make sure to run probe only once per device w/ grumpy testingMichael Shalayeff
2003-12-22Do not play games with the instruction fetch pointers when preserving aMiod Vallat
process state in sendsig(), for it must be restored in the exact same fetching state by sigreturn(). mvme88k now passes the sigreturn regression test.
2003-12-22also list commonly used phys attachments (and Xrs)Michael Shalayeff
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-22Fix unbounded recursion and an unsigned/signed mixup. Resolves PR 3610.Otto Moerbeek
ok deraadt@ millert@
2003-12-22do not re-include name in err() call; andrushock@korovino.netTheo de Raadt
2003-12-22use socklen_t; andrushock@korovino.netTheo de Raadt
2003-12-22delay setting up the signal handlers in the main process until after fork(),Henning Brauer
pointed out by theo