Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-12-23 | Addional wi@usb devices. ok deraadt@ | 1 | -1/+14 | ||
2003-12-23 | Tpyo | 1 | -2/+2 | ||
2003-12-23 | do not panic if there is no IPL_IMP | 1 | -1/+3 | ||
2003-12-23 | change the variable name used for status checking, | 2 | -4/+4 | ||
LIBC_R_DEBUG -> LIBPTHREAD_DEBUG ok marc@ | |||||
2003-12-23 | Use getopt(3) correctly. | 1 | -8/+4 | ||
2003-12-23 | Based upon a freebsd change: | 1 | -10/+6 | ||
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-23 | add cpu_setperf and cpu_cpuspeed externs to make life easier. | 1 | -1/+4 | ||
2003-12-23 | - uppercase id | 1 | -5/+3 | ||
- kill some .Pp's before and after a list | |||||
2003-12-23 | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | 7 | -7/+57 | ||
and sendto() cancellation points, as required by POSIX.1-2001. From: FreeBSD' libc_r ok marc@ | |||||
2003-12-23 | spacing | 5 | -11/+11 | ||
2003-12-23 | kill a chunk of debug code that is not usefull any more | 1 | -7/+1 | ||
ok claudio@ | |||||
2003-12-23 | In case of exit the RDE need to tell the parent to remove all still active | 2 | -3/+14 | ||
prefixes from the kernel routing table. This is done with a simple table walk. OK henning@ | |||||
2003-12-23 | play nice on exit (when he listening coket is closed) | 1 | -5/+3 | ||
2003-12-23 | send shutdown requests to the child processes and wait for a ackmessage from | 4 | -13/+47 | ||
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-23 | use RTF_PROTO1 for now | 1 | -2/+2 | ||
2003-12-23 | .Xr the more or less shiny new bgpd.conf manpage | 1 | -1/+3 | ||
2003-12-23 | bloody attempt at the other manpage. | 2 | -2/+198 | ||
this time with (non-bloody) help from jmc@ | |||||
2003-12-23 | use pci_mapreg_map and deallocate resources on attach failures | 1 | -43/+20 | ||
2003-12-23 | fix the error msg and enable bubs mastering | 1 | -3/+7 | ||
2003-12-23 | no RTF_MASK | 1 | -2/+2 | ||
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | 5 | -6/+45 | ||
2003-12-23 | do send session_down imsgs to RDE even if we are quitting | 1 | -4/+3 | ||
2003-12-23 | don't panic on EEXIST. that's normal for a full-table router to get a route | 1 | -3/+7 | ||
for its own connected network(s) | |||||
2003-12-23 | Send updates to the main process so they can be added to the kernel | 3 | -7/+42 | ||
routing table. OK henning@ | |||||
2003-12-23 | bzero, set sin_len, and fix an error message | 1 | -2/+6 | ||
from debugging session with claudio | |||||
2003-12-23 | Remove unnecessary casts (char *). | 1 | -9/+9 | ||
millert@ ok. | |||||
2003-12-23 | htole vs letoh (no functional change | 1 | -2/+2 | ||
2003-12-23 | automagically create pseudo-network interfaces; ok deraadt@ | 1 | -10/+24 | ||
2003-12-23 | a few commonly used phys | 1 | -1/+7 | ||
2003-12-23 | better syntax for minimum accepted holdtime | 1 | -7/+7 | ||
2003-12-23 | update for may new supported thingz | 1 | -7/+17 | ||
2003-12-23 | enable fxp as it seems to work now | 2 | -8/+8 | ||
2003-12-23 | jmc says -D before -d | 1 | -3/+3 | ||
2003-12-23 | unscrew the 16bit routines w/ a proper data reg calculation | 1 | -23/+50 | ||
2003-12-23 | enough is enough, driving people insane is not nice | 1 | -2/+2 | ||
2003-12-23 | init ether address correctly, since our Ether_ifattach macro does not do | 1 | -1/+4 | ||
that job; 3612, rspmn@arcor.de | |||||
2003-12-23 | sort SEE ALSO; | 1 | -2/+2 | ||
2003-12-23 | order the dc's; no measurable effect | 1 | -3/+2 | ||
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | 1 | -2/+8 | ||
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-23 | allow the listening address to be specified, default to INADDR_ANY | 4 | -14/+25 | ||
should make jose@ happy | |||||
2003-12-23 | style | 1 | -57/+18 | ||
2003-12-23 | Simplify the syscall() routines. Also put a really meaningful limit to the | 1 | -29/+24 | ||
number of syscall arguments, and enforce it correctly. | |||||
2003-12-23 | print tv_usec fields correctly in reporting conmonotonic time | 1 | -2/+3 | ||
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | 1 | -1/+7 | ||
2003-12-22 | Do not play games with the instruction fetch pointers when preserving a | 1 | -27/+20 | ||
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-22 | also list commonly used phys attachments (and Xrs) | 1 | -1/+5 | ||
2003-12-22 | remove a suplicate comment | 1 | -5/+2 | ||
2003-12-22 | Fix unbounded recursion and an unsigned/signed mixup. Resolves PR 3610. | 1 | -6/+8 | ||
ok deraadt@ millert@ | |||||
2003-12-22 | do not re-include name in err() call; andrushock@korovino.net | 1 | -4/+4 | ||
2003-12-22 | use socklen_t; andrushock@korovino.net | 1 | -2/+3 | ||