Age | Commit message (Expand) | Author |
2006-03-31 | lint-driven cleanup. nothing too scary in this diff. | Theo de Raadt |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | Theo de Raadt |
2006-03-31 | ARGSUSED for for a few things | Theo de Raadt |
2006-03-31 | lint happiness, mostly avoiding variable aliasing | Theo de Raadt |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt |
2006-03-31 | lint | Theo de Raadt |
2006-03-31 | spacing; | Joris Vink |
2006-03-31 | after we changed mode_t to be an int, the devname() man page was | Theo de Raadt |
2006-03-31 | ARGSUSED for signal handlers | Theo de Raadt |
2006-03-31 | tiny bits of lint | Theo de Raadt |
2006-03-30 | i am stunned how little was needed to make lint happy in this | Theo de Raadt |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | sync | Theo de Raadt |
2006-03-30 | iop works on my amd64, add it deraadt@ | Peter Stromberg |
2006-03-30 | cast to uid_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | use size_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | minimal lint happiness, round 1 | Theo de Raadt |
2006-03-30 | casts that cannot cause breakage in the future | Theo de Raadt |
2006-03-30 | change internal login_protect() API to use mode_t like it should | Theo de Raadt |
2006-03-30 | please lint (without making anything else worse) | Theo de Raadt |
2006-03-30 | do an int & unsigned int dance because of shift of signed value; ok miod | Theo de Raadt |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-30 | when resolving interface names to ip adresses, set netmask to all bits 1 | Hans-Joerg Hoexer |
2006-03-30 | fix a typo | Esben Norby |
2006-03-30 | Print the "Encap" heading only when the sadb is not empty. | Hans-Joerg Hoexer |
2006-03-30 | add regress tests for dynamic, bypass, deny and the macros. | Reyk Floeter |
2006-03-30 | For correct operation, ospfd needs net.inet.ip.forwarding=1 so add a | Claudio Jeker |
2006-03-30 | Add a warning about "fib-update no" similar to the fib decouple description | Claudio Jeker |
2006-03-30 | allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hs... | Markus Friedl |
2006-03-30 | document -encap. ok claudio@ | Hans-Joerg Hoexer |
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
2006-03-30 | Correctly handle truncated files while converting keys; ok djm@ | Darren Tucker |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-30 | Minor cleanup and start using rmx_refcnt to show the refcount instead of 0. | Claudio Jeker |
2006-03-30 | Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead of | Claudio Jeker |
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker |
2006-03-30 | ARGSUSED for dispatch table-driven functions | Damien Miller |
2006-03-30 | Spelling in comment. | Claudio Jeker |
2006-03-30 | Fix a bzero() misuse; ok otto@ deraadt@ | Patrick Latifi |
2006-03-30 | introduce a way to free the base. | Brad Smith |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-30 | Document 'F' as an answer to fsck, okay deraadt@ jolan@ | Pedro Martelletto |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt |
2006-03-29 | Use sysctl to get information about encap routes (aka ipsec). Now | Hans-Joerg Hoexer |