Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-23 | spacing | Theo de Raadt | |
2003-12-23 | kill a chunk of debug code that is not usefull any more | Henning Brauer | |
ok claudio@ | |||
2003-12-23 | In case of exit the RDE need to tell the parent to remove all still active | Claudio Jeker | |
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) | Henning Brauer | |
2003-12-23 | send shutdown requests to the child processes and wait for a ackmessage from | Henning 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-23 | use RTF_PROTO1 for now | Henning Brauer | |
2003-12-23 | .Xr the more or less shiny new bgpd.conf manpage | Henning Brauer | |
2003-12-23 | bloody attempt at the other manpage. | Henning Brauer | |
this time with (non-bloody) help from jmc@ | |||
2003-12-23 | use pci_mapreg_map and deallocate resources on attach failures | Michael Shalayeff | |
2003-12-23 | fix the error msg and enable bubs mastering | Michael Shalayeff | |
2003-12-23 | no RTF_MASK | Henning Brauer | |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter | |
2003-12-23 | do send session_down imsgs to RDE even if we are quitting | Henning Brauer | |
2003-12-23 | don't panic on EEXIST. that's normal for a full-table router to get a route | Henning Brauer | |
for its own connected network(s) | |||
2003-12-23 | Send updates to the main process so they can be added to the kernel | Claudio Jeker | |
routing table. OK henning@ | |||
2003-12-23 | bzero, set sin_len, and fix an error message | Henning Brauer | |
from debugging session with claudio | |||
2003-12-23 | Remove unnecessary casts (char *). | Mike Pechkin | |
millert@ ok. | |||
2003-12-23 | htole vs letoh (no functional change | Michael Shalayeff | |
2003-12-23 | automagically create pseudo-network interfaces; ok deraadt@ | Markus Friedl | |
2003-12-23 | a few commonly used phys | Michael Shalayeff | |
2003-12-23 | better syntax for minimum accepted holdtime | Henning Brauer | |
2003-12-23 | update for may new supported thingz | Michael Shalayeff | |
2003-12-23 | enable fxp as it seems to work now | Michael Shalayeff | |
2003-12-23 | jmc says -D before -d | Henning Brauer | |
2003-12-23 | unscrew the 16bit routines w/ a proper data reg calculation | Michael Shalayeff | |
2003-12-23 | enough is enough, driving people insane is not nice | Theo de Raadt | |
2003-12-23 | init ether address correctly, since our Ether_ifattach macro does not do | Theo de Raadt | |
that job; 3612, rspmn@arcor.de | |||
2003-12-23 | sort SEE ALSO; | Jason McIntyre | |
2003-12-23 | order the dc's; no measurable effect | Michael Shalayeff | |
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | Todd 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-23 | allow the listening address to be specified, default to INADDR_ANY | Henning Brauer | |
should make jose@ happy | |||
2003-12-23 | style | Miod Vallat | |
2003-12-23 | Simplify the syscall() routines. Also put a really meaningful limit to the | Miod Vallat | |
number of syscall arguments, and enforce it correctly. | |||
2003-12-23 | print tv_usec fields correctly in reporting conmonotonic time | Michael Shalayeff | |
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | Michael Shalayeff | |
2003-12-22 | Do not play games with the instruction fetch pointers when preserving a | Miod 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-22 | also list commonly used phys attachments (and Xrs) | Michael Shalayeff | |
2003-12-22 | remove a suplicate comment | Michael Shalayeff | |
2003-12-22 | Fix unbounded recursion and an unsigned/signed mixup. Resolves PR 3610. | Otto Moerbeek | |
ok deraadt@ millert@ | |||
2003-12-22 | do not re-include name in err() call; andrushock@korovino.net | Theo de Raadt | |
2003-12-22 | use socklen_t; andrushock@korovino.net | Theo de Raadt | |
2003-12-22 | delay setting up the signal handlers in the main process until after fork(), | Henning Brauer | |
pointed out by theo | |||
2003-12-22 | Fix from FreeBSD' libc_r | Brad Smith | |
rev 1.21 Fix bogus return values from libc_r's writev() routine in situations where a partial-write is followed by an error. ok marc@ | |||
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre | |
plus one more s/bufferd/buffered; | |||
2003-12-22 | EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr | Markus Friedl | |
2003-12-22 | Get rid of kvtop() usage in dma_cachectl(). | Miod Vallat | |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre | |
note: i only committed some of these. | |||
2003-12-22 | spacing | Theo de Raadt | |
2003-12-22 | fix indent | Theo de Raadt | |
2003-12-22 | ease grammar a lot. eleminate pstate and let yacc do the work for us instead. | Henning Brauer | |
nearly completely from theo with minor adjustment by me. |